Skip to content

Commit fbc174e

Browse files
committed
[deps] pin @babel/node due to a breaking change in a minor
1 parent ec4f378 commit fbc174e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@
6161
"@babel/cli": "^7.28.3",
6262
"@babel/core": "^7.28.4",
6363
"@babel/eslint-parser": "^7.28.4",
64-
"@babel/node": "^7.28.0",
65-
"@babel/runtime": "^7.28.4",
64+
"@babel/node": "~7.24.8",
6665
"@babel/register": "^7.28.3",
66+
"@babel/runtime": "^7.28.4",
6767
"babel-loader": "^8.2.2",
6868
"babel-plugin-add-module-exports": "^1.0.4",
6969
"babel-plugin-transform-replace-object-assign": "^2.0.0",

0 commit comments

Comments
 (0)