Skip to content

Commit 4db68e6

Browse files
committed
fix: moving @babel/runtime to being a hard dep as it's used in the dist
1 parent f220bf0 commit 4db68e6

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

package-lock.json

Lines changed: 3 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
},
4141
"dependencies": {
4242
"@babel/code-frame": "^7.16.0",
43+
"@babel/runtime": "^7.17.7",
4344
"@humanwhocodes/momoa": "^2.0.3",
4445
"chalk": "^4.1.2",
4546
"json-to-ast": "^2.0.3",
@@ -52,7 +53,6 @@
5253
"@babel/core": "^7.17.7",
5354
"@babel/plugin-transform-runtime": "^7.17.0",
5455
"@babel/preset-env": "^7.16.0",
55-
"@babel/runtime": "^7.17.7",
5656
"@readme/eslint-config": "^8.5.1",
5757
"ajv": "^8.10.0",
5858
"babel-jest": "^27.5.1",

0 commit comments

Comments
 (0)