Skip to content

Commit 97e3b87

Browse files
authored
fix: add missing dep to fix build (#404)
1 parent a359e6e commit 97e3b87

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"test": "NODE_ENV=test karma start"
3131
},
3232
"dependencies": {
33+
"@babel/runtime": "^7.17.9",
3334
"invariant": "^2.2.4",
3435
"requestidlecallback": "^0.3.0",
3536
"substyle": "^9.1.0"

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1018,7 +1018,7 @@
10181018
core-js-pure "^3.20.2"
10191019
regenerator-runtime "^0.13.4"
10201020

1021-
"@babel/runtime@^7.10.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.16.3", "@babel/runtime@^7.3.4", "@babel/runtime@^7.8.4":
1021+
"@babel/runtime@^7.10.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.16.3", "@babel/runtime@^7.17.9", "@babel/runtime@^7.3.4", "@babel/runtime@^7.8.4":
10221022
version "7.17.9"
10231023
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.17.9.tgz#d19fbf802d01a8cb6cf053a64e472d42c434ba72"
10241024
integrity sha512-lSiBBvodq29uShpWGNbgFdKYNiFDo5/HIYsaCEY9ff4sb10x9jizo2+pRrSyF4jKZCXqgzuqBOQKbUm90gQwJg==

0 commit comments

Comments
 (0)