Skip to content

Commit a267ae1

Browse files
committed
runtime
1 parent 89c3e6a commit a267ae1

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"@babel/preset-env": "^7.5.5",
3131
"@babel/preset-react": "^7.0.0",
3232
"@babel/preset-typescript": "^7.3.3",
33+
"@babel/runtime": "^7.17.9",
3334
"@babel/runtime-corejs3": "^7.17.8",
3435
"@loadable/babel-plugin": "^5.8.0",
3536
"@loadable/webpack-plugin": "^5.7.1",

yarn.lock

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1076,6 +1076,13 @@
10761076
dependencies:
10771077
regenerator-runtime "^0.13.2"
10781078

1079+
"@babel/runtime@^7.17.9":
1080+
version "7.17.9"
1081+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.17.9.tgz#d19fbf802d01a8cb6cf053a64e472d42c434ba72"
1082+
integrity sha512-lSiBBvodq29uShpWGNbgFdKYNiFDo5/HIYsaCEY9ff4sb10x9jizo2+pRrSyF4jKZCXqgzuqBOQKbUm90gQwJg==
1083+
dependencies:
1084+
regenerator-runtime "^0.13.4"
1085+
10791086
"@babel/runtime@^7.4.2":
10801087
version "7.4.4"
10811088
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.4.4.tgz#dc2e34982eb236803aa27a07fea6857af1b9171d"

0 commit comments

Comments
 (0)