Skip to content

Commit

Permalink
chore(deps): update babel monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 15, 2023
1 parent 3dffa1e commit 13bd996
Show file tree
Hide file tree
Showing 7 changed files with 568 additions and 483 deletions.
1,031 changes: 558 additions & 473 deletions package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"serve": "npm run storybook dev"
},
"devDependencies": {
"@babel/core": "7.22.9",
"@babel/eslint-parser": "7.22.9",
"@babel/core": "7.23.3",
"@babel/eslint-parser": "7.23.3",
"@babel/eslint-plugin": "7.22.5",
"@babel/plugin-transform-runtime": "7.22.9",
"@babel/preset-env": "7.22.9",
"@babel/preset-react": "7.22.5",
"@babel/plugin-transform-runtime": "7.23.3",
"@babel/preset-env": "7.23.3",
"@babel/preset-react": "7.23.3",
"@ckeditor/ckeditor5-alignment": "39.0.0",
"@ckeditor/ckeditor5-basic-styles": "39.0.0",
"@ckeditor/ckeditor5-block-quote": "39.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/addon-ckeditor5-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"react-dom": "^18.0.0"
},
"dependencies": {
"@babel/runtime-corejs3": "7.22.6",
"@babel/runtime-corejs3": "7.23.2",
"core-js": "3.32.0"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/addon-remirror/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"remirror": "^2.0.0"
},
"dependencies": {
"@babel/runtime-corejs3": "7.22.6",
"@babel/runtime-corejs3": "7.23.2",
"core-js": "3.32.0"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ckeditor5-build-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react-dom": "^18.0.0"
},
"dependencies": {
"@babel/runtime-corejs3": "7.22.6",
"@babel/runtime-corejs3": "7.23.2",
"core-js": "3.32.0"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"npm": ">= 8"
},
"dependencies": {
"@babel/runtime-corejs3": "7.22.6",
"@babel/runtime-corejs3": "7.23.2",
"@junipero/core": "3.2.1",
"core-js": "3.32.0",
"uuid": "9.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"react-dom": "^18.0.0"
},
"dependencies": {
"@babel/runtime-corejs3": "7.22.6",
"@babel/runtime-corejs3": "7.23.2",
"@floating-ui/react": "0.26.2",
"@junipero/react": "3.2.1",
"@junipero/transitions": "3.2.1",
Expand Down

0 comments on commit 13bd996

Please sign in to comment.