Skip to content

Commit e8c3496

Browse files
committed
Pin dependency @babel/runtime to 7.3.4
1 parent 2351757 commit e8c3496

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
},
149149
"devDependencies": {
150150
"@babel/core": "7.3.4",
151-
"@babel/runtime": "^7.3.4",
151+
"@babel/runtime": "7.3.4",
152152
"ajv": "6.10.0",
153153
"babel-core": "7.0.0-bridge.0",
154154
"babel-eslint": "10.0.1",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@
608608
pirates "^4.0.0"
609609
source-map-support "^0.5.9"
610610

611-
"@babel/runtime@^7.0.0", "@babel/runtime@^7.3.1", "@babel/runtime@^7.3.4":
611+
"@babel/runtime@7.3.4", "@babel/runtime@^7.0.0", "@babel/runtime@^7.3.1":
612612
version "7.3.4"
613613
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.3.4.tgz#73d12ba819e365fcf7fd152aed56d6df97d21c83"
614614
integrity sha512-IvfvnMdSaLBateu0jfsYIpZTxAc2cKEXEMiezGGN75QcBcecDUKd3PgLAncT0oOgxKy8dd8hrJKj9MfzgfZd6g==

0 commit comments

Comments
 (0)