Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
chore(deps): update babel monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 3, 2024
1 parent 799c7e6 commit fda0a41
Show file tree
Hide file tree
Showing 5 changed files with 592 additions and 433 deletions.
16 changes: 8 additions & 8 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"last 2 Safari versions"
],
"dependencies": {
"@babel/eslint-parser": "7.22.15",
"@babel/runtime": "7.23.1",
"@babel/eslint-parser": "7.23.3",
"@babel/runtime": "7.23.7",
"@staticcms/core": "^4.0.0",
"buffer": "6.0.3",
"react": "18.2.0",
Expand All @@ -47,18 +47,18 @@
"ts-loader": "9.4.2"
},
"devDependencies": {
"@babel/cli": "7.23.0",
"@babel/core": "7.23.0",
"@babel/cli": "7.23.4",
"@babel/core": "7.23.7",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-export-default-from": "7.22.17",
"@babel/plugin-proposal-export-default-from": "7.23.3",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
"@babel/plugin-proposal-numeric-separator": "7.18.6",
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
"@babel/plugin-proposal-optional-chaining": "7.21.0",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/preset-env": "7.22.20",
"@babel/preset-react": "7.22.15",
"@babel/preset-typescript": "7.23.0",
"@babel/preset-env": "7.23.7",
"@babel/preset-react": "7.23.3",
"@babel/preset-typescript": "7.23.3",
"@types/node": "18.17.19",
"@types/react": "18.2.25",
"@types/react-dom": "18.2.10",
Expand Down
16 changes: 8 additions & 8 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
"last 2 Safari versions"
],
"dependencies": {
"@babel/eslint-parser": "7.22.15",
"@babel/runtime": "7.23.1",
"@babel/eslint-parser": "7.23.3",
"@babel/runtime": "7.23.7",
"@codemirror/autocomplete": "6.9.1",
"@codemirror/commands": "6.3.0",
"@codemirror/language": "6.9.1",
Expand Down Expand Up @@ -177,18 +177,18 @@
"yaml": "2.3.2"
},
"devDependencies": {
"@babel/cli": "7.23.0",
"@babel/core": "7.23.0",
"@babel/cli": "7.23.4",
"@babel/core": "7.23.7",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-export-default-from": "7.22.17",
"@babel/plugin-proposal-export-default-from": "7.23.3",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
"@babel/plugin-proposal-numeric-separator": "7.18.6",
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
"@babel/plugin-proposal-optional-chaining": "7.21.0",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/preset-env": "7.22.20",
"@babel/preset-react": "7.22.15",
"@babel/preset-typescript": "7.23.0",
"@babel/preset-env": "7.23.7",
"@babel/preset-react": "7.23.3",
"@babel/preset-typescript": "7.23.3",
"@iarna/toml": "2.2.5",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.11",
"@simbathesailor/use-what-changed": "2.0.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
"serve": "vite preview"
},
"dependencies": {
"@babel/eslint-parser": "7.22.15",
"@babel/eslint-parser": "7.23.3",
"@staticcms/core": "^4.0.0-beta.0",
"babel-loader": "9.1.3",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@babel/cli": "7.23.0",
"@babel/core": "7.23.0",
"@babel/plugin-syntax-flow": "7.22.5",
"@babel/plugin-transform-react-jsx": "7.22.15",
"@babel/cli": "7.23.4",
"@babel/core": "7.23.7",
"@babel/plugin-syntax-flow": "7.23.3",
"@babel/plugin-transform-react-jsx": "7.23.4",
"@vitejs/plugin-react": "^4.0.0",
"autoprefixer": "10.4.16",
"eslint": "8.50.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"yaml": "2.3.2"
},
"devDependencies": {
"@babel/core": "7.23.0",
"@babel/eslint-parser": "7.22.15",
"@babel/core": "7.23.7",
"@babel/eslint-parser": "7.23.3",
"@emotion/eslint-plugin": "11.11.0",
"@next/bundle-analyzer": "13.5.4",
"@next/eslint-plugin-next": "13.5.4",
Expand Down
Loading

0 comments on commit fda0a41

Please sign in to comment.