diff --git a/package.json b/package.json index e3a7bf47..30cc4c84 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,7 @@ "@babel/plugin-proposal-class-properties": "^7.13.0", "@babel/plugin-transform-runtime": "^7.13.10", "@babel/preset-env": "^7.14.7", + "@babel/runtime": "^7.14.8", "@babel/preset-react": "^7.14.5", "@hapi/eslint-plugin": "^5.0.0", "@typescript-eslint/eslint-plugin": "^4.9.0", diff --git a/yarn.lock b/yarn.lock index 7c6393a3..742c3069 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1164,6 +1164,13 @@ dependencies: regenerator-runtime "^0.13.4" +"@babel/runtime@^7.14.8": + version "7.14.8" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.14.8.tgz#7119a56f421018852694290b9f9148097391b446" + integrity sha512-twj3L8Og5SaCRCErB4x4ajbvBIVV77CGeFglHpeg5WC5FF8TZzBWXtTJ4MqaD9QszLYTtr+IsaAL2rEUevb+eg== + dependencies: + regenerator-runtime "^0.13.4" + "@babel/runtime@^7.4.5": version "7.7.2" resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.7.2.tgz#111a78002a5c25fc8e3361bedc9529c696b85a6a"