We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b33240 commit ffe2ccfCopy full SHA for ffe2ccf
package.json
@@ -36,10 +36,12 @@
36
"peerDependencies": {
37
"@babel/core": "^7.0.0-0"
38
},
39
- "dependencies": {},
+ "dependencies": {
40
+ "@babel/core": "^7.27.1",
41
+ "@babel/helper-plugin-utils": "^7.27.1"
42
+ },
43
"devDependencies": {
44
"@babel/cli": "7.24.7",
- "@babel/core": "7.24.7",
45
"@babel/plugin-proposal-do-expressions": "7.24.7",
46
"@babel/plugin-proposal-export-default-from": "7.24.7",
47
"@babel/preset-env": "7.24.7",
0 commit comments