Skip to content

Commit

Permalink
ckeditor5-dev-utils: use the latest compatible version of dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
pomek committed Sep 23, 2024
1 parent 1f15d81 commit 04582a6
Showing 1 changed file with 17 additions and 20 deletions.
37 changes: 17 additions & 20 deletions packages/ckeditor5-dev-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,33 +23,30 @@
],
"dependencies": {
"@ckeditor/ckeditor5-dev-translations": "^44.0.0-alpha.0",
"chalk": "^3.0.0",
"cli-cursor": "^3.1.0",
"cli-spinners": "^2.6.1",
"css-loader": "^5.2.7",
"cssnano": "^6.0.3",
"del": "^5.0.0",
"esbuild-loader": "~3.0.1",
"fs-extra": "^11.2.0",
"is-interactive": "^1.0.0",
"javascript-stringify": "^1.6.0",
"chalk": "^5.0.0",
"cli-cursor": "^5.0.0",
"cli-spinners": "^3.0.0",
"css-loader": "^7.0.0",
"cssnano": "^7.0.0",
"esbuild-loader": "^4.0.0",
"fs-extra": "^11.0.0",
"is-interactive": "^2.0.0",
"mini-css-extract-plugin": "^2.4.2",
"mocha": "^7.1.2",
"mocha": "^10.0.0",
"postcss": "^8.4.12",
"postcss-import": "^14.1.0",
"postcss-loader": "^4.3.0",
"postcss-mixins": "^9.0.2",
"postcss-nesting": "^10.1.4",
"postcss-import": "^16.0.0",
"postcss-loader": "^8.0.0",
"postcss-mixins": "^11.0.0",
"postcss-nesting": "^13.0.0",
"raw-loader": "^4.0.1",
"shelljs": "^0.8.1",
"style-loader": "^2.0.0",
"terser-webpack-plugin": "^4.2.3",
"through2": "^3.0.1"
"style-loader": "^4.0.0",
"terser-webpack-plugin": "^5.0.0",
"through2": "^4.0.0"
},
"devDependencies": {
"jest-extended": "^4.0.2",
"handlebars": "^4.7.6",
"vinyl": "^2.1.0",
"vinyl": "^3.0.0",
"vitest": "^2.0.5"
},
"scripts": {
Expand Down

0 comments on commit 04582a6

Please sign in to comment.