Skip to content

Commit 514aaf4

Browse files
authored
deps(ui): Upgrade babel, core-js (#86948)
1 parent 8395101 commit 514aaf4

File tree

3 files changed

+230
-313
lines changed

3 files changed

+230
-313
lines changed

babel.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const config: TransformOptions = {
1313
'@babel/preset-env',
1414
{
1515
useBuiltIns: 'usage',
16-
corejs: '3.37',
16+
corejs: '3.41',
1717
},
1818
],
1919
// TODO: Remove allowDeclareFields when we upgrade to Babel 8

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
"dependencies": {
1111
"@acemarke/react-prod-sourcemaps": "^0.2.1",
1212
"@amplitude/analytics-browser": "^1.5.3",
13-
"@babel/core": "~7.25.9",
14-
"@babel/plugin-transform-runtime": "~7.25.9",
15-
"@babel/preset-env": "~7.25.9",
16-
"@babel/preset-react": "^7.25.9",
17-
"@babel/preset-typescript": "^7.25.9",
18-
"@babel/runtime": "~7.25.9",
13+
"@babel/core": "~7.26.10",
14+
"@babel/plugin-transform-runtime": "~7.26.10",
15+
"@babel/preset-env": "~7.26.9",
16+
"@babel/preset-react": "^7.26.3",
17+
"@babel/preset-typescript": "^7.26.0",
18+
"@babel/runtime": "~7.26.10",
1919
"@dnd-kit/core": "^6.1.0",
2020
"@dnd-kit/sortable": "^8.0.0",
2121
"@emotion/babel-plugin": "^11.13.5",
@@ -93,15 +93,15 @@
9393
"@types/stripe-v3": "^3.1.20",
9494
"@types/webpack-env": "^1.18.5",
9595
"ansi-to-react": "^6.1.6",
96-
"babel-loader": "^9.2.1",
96+
"babel-loader": "^10.0.0",
9797
"browserslist": "^4.22.2",
9898
"buffer": "^6.0.3",
9999
"cbor-web": "^8.1.0",
100100
"classnames": "2.3.1",
101101
"color": "^4.2.3",
102102
"compression-webpack-plugin": "11.1.0",
103103
"copy-webpack-plugin": "^12.0.2",
104-
"core-js": "^3.37.0",
104+
"core-js": "^3.41.0",
105105
"cronstrue": "^2.50.0",
106106
"css-loader": "^7.1.2",
107107
"css-minimizer-webpack-plugin": "^7.0.0",

0 commit comments

Comments
 (0)