Skip to content

Commit

Permalink
Merge b9587fe into 4e8461d
Browse files Browse the repository at this point in the history
  • Loading branch information
przemyslaw-zan committed Mar 22, 2022
2 parents 4e8461d + b9587fe commit 14a604f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"license": "MIT",
"homepage": "https://ckeditor.com/ckeditor-5",
"devDependencies": {
"@ckeditor/ckeditor5-dev-docs": "^29.0.0",
"@ckeditor/ckeditor5-dev-env": "^29.0.0",
"@ckeditor/ckeditor5-dev-docs": "^30.0.0",
"@ckeditor/ckeditor5-dev-env": "^30.0.0",
"chalk": "^4.1.2",
"eslint": "^7.32.0",
"eslint-config-ckeditor5": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ckeditor5-package-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"node": ">=14.0.0"
},
"dependencies": {
"@ckeditor/ckeditor5-dev-utils": "^29.0.0",
"@ckeditor/ckeditor5-dev-utils": "^30.0.0",
"chalk": "^4.1.2",
"commander": "^8.1.0",
"glob": "^7.1.7",
Expand Down
8 changes: 4 additions & 4 deletions packages/ckeditor5-package-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
],
"main": "lib/index.js",
"dependencies": {
"@ckeditor/ckeditor5-dev-utils": "^29.0.0",
"@ckeditor/ckeditor5-dev-env": "^29.0.0",
"@ckeditor/ckeditor5-dev-webpack-plugin": "^29.0.0",
"@ckeditor/ckeditor5-dev-utils": "^30.0.0",
"@ckeditor/ckeditor5-dev-env": "^30.0.0",
"@ckeditor/ckeditor5-dev-webpack-plugin": "^30.0.0",
"buffer": "^6.0.3",
"chai": "^4.3.4",
"css-loader": "^5.2.7",
Expand All @@ -31,7 +31,7 @@
"minimist": "^1.2.5",
"mocha": "^7.2.0",
"process": "^0.11.10",
"postcss": "^7.0.39",
"postcss": "^8.4.12",
"postcss-loader": "^4.3.0",
"raw-loader": "^4.0.2",
"sinon": "^9.2.4",
Expand Down

0 comments on commit 14a604f

Please sign in to comment.