Skip to content

Commit 52c8dcf

Browse files
committed
chore(deps): upgrade babel core to 7.26 to fix build inconsistencies
1 parent 5aec1b2 commit 52c8dcf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"packages/*"
55
],
66
"devDependencies": {
7-
"@babel/cli": "^7.10.5",
7+
"@babel/cli": "^7.26.0",
88
"@babel/code-frame": "^7.10.4",
9-
"@babel/core": "^7.11.1",
9+
"@babel/core": "^7.26.0",
1010
"@babel/helper-define-map": "^7.18.6",
1111
"@babel/helper-module-imports": "^7.10.4",
1212
"@babel/parser": "^7.11.3",
@@ -40,7 +40,7 @@
4040
"@babel/preset-flow": "^7.10.4",
4141
"@babel/preset-react": "^7.23.3",
4242
"@babel/preset-typescript": "^7.26.0",
43-
"@babel/traverse": "^7.11.0",
43+
"@babel/traverse": "^7.26.0",
4444
"@rollup/plugin-babel": "^6.0.3",
4545
"@rollup/plugin-commonjs": "^24.0.1",
4646
"@rollup/plugin-node-resolve": "^15.0.1",

0 commit comments

Comments
 (0)