Skip to content

Commit ede3e73

Browse files
committed
Update to babel 7.29.7
1 parent a888abc commit ede3e73

8 files changed

Lines changed: 970 additions & 950 deletions

File tree

catalog.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
{
2+
"@babel/core": "^7.29.7",
3+
"@babel/eslint-parser": "^7.29.7",
4+
"@babel/preset-env": "^7.29.7",
5+
"@babel/preset-react": "^7.29.7",
6+
"@babel/preset-typescript": "^7.29.7",
7+
"@babel/runtime": "^7.29.7",
28
"@internationalized/date": "^3.12.1",
39
"@react-aria/utils": "^3.34.0",
410
"@react-spectrum/utils": "^3.13.0",
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update dependency: `babel` 7.29.7. @davisagli

packages/scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"access": "public"
4141
},
4242
"dependencies": {
43-
"@babel/core": "^7.0.0",
43+
"@babel/core": "catalog:",
4444
"babel-plugin-react-intl": "5.1.17",
4545
"@plone/babel-preset-razzle": "workspace:^",
4646
"chalk": "4",
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update dependency: `babel` 7.29.7. @davisagli

packages/volto-babel-preset-razzle/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@
2828
"release-alpha": "release-it --preRelease=alpha"
2929
},
3030
"dependencies": {
31-
"@babel/core": "^7.28.5",
31+
"@babel/core": "catalog:",
3232
"@babel/plugin-syntax-bigint": "^7.8.3",
33-
"@babel/plugin-transform-modules-commonjs": "^7.10.4",
34-
"@babel/plugin-transform-runtime": "^7.9.0",
35-
"@babel/preset-env": "^7.28.5",
36-
"@babel/preset-react": "^7.28.5",
37-
"@babel/preset-typescript": "^7.28.5",
38-
"@babel/runtime": "^7.28.4",
33+
"@babel/plugin-transform-modules-commonjs": "^7.29.7",
34+
"@babel/plugin-transform-runtime": "^7.29.7",
35+
"@babel/preset-env": "catalog:",
36+
"@babel/preset-react": "catalog:",
37+
"@babel/preset-typescript": "catalog:",
38+
"@babel/runtime": "catalog:",
3939
"babel-plugin-syntax-jsx": "^6.18.0",
4040
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
4141
"chalk": "^5.6.2"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update dependency: `babel` 7.29.7. @davisagli

packages/volto/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -212,12 +212,12 @@
212212
"uuid": "^14.0.0"
213213
},
214214
"devDependencies": {
215-
"@babel/core": "^7.28.5",
216-
"@babel/eslint-parser": "^7.28.5",
217-
"@babel/plugin-proposal-export-default-from": "^7.27.1",
218-
"@babel/plugin-proposal-throw-expressions": "^7.27.1",
219-
"@babel/runtime": "^7.28.4",
220-
"@babel/types": "7.20.5",
215+
"@babel/core": "catalog:",
216+
"@babel/eslint-parser": "catalog:",
217+
"@babel/plugin-proposal-export-default-from": "^7.29.7",
218+
"@babel/plugin-proposal-throw-expressions": "^7.29.7",
219+
"@babel/runtime": "catalog:",
220+
"@babel/types": "^7.29.7",
221221
"@fiverr/afterbuild-webpack-plugin": "^1.0.0",
222222
"@loadable/babel-plugin": "5.16.1",
223223
"@loadable/webpack-plugin": "5.15.2",

0 commit comments

Comments
 (0)