Skip to content

Commit ffe2ccf

Browse files
committed
fix: fix broken or missing dependencies.
1 parent 2b33240 commit ffe2ccf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,12 @@
3636
"peerDependencies": {
3737
"@babel/core": "^7.0.0-0"
3838
},
39-
"dependencies": {},
39+
"dependencies": {
40+
"@babel/core": "^7.27.1",
41+
"@babel/helper-plugin-utils": "^7.27.1"
42+
},
4043
"devDependencies": {
4144
"@babel/cli": "7.24.7",
42-
"@babel/core": "7.24.7",
4345
"@babel/plugin-proposal-do-expressions": "7.24.7",
4446
"@babel/plugin-proposal-export-default-from": "7.24.7",
4547
"@babel/preset-env": "7.24.7",

0 commit comments

Comments
 (0)