Skip to content

Commit ff48d18

Browse files
rachelslursf-moya
andauthored
fix: adding support for @babel/runtime (#544)
Co-authored-by: Federico Moyá <federicomoyamartin@gmail.com>
1 parent f664ebb commit ff48d18

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
@@ -14,6 +14,7 @@
1414
"@babel/plugin-proposal-class-properties": "^7.13.0",
1515
"@babel/plugin-transform-runtime": "^7.13.10",
1616
"@babel/preset-env": "^7.14.7",
17+
"@babel/runtime": "^7.14.8",
1718
"@babel/preset-react": "^7.14.5",
1819
"@hapi/eslint-plugin": "^5.0.0",
1920
"@typescript-eslint/eslint-plugin": "^4.9.0",

yarn.lock

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1164,6 +1164,13 @@
11641164
dependencies:
11651165
regenerator-runtime "^0.13.4"
11661166

1167+
"@babel/runtime@^7.14.8":
1168+
version "7.14.8"
1169+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.14.8.tgz#7119a56f421018852694290b9f9148097391b446"
1170+
integrity sha512-twj3L8Og5SaCRCErB4x4ajbvBIVV77CGeFglHpeg5WC5FF8TZzBWXtTJ4MqaD9QszLYTtr+IsaAL2rEUevb+eg==
1171+
dependencies:
1172+
regenerator-runtime "^0.13.4"
1173+
11671174
"@babel/runtime@^7.4.5":
11681175
version "7.7.2"
11691176
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.7.2.tgz#111a78002a5c25fc8e3361bedc9529c696b85a6a"

0 commit comments

Comments
 (0)