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

Commit 7fc9afd

Browse files
authored
chore: update babel (#919)
1 parent f9eae15 commit 7fc9afd

File tree

5 files changed

+1075
-96
lines changed

5 files changed

+1075
-96
lines changed

packages/app/package.json

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
],
3939
"dependencies": {
4040
"@babel/eslint-parser": "7.22.15",
41-
"@babel/runtime": "7.21.0",
41+
"@babel/runtime": "7.23.1",
4242
"@emotion/babel-preset-css-prop": "11.10.0",
4343
"@staticcms/core": "^3.3.4",
4444
"buffer": "6.0.3",
@@ -48,18 +48,18 @@
4848
"ts-loader": "9.4.2"
4949
},
5050
"devDependencies": {
51-
"@babel/cli": "7.21.0",
52-
"@babel/core": "7.21.4",
51+
"@babel/cli": "7.23.0",
52+
"@babel/core": "7.23.0",
5353
"@babel/plugin-proposal-class-properties": "7.18.6",
54-
"@babel/plugin-proposal-export-default-from": "7.18.10",
54+
"@babel/plugin-proposal-export-default-from": "7.22.17",
5555
"@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
5656
"@babel/plugin-proposal-numeric-separator": "7.18.6",
5757
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
5858
"@babel/plugin-proposal-optional-chaining": "7.21.0",
5959
"@babel/plugin-syntax-dynamic-import": "7.8.3",
60-
"@babel/preset-env": "7.21.4",
61-
"@babel/preset-react": "7.18.6",
62-
"@babel/preset-typescript": "7.21.4",
60+
"@babel/preset-env": "7.22.20",
61+
"@babel/preset-react": "7.22.15",
62+
"@babel/preset-typescript": "7.23.0",
6363
"@emotion/eslint-plugin": "11.11.0",
6464
"@emotion/jest": "11.10.5",
6565
"@types/node": "18.16.14",
@@ -69,13 +69,12 @@
6969
"@typescript-eslint/parser": "6.7.4",
7070
"autoprefixer": "10.4.14",
7171
"babel-core": "7.0.0-bridge.0",
72-
"babel-loader": "9.1.2",
73-
"babel-plugin-emotion": "11.0.0",
72+
"babel-loader": "9.1.3",
7473
"babel-plugin-inline-json-import": "0.3.2",
7574
"babel-plugin-inline-react-svg": "2.0.2",
7675
"babel-plugin-lodash": "3.3.4",
7776
"babel-plugin-transform-builtin-extend": "1.1.2",
78-
"babel-plugin-transform-define": "2.1.0",
77+
"babel-plugin-transform-define": "2.1.4",
7978
"babel-plugin-transform-export-extensions": "6.22.0",
8079
"babel-plugin-transform-inline-environment-variables": "0.4.4",
8180
"cross-env": "7.0.3",

packages/core/package.json

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
],
4949
"dependencies": {
5050
"@babel/eslint-parser": "7.22.15",
51-
"@babel/runtime": "7.21.0",
51+
"@babel/runtime": "7.23.1",
5252
"@codemirror/autocomplete": "6.5.1",
5353
"@codemirror/commands": "6.2.3",
5454
"@codemirror/language": "6.6.0",
@@ -177,18 +177,18 @@
177177
"yaml": "2.2.2"
178178
},
179179
"devDependencies": {
180-
"@babel/cli": "7.21.0",
181-
"@babel/core": "7.21.4",
180+
"@babel/cli": "7.23.0",
181+
"@babel/core": "7.23.0",
182182
"@babel/plugin-proposal-class-properties": "7.18.6",
183-
"@babel/plugin-proposal-export-default-from": "7.18.10",
183+
"@babel/plugin-proposal-export-default-from": "7.22.17",
184184
"@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
185185
"@babel/plugin-proposal-numeric-separator": "7.18.6",
186186
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
187187
"@babel/plugin-proposal-optional-chaining": "7.21.0",
188188
"@babel/plugin-syntax-dynamic-import": "7.8.3",
189-
"@babel/preset-env": "7.21.4",
190-
"@babel/preset-react": "7.18.6",
191-
"@babel/preset-typescript": "7.21.4",
189+
"@babel/preset-env": "7.22.20",
190+
"@babel/preset-react": "7.22.15",
191+
"@babel/preset-typescript": "7.23.0",
192192
"@emotion/eslint-plugin": "11.11.0",
193193
"@emotion/jest": "11.10.5",
194194
"@iarna/toml": "2.2.5",
@@ -222,13 +222,12 @@
222222
"autoprefixer": "10.4.14",
223223
"axios": "1.3.6",
224224
"babel-core": "7.0.0-bridge.0",
225-
"babel-loader": "9.1.2",
226-
"babel-plugin-emotion": "11.0.0",
225+
"babel-loader": "9.1.3",
227226
"babel-plugin-inline-json-import": "0.3.2",
228227
"babel-plugin-inline-react-svg": "2.0.2",
229228
"babel-plugin-lodash": "3.3.4",
230229
"babel-plugin-transform-builtin-extend": "1.1.2",
231-
"babel-plugin-transform-define": "2.1.0",
230+
"babel-plugin-transform-define": "2.1.4",
232231
"babel-plugin-transform-export-extensions": "6.22.0",
233232
"babel-plugin-transform-inline-environment-variables": "0.4.4",
234233
"cache-me-outside": "1.0.0",

packages/demo/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
"dependencies": {
1111
"@babel/eslint-parser": "7.22.15",
1212
"@staticcms/core": "^3.3.4",
13-
"babel-loader": "9.1.2",
13+
"babel-loader": "9.1.3",
1414
"react": "18.2.0",
1515
"react-dom": "18.2.0"
1616
},
1717
"devDependencies": {
18-
"@babel/cli": "7.21.0",
19-
"@babel/core": "7.21.4",
20-
"@babel/plugin-syntax-flow": "7.21.4",
21-
"@babel/plugin-transform-react-jsx": "7.21.0",
18+
"@babel/cli": "7.23.0",
19+
"@babel/core": "7.23.0",
20+
"@babel/plugin-syntax-flow": "7.22.5",
21+
"@babel/plugin-transform-react-jsx": "7.22.15",
2222
"@vitejs/plugin-react": "^4.0.0",
2323
"autoprefixer": "10.4.14",
2424
"eslint": "8.50.0",

packages/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"yaml": "2.2.2"
3434
},
3535
"devDependencies": {
36-
"@babel/core": "7.21.4",
36+
"@babel/core": "7.23.0",
3737
"@babel/eslint-parser": "7.22.15",
3838
"@emotion/eslint-plugin": "11.11.0",
3939
"@next/bundle-analyzer": "13.2.4",

0 commit comments

Comments
 (0)