Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
filipsobol committed Oct 6, 2024
1 parent 27600d6 commit d820449
Show file tree
Hide file tree
Showing 8 changed files with 637 additions and 797 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@rollup/plugin-swc": "^0.4.0",
"@types/node": "^22.7.4",
"clean-package": "^2.2.0",
"rollup": "^4.23.0",
"rollup": "^4.24.0",
"typescript": "^5.6.2"
}
}
2 changes: 1 addition & 1 deletion packages/sonda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"devDependencies": {
"esbuild": "^0.23.1",
"load-source-map": "workspace:^*",
"rollup": "^4.21.3",
"rollup": "^4.24.0",
"webpack": "^5.89.0"
}
}
4 changes: 2 additions & 2 deletions playground/esbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"debug:build": "NODE_OPTIONS='--inspect-brk' pnpm run build"
},
"dependencies": {
"@ckeditor/ckeditor5-engine": "42.0.2",
"ckeditor5": "^43.0.0"
"@ckeditor/ckeditor5-engine": "43.0.0",
"ckeditor5": "43.2.0"
},
"devDependencies": {
"esbuild": "^0.23.1",
Expand Down
6 changes: 3 additions & 3 deletions playground/rollup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
"debug:build": "NODE_OPTIONS='--inspect-brk' pnpm run build"
},
"dependencies": {
"@ckeditor/ckeditor5-engine": "42.0.2",
"ckeditor5": "^43.0.0"
"@ckeditor/ckeditor5-engine": "43.0.0",
"ckeditor5": "43.2.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"rollup": "^4.21.0",
"rollup": "^4.24.0",
"rollup-plugin-styles": "^4.0.0",
"rollup-plugin-visualizer": "^5.12.0",
"sonda": "workspace:^*",
Expand Down
4 changes: 2 additions & 2 deletions playground/rspack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"preview": "rsbuild preview"
},
"dependencies": {
"@ckeditor/ckeditor5-engine": "42.0.2",
"ckeditor5": "^43.0.0"
"@ckeditor/ckeditor5-engine": "43.0.0",
"ckeditor5": "43.2.0"
},
"devDependencies": {
"@rsbuild/core": "^1.0.1",
Expand Down
4 changes: 2 additions & 2 deletions playground/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"debug:build": "NODE_OPTIONS='--inspect-brk' pnpm run build"
},
"dependencies": {
"@ckeditor/ckeditor5-engine": "42.0.2",
"ckeditor5": "^43.0.0"
"@ckeditor/ckeditor5-engine": "43.0.0",
"ckeditor5": "43.2.0"
},
"devDependencies": {
"esbuild": "^0.23.1",
Expand Down
4 changes: 2 additions & 2 deletions playground/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"debug:build": "NODE_OPTIONS='--inspect-brk' pnpm run build"
},
"dependencies": {
"@ckeditor/ckeditor5-engine": "42.0.2",
"ckeditor5": "^43.0.0"
"@ckeditor/ckeditor5-engine": "43.0.0",
"ckeditor5": "43.2.0"
},
"devDependencies": {
"@types/webpack": "^5.28.5",
Expand Down
1,408 changes: 624 additions & 784 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit d820449

Please sign in to comment.