Skip to content

Commit

Permalink
fix: @babel/runtime-corejs2 should depend on core-js 2 (#14509)
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Apr 29, 2022
1 parent 37931d1 commit 84de4d9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/babel-runtime-corejs2/package.json
Expand Up @@ -14,7 +14,7 @@
"homepage": "https://babel.dev/docs/en/next/babel-runtime-corejs2",
"author": "The Babel Team (https://babel.dev/team)",
"dependencies": {
"core-js": "^3.22.1",
"core-js": "^2.6.12",
"regenerator-runtime": "^0.13.4"
},
"exports": {
Expand Down
9 changes: 8 additions & 1 deletion yarn.lock
Expand Up @@ -3543,7 +3543,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@babel/runtime-corejs2@workspace:packages/babel-runtime-corejs2"
dependencies:
core-js: ^3.22.1
core-js: ^2.6.12
regenerator-runtime: ^0.13.4
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -7032,6 +7032,13 @@ __metadata:
languageName: node
linkType: hard

"core-js@npm:^2.6.12":
version: 2.6.12
resolution: "core-js@npm:2.6.12"
checksum: 44fa9934a85f8c78d61e0c8b7b22436330471ffe59ec5076fe7f324d6e8cf7f824b14b1c81ca73608b13bdb0fef035bd820989bf059767ad6fa13123bb8bd016
languageName: node
linkType: hard

"core-js@npm:^3.22.1":
version: 3.22.1
resolution: "core-js@npm:3.22.1"
Expand Down

0 comments on commit 84de4d9

Please sign in to comment.