Skip to content

Commit

Permalink
update third party dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kliesch committed Apr 19, 2024
1 parent f774a85 commit e87744c
Show file tree
Hide file tree
Showing 29 changed files with 1,638 additions and 1,256 deletions.
20 changes: 10 additions & 10 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,35 +52,35 @@
"@coremedia/ckeditor5-coremedia-images": "^18.0.0",
"@coremedia/ckeditor5-coremedia-link": "^18.0.0",
"@coremedia/ckeditor5-coremedia-richtext": "^18.0.0",
"@coremedia/ckeditor5-dialog-visibility": "^18.0.0",
"@coremedia/ckeditor5-coremedia-studio-essentials": "^18.0.0",
"@coremedia/ckeditor5-coremedia-studio-integration-mock": "^18.0.0",
"@coremedia/ckeditor5-data-facade": "^18.0.0",
"@coremedia/ckeditor5-dataprocessor-support": "^18.0.0",
"@coremedia/ckeditor5-dialog-visibility": "^18.0.0",
"@coremedia/ckeditor5-dom-converter": "^18.0.0",
"@coremedia/ckeditor5-font-mapper": "^18.0.0",
"@coremedia/ckeditor5-link-common": "^18.0.0",
"@coremedia/service-agent": "^2.0.1",
"xml-formatter": "^3.6.2"
},
"devDependencies": {
"@ckeditor/ckeditor5-dev-translations": "^39.6.0",
"@ckeditor/ckeditor5-dev-utils": "^39.6.0",
"@ckeditor/ckeditor5-dev-translations": "^39.6.3",
"@ckeditor/ckeditor5-dev-utils": "^39.6.3",
"@ckeditor/ckeditor5-inspector": "^4.1.0",
"@ckeditor/ckeditor5-theme-lark": "41.3.1",
"@types/node": "^20.11.16",
"@types/node": "^20.12.7",
"circular-dependency-plugin": "^5.2.2",
"css-loader": "^6.10.0",
"css-loader": "^7.1.1",
"esbuild-loader": "^3.2.0",
"http-server": "^14.1.1",
"postcss": "^8.4.35",
"postcss-loader": "^8.1.0",
"postcss": "^8.4.38",
"postcss-loader": "^8.1.1",
"raw-loader": "^4.0.2",
"rimraf": "^5.0.5",
"style-loader": "^3.3.4",
"style-loader": "^4.0.0",
"terser-webpack-plugin": "^5.3.10",
"typescript": "^5.3.3",
"webpack": "^5.90.1",
"typescript": "^5.4.5",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4"
},
"scripts": {
Expand Down
12 changes: 6 additions & 6 deletions itest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,21 @@
"@coremedia/ckeditor5-coremedia-studio-integration-mock": "^18.0.0",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.16",
"@types/node": "^20.12.7",
"expect-playwright": "^0.8.0",
"express": "^4.18.2",
"get-port": "^7.0.0",
"express": "^4.19.2",
"get-port": "^7.1.0",
"jest": "^29.7.0",
"jest-circus": "^29.7.0",
"jest-config": "^29.7.0",
"jest-environment-node": "^29.7.0",
"jest-playwright-preset": "4.0.0",
"jest-runner": "^29.7.0",
"playwright": "^1.41.2",
"playwright-core": "^1.41.2",
"playwright": "^1.43.1",
"playwright-core": "^1.43.1",
"rimraf": "^5.0.5",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"typescript": "^5.4.5",
"wait-for-expect": "^3.0.2"
},
"scripts": {
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,22 +64,22 @@
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.56.0",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"eslint": "^8.5.6",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^48.0.6",
"eslint-plugin-jsdoc": "^48.2.3",
"eslint-plugin-no-null": "^1.0.2",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-tsdoc": "^0.2.17",
"eslint-plugin-unused-imports": "^3.0.0",
"eslint-plugin-unused-imports": "^3.1.0",
"minimist": "^1.2.8",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"semver": "^7.6.0",
"typedoc": "^0.25.7",
"typescript": "^5.3.3",
"typedoc": "^0.25.13",
"typescript": "^5.4.5",
"validate-peer-dependencies": "^2.2.0"
}
}
6 changes: 3 additions & 3 deletions packages/ckeditor5-babel-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"private": true,
"license": "Apache-2.0",
"dependencies": {
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@babel/preset-typescript": "^7.23.3"
"@babel/core": "^7.24.4",
"@babel/preset-env": "^7.24.4",
"@babel/preset-typescript": "^7.24.1"
},
"exports": {
".": "./shared-babel.config.js"
Expand Down
2 changes: 1 addition & 1 deletion packages/ckeditor5-bbcode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"jest-each": "^29.7.0",
"jest-xml-matcher": "^1.2.0",
"rimraf": "^5.0.5",
"typescript": "^5.3.3"
"typescript": "^5.4.5"
},
"main": "./src/index.ts",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ckeditor5-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"jest": "^29.7.0",
"jest-config": "^29.7.0",
"rimraf": "^5.0.5",
"typescript": "^5.3.3"
"typescript": "^5.4.5"
},
"dependencies": {
"@coremedia/ckeditor5-logging": "^18.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/ckeditor5-core-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"jest": "^29.7.0",
"jest-config": "^29.7.0",
"rimraf": "^5.0.5",
"typescript": "^5.3.3"
"typescript": "^5.4.5"
},
"peerDependencies": {
"@ckeditor/ckeditor5-core": "^41.3.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/ckeditor5-coremedia-blocklist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"jest": "^29.7.0",
"rimraf": "^5.0.5",
"rxjs": "^7.8.1",
"typescript": "^5.3.3"
"typescript": "^5.4.5"
},
"peerDependencies": {
"@ckeditor/ckeditor5-clipboard": "^41.3.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"jest-xml-matcher": "^1.2.0",
"rimraf": "^5.0.5",
"rxjs": "^7.8.1",
"typescript": "^5.3.3"
"typescript": "^5.4.5"
},
"main": "./src/index.ts",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ckeditor5-coremedia-content/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"jest": "^29.7.0",
"jest-config": "^29.7.0",
"rimraf": "^5.0.5",
"typescript": "^5.3.3"
"typescript": "^5.4.5"
},
"dependencies": {
"@coremedia/ckeditor5-coremedia-studio-integration": "^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ckeditor5-coremedia-differencing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"jest-config": "^29.7.0",
"jest-xml-matcher": "^1.2.0",
"rimraf": "^5.0.5",
"typescript": "^5.3.3"
"typescript": "^5.4.5"
},
"peerDependencies": {
"@ckeditor/ckeditor5-core": "^41.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/ckeditor5-coremedia-example-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@types/webpack": "^5.28.5",
"jest": "^29.7.0",
"rimraf": "^5.0.5",
"typescript": "^5.3.3"
"typescript": "^5.4.5"
},
"dependencies": {
"@coremedia/ckeditor5-common": "^18.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/ckeditor5-coremedia-images/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"jest-each": "^29.7.0",
"jest-xml-matcher": "^1.2.0",
"rimraf": "^5.0.5",
"typescript": "^5.3.3"
"typescript": "^5.4.5"
},
"peerDependencies": {
"@ckeditor/ckeditor5-core": "^41.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/ckeditor5-coremedia-link/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"jest-each": "^29.7.0",
"jest-xml-matcher": "^1.2.0",
"rimraf": "^5.0.5",
"typescript": "^5.3.3"
"typescript": "^5.4.5"
},
"peerDependencies": {
"@ckeditor/ckeditor5-clipboard": "^41.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/ckeditor5-coremedia-richtext-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"jest-each": "^29.7.0",
"jest-xml-matcher": "^1.2.0",
"rimraf": "^5.0.5",
"typescript": "^5.3.3"
"typescript": "^5.4.5"
},
"main": "./src/index.ts",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ckeditor5-coremedia-richtext/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"jest-each": "^29.7.0",
"jest-xml-matcher": "^1.2.0",
"rimraf": "^5.0.5",
"typescript": "^5.3.3"
"typescript": "^5.4.5"
},
"main": "./src/index.ts",
"publishConfig": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"jest-each": "^29.7.0",
"jest-xml-matcher": "^1.2.0",
"rimraf": "^5.0.5",
"typescript": "^5.3.3"
"typescript": "^5.4.5"
},
"peerDependencies": {
"@ckeditor/ckeditor5-core": "^41.3.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"npm-check-updates": "npm-check-updates --upgrade"
},
"devDependencies": {
"@babel/cli": "^7.23.9",
"@babel/core": "^7.23.9",
"@babel/cli": "^7.24.1",
"@babel/core": "^7.24.4",
"@ckeditor/ckeditor5-core": "^41.3.1",
"@coremedia-internal/ckeditor5-babel-config": "^1.0.0",
"@coremedia-internal/ckeditor5-jest-test-helpers": "^1.0.0",
Expand All @@ -47,7 +47,7 @@
"jest-each": "^29.7.0",
"jest-xml-matcher": "^1.2.0",
"rimraf": "^5.0.5",
"typescript": "^5.3.3"
"typescript": "^5.4.5"
},
"peerDependencies": {
"@ckeditor/ckeditor5-core": "^41.3.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"jest-each": "^29.7.0",
"jest-xml-matcher": "^1.2.0",
"rimraf": "^5.0.5",
"typescript": "^5.3.3"
"typescript": "^5.4.5"
},
"peerDependencies": {
"@coremedia/service-agent": "^1.1.5 || ^2.0.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/ckeditor5-data-facade/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"jest": "^29.7.0",
"jest-each": "^29.7.0",
"rimraf": "^5.0.5",
"typescript": "^5.3.3"
"typescript": "^5.4.5"
},
"peerDependencies": {
"@ckeditor/ckeditor5-autosave": "^41.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/ckeditor5-dataprocessor-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"jest-each": "^29.7.0",
"jest-xml-matcher": "^1.2.0",
"rimraf": "^5.0.5",
"typescript": "^5.3.3"
"typescript": "^5.4.5"
},
"peerDependencies": {
"@ckeditor/ckeditor5-core": "^41.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/ckeditor5-dialog-visibility/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@ckeditor/ckeditor5-core": "^41.3.1",
"@ckeditor/ckeditor5-ui": "^41.3.1",
"rimraf": "^5.0.5",
"typescript": "^5.3.3"
"typescript": "^5.4.5"
},
"main": "./src/index.ts",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ckeditor5-dom-converter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@types/jest": "^29.5.12",
"jest": "^29.7.0",
"rimraf": "^5.0.5",
"typescript": "^5.3.3"
"typescript": "^5.4.5"
},
"peerDependencies": {
"@ckeditor/ckeditor5-utils": "^41.3.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/ckeditor5-dom-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@types/jest": "^29.5.12",
"jest": "^29.7.0",
"rimraf": "^5.0.5",
"typescript": "^5.3.3"
"typescript": "^5.4.5"
},
"dependencies": {
"@coremedia/ckeditor5-common": "^18.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/ckeditor5-font-mapper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@types/webpack": "^5.28.5",
"jest": "^29.7.0",
"rimraf": "^5.0.5",
"typescript": "^5.3.3"
"typescript": "^5.4.5"
},
"peerDependencies": {
"@ckeditor/ckeditor5-clipboard": "^41.3.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/ckeditor5-jest-test-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"private": true,
"license": "Apache-2.0",
"dependencies": {
"@babel/core": "^7.23.9",
"@babel/core": "^7.24.4",
"@coremedia-internal/ckeditor5-babel-config": "^1.0.0",
"babel-jest": "^29.7.0",
"enhanced-resolve": "^5.15.0",
"enhanced-resolve": "^5.16.0",
"jest-environment-jsdom": "^29.7.0",
"jest-transform-stub": "^2.0.0",
"ts-jest": "^29.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/ckeditor5-link-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"jest": "^29.7.0",
"jest-config": "^29.7.0",
"rimraf": "^5.0.5",
"typescript": "^5.3.3"
"typescript": "^5.4.5"
},
"peerDependencies": {
"@ckeditor/ckeditor5-core": "^41.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/ckeditor5-logging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@types/jest": "^29.5.12",
"jest": "^29.7.0",
"rimraf": "^5.0.5",
"typescript": "^5.3.3"
"typescript": "^5.4.5"
},
"scripts": {
"clean": "pnpm clean:src && pnpm clean:dist",
Expand Down
Loading

0 comments on commit e87744c

Please sign in to comment.