Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Merge pull request #19 from ckeditor/t/15
Browse files Browse the repository at this point in the history
Internal: Upgraded the dependencies. Closes #15.
  • Loading branch information
Reinmar authored Aug 31, 2017
2 parents 30d5296 + 331cb17 commit 2579b6b
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 16 deletions.
2 changes: 1 addition & 1 deletion build/ckeditor.compat.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/ckeditor.compat.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/ckeditor.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/ckeditor.js.map

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@
"devDependencies": {
"@ckeditor/ckeditor5-dev-utils": "^3.0.0",
"@ckeditor/ckeditor5-dev-webpack-plugin": "^2.0.11",
"babel-core": "^6.24.0",
"babel-loader": "^6.4.0",
"babel-preset-env": "^1.2.2",
"babili-webpack-plugin": "^0.0.11",
"css-loader": "^0.28.0",
"node-sass": "^4.5.2",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.0",
"babel-minify-webpack-plugin": "^0.2.0",
"css-loader": "^0.28.5",
"node-sass": "^4.5.3",
"raw-loader": "^0.5.1",
"regenerator-runtime": "^0.10.3",
"sass-loader": "^6.0.3",
"style-loader": "^0.16.1",
"webpack": "^2.3.2"
"regenerator-runtime": "^0.11.0",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"webpack": "^3.5.5"
},
"engines": {
"node": ">=6.0.0",
Expand Down
4 changes: 3 additions & 1 deletion webpack.compat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@

'use strict';

/* eslint-env node */

const path = require( 'path' );
const webpack = require( 'webpack' );
const { bundler } = require( '@ckeditor/ckeditor5-dev-utils' );
const CKEditorWebpackPlugin = require( '@ckeditor/ckeditor5-dev-webpack-plugin' );
const BabiliPlugin = require( 'babili-webpack-plugin' );
const BabiliPlugin = require( 'babel-minify-webpack-plugin' );
const buildConfig = require( './build-config' );

module.exports = {
Expand Down
4 changes: 3 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@

'use strict';

/* eslint-env node */

const path = require( 'path' );
const webpack = require( 'webpack' );
const { bundler } = require( '@ckeditor/ckeditor5-dev-utils' );
const CKEditorWebpackPlugin = require( '@ckeditor/ckeditor5-dev-webpack-plugin' );
const BabiliPlugin = require( 'babili-webpack-plugin' );
const BabiliPlugin = require( 'babel-minify-webpack-plugin' );
const buildConfig = require( './build-config' );

module.exports = {
Expand Down

0 comments on commit 2579b6b

Please sign in to comment.