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

Commit

Permalink
chore: update babel (#919)
Browse files Browse the repository at this point in the history
  • Loading branch information
KaneFreeman authored Oct 4, 2023
1 parent f9eae15 commit 7fc9afd
Show file tree
Hide file tree
Showing 5 changed files with 1,075 additions and 96 deletions.
19 changes: 9 additions & 10 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
],
"dependencies": {
"@babel/eslint-parser": "7.22.15",
"@babel/runtime": "7.21.0",
"@babel/runtime": "7.23.1",
"@emotion/babel-preset-css-prop": "11.10.0",
"@staticcms/core": "^3.3.4",
"buffer": "6.0.3",
Expand All @@ -48,18 +48,18 @@
"ts-loader": "9.4.2"
},
"devDependencies": {
"@babel/cli": "7.21.0",
"@babel/core": "7.21.4",
"@babel/cli": "7.23.0",
"@babel/core": "7.23.0",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-export-default-from": "7.18.10",
"@babel/plugin-proposal-export-default-from": "7.22.17",
"@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.21.4",
"@babel/preset-react": "7.18.6",
"@babel/preset-typescript": "7.21.4",
"@babel/preset-env": "7.22.20",
"@babel/preset-react": "7.22.15",
"@babel/preset-typescript": "7.23.0",
"@emotion/eslint-plugin": "11.11.0",
"@emotion/jest": "11.10.5",
"@types/node": "18.16.14",
Expand All @@ -69,13 +69,12 @@
"@typescript-eslint/parser": "6.7.4",
"autoprefixer": "10.4.14",
"babel-core": "7.0.0-bridge.0",
"babel-loader": "9.1.2",
"babel-plugin-emotion": "11.0.0",
"babel-loader": "9.1.3",
"babel-plugin-inline-json-import": "0.3.2",
"babel-plugin-inline-react-svg": "2.0.2",
"babel-plugin-lodash": "3.3.4",
"babel-plugin-transform-builtin-extend": "1.1.2",
"babel-plugin-transform-define": "2.1.0",
"babel-plugin-transform-define": "2.1.4",
"babel-plugin-transform-export-extensions": "6.22.0",
"babel-plugin-transform-inline-environment-variables": "0.4.4",
"cross-env": "7.0.3",
Expand Down
19 changes: 9 additions & 10 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
],
"dependencies": {
"@babel/eslint-parser": "7.22.15",
"@babel/runtime": "7.21.0",
"@babel/runtime": "7.23.1",
"@codemirror/autocomplete": "6.5.1",
"@codemirror/commands": "6.2.3",
"@codemirror/language": "6.6.0",
Expand Down Expand Up @@ -177,18 +177,18 @@
"yaml": "2.2.2"
},
"devDependencies": {
"@babel/cli": "7.21.0",
"@babel/core": "7.21.4",
"@babel/cli": "7.23.0",
"@babel/core": "7.23.0",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-export-default-from": "7.18.10",
"@babel/plugin-proposal-export-default-from": "7.22.17",
"@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.21.4",
"@babel/preset-react": "7.18.6",
"@babel/preset-typescript": "7.21.4",
"@babel/preset-env": "7.22.20",
"@babel/preset-react": "7.22.15",
"@babel/preset-typescript": "7.23.0",
"@emotion/eslint-plugin": "11.11.0",
"@emotion/jest": "11.10.5",
"@iarna/toml": "2.2.5",
Expand Down Expand Up @@ -222,13 +222,12 @@
"autoprefixer": "10.4.14",
"axios": "1.3.6",
"babel-core": "7.0.0-bridge.0",
"babel-loader": "9.1.2",
"babel-plugin-emotion": "11.0.0",
"babel-loader": "9.1.3",
"babel-plugin-inline-json-import": "0.3.2",
"babel-plugin-inline-react-svg": "2.0.2",
"babel-plugin-lodash": "3.3.4",
"babel-plugin-transform-builtin-extend": "1.1.2",
"babel-plugin-transform-define": "2.1.0",
"babel-plugin-transform-define": "2.1.4",
"babel-plugin-transform-export-extensions": "6.22.0",
"babel-plugin-transform-inline-environment-variables": "0.4.4",
"cache-me-outside": "1.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 @@ -10,15 +10,15 @@
"dependencies": {
"@babel/eslint-parser": "7.22.15",
"@staticcms/core": "^3.3.4",
"babel-loader": "9.1.2",
"babel-loader": "9.1.3",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@babel/cli": "7.21.0",
"@babel/core": "7.21.4",
"@babel/plugin-syntax-flow": "7.21.4",
"@babel/plugin-transform-react-jsx": "7.21.0",
"@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",
"@vitejs/plugin-react": "^4.0.0",
"autoprefixer": "10.4.14",
"eslint": "8.50.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"yaml": "2.2.2"
},
"devDependencies": {
"@babel/core": "7.21.4",
"@babel/core": "7.23.0",
"@babel/eslint-parser": "7.22.15",
"@emotion/eslint-plugin": "11.11.0",
"@next/bundle-analyzer": "13.2.4",
Expand Down
Loading

0 comments on commit 7fc9afd

Please sign in to comment.