Skip to content
This repository was archived by the owner on Sep 20, 2025. It is now read-only.

Commit 37ab476

Browse files
[core] Link babel/runtime with babel/plugin-transform-runtime
1 parent e9cfc5d commit 37ab476

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@babel/plugin-proposal-class-properties": "^7.0.0",
3535
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
3636
"@babel/plugin-transform-modules-commonjs": "^7.0.0",
37-
"@babel/plugin-transform-runtime": "^7.0.0",
37+
"@babel/plugin-transform-runtime": "^7.2.0",
3838
"@babel/preset-env": "^7.0.0",
3939
"@babel/preset-react": "^7.0.0",
4040
"@babel/register": "^7.0.0",
@@ -69,7 +69,7 @@
6969
"size-limit": "^0.20.0"
7070
},
7171
"dependencies": {
72-
"@babel/runtime": "^7.0.0",
72+
"@babel/runtime": "7.2.0",
7373
"prop-types": "^15.6.0",
7474
"warning": "^4.0.1"
7575
},

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@
573573
dependencies:
574574
regenerator-transform "^0.13.3"
575575

576-
"@babel/plugin-transform-runtime@^7.0.0":
576+
"@babel/plugin-transform-runtime@^7.2.0":
577577
version "7.2.0"
578578
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.2.0.tgz#566bc43f7d0aedc880eaddbd29168d0f248966ea"
579579
integrity sha512-jIgkljDdq4RYDnJyQsiWbdvGeei/0MOTtSHKO/rfbd/mXBxNpdlulMx49L0HQ4pug1fXannxoqCI+fYSle9eSw==
@@ -700,7 +700,7 @@
700700
pirates "^4.0.0"
701701
source-map-support "^0.5.9"
702702

703-
"@babel/runtime@^7.0.0":
703+
"@babel/runtime@7.2.0":
704704
version "7.2.0"
705705
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.2.0.tgz#b03e42eeddf5898e00646e4c840fa07ba8dcad7f"
706706
integrity sha512-oouEibCbHMVdZSDlJBO6bZmID/zA/G/Qx3H1d3rSNPTD+L8UNKvCat7aKWSJ74zYbm5zWGh0GQN0hKj8zYFTCg==

0 commit comments

Comments
 (0)