Skip to content

Commit

Permalink
Merge pull request #437 from ckeditor/t/436
Browse files Browse the repository at this point in the history
Internal: Upgraded dependencies. Closes #436.
  • Loading branch information
Reinmar authored Sep 24, 2018
2 parents a1ddfba + 6cd8e9f commit 9d49b49
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 21 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
{
"name": "ckeditor5-dev",
"private": true,
"dependencies": {
"glob": "^7.1.3",
"minimatch": "^3.0.4"
},
"devDependencies": {
"@ckeditor/ckeditor5-dev-env": "^12.0.0",
"chalk": "^2.4.1",
"eslint": "^4.15.0",
"eslint": "^5.6.0",
"eslint-config-ckeditor5": "^1.0.8",
"husky": "^0.14.3",
"istanbul": "^0.4.4",
"lerna": "^2.2.0",
"lint-staged": "^7.2.0",
"lint-staged": "^7.3.0",
"mocha": "^5.0.5"
},
"engines": {
Expand Down
1 change: 1 addition & 0 deletions packages/ckeditor5-dev-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"@ckeditor/jsdoc-plugins": "^2.0.0",
"jsdoc": "3.4.3",
"map-stream": "^0.0.7",
"tmp": "^0.0.33",
"vinyl-fs": "^3.0.2"
},
"engines": {
Expand Down
9 changes: 4 additions & 5 deletions packages/ckeditor5-dev-env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,19 @@
"main": "lib/index.js",
"dependencies": {
"@ckeditor/ckeditor5-dev-utils": "^11.0.0",
"@octokit/rest": "^15.9.4",
"@octokit/rest": "^15.12.0",
"chalk": "^2.4.1",
"compare-func": "^1.3.2",
"concat-stream": "^1.6.0",
"conventional-changelog": "^2.0.1",
"conventional-commits-filter": "^2.0.0",
"conventional-commits-parser": "^3.0.0",
"del": "^3.0.0",
"fs-extra": "^6.0.1",
"fs-extra": "^7.0.0",
"git-raw-commits": "^2.0.0",
"glob": "^7.1.2",
"inquirer": "^5.2.0",
"inquirer": "^6.2.0",
"minimatch": "^3.0.4",
"minimist": "^1.2.0",
"moment": "^2.22.2",
"parse-github-url": "^1.0.0",
"request": "^2.83.0",
Expand All @@ -30,7 +29,7 @@
"handlebars": "^4.0.10",
"mockery": "^2.1.0",
"proxyquire": "^2.0.1",
"sinon": "^6.1.2"
"sinon": "^6.3.4"
},
"engines": {
"node": ">=6.9.0",
Expand Down
23 changes: 13 additions & 10 deletions packages/ckeditor5-dev-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,19 @@
"@ckeditor/ckeditor5-dev-utils": "^11.0.0",
"@ckeditor/ckeditor5-dev-webpack-plugin": "^7.0.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-loader": "^8.0.2",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
"chai": "^4.1.2",
"chalk": "^2.4.1",
"chokidar": "^2.0.3",
"commonmark": "^0.28.1",
"cssnano": "^4.0.0",
"del": "^3.0.0",
"dom-combiner": "^0.1.2",
"fs-extra": "^6.0.1",
"fs-extra": "^7.0.0",
"glob": "^7.1.2",
"istanbul-instrumenter-loader": "^3.0.0",
"karma": "^2.0.0",
"karma": "^3.0.0",
"karma-browserstack-launcher": "^1.3.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
Expand All @@ -29,21 +30,23 @@
"karma-mocha-reporter": "^2.2.4",
"karma-sinon": "^1.0.5",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^3.0.0",
"lodash": "^4.17.10",
"karma-webpack": "^3.0.5",
"lodash": "^4.17.11",
"mgit2": "^0.8.0",
"minimatch": "^3.0.4",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"mocha": "^5.0.5",
"mockery": "^2.1.0",
"postcss-loader": "^2.1.1",
"postcss-loader": "^3.0.0",
"raw-loader": "^0.5.1",
"sinon": "^6.1.2",
"style-loader": "^0.21.0",
"webpack": "^4.2.0"
"sinon": "^6.3.4",
"style-loader": "^0.23.0",
"webpack": "^4.15.0"
},
"devDependencies": {
"mockery": "^2.1.0"
"mockery": "^2.1.0",
"proxyquire": "^2.1.0"
},
"engines": {
"node": ">=6.9.0",
Expand Down
10 changes: 7 additions & 3 deletions packages/ckeditor5-dev-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,26 @@
"main": "lib/index.js",
"dependencies": {
"acorn": "^5.1.2",
"chalk": "^2.4.1",
"cssnano": "^4.0.0",
"del": "^3.0.0",
"escodegen": "^1.9.0",
"fs-extra": "^6.0.1",
"fs-extra": "^7.0.0",
"javascript-stringify": "^1.6.0",
"pofile": "^1.0.9",
"postcss-import": "^11.0.0",
"postcss": "^6.0.23",
"postcss-import": "^12.0.0",
"postcss-mixins": "^6.2.0",
"postcss-nesting": "^6.0.0",
"shelljs": "^0.8.1",
"through2": "^2.0.3"
},
"devDependencies": {
"chai": "^4.1.2",
"lodash": "^4.17.11",
"mockery": "^2.1.0",
"sinon": "^6.1.2",
"proxyquire": "^2.1.0",
"sinon": "^6.3.4",
"vinyl": "^2.1.0"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/jsdoc-plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Various JSDoc plugins developed by the CKEditor 5 team.",
"keywords": [],
"dependencies": {
"fs-extra": "^6.0.1",
"fs-extra": "^7.0.0",
"lodash": "^4.17.10"
},
"devDependencies": {
Expand Down

0 comments on commit 9d49b49

Please sign in to comment.