Skip to content

Commit 1875906

Browse files
josephfrazierslevithan
authored andcommitted
Pin babel runtime and transformation plugin
This should be a quick/dirty fix for #262
1 parent 5189bd3 commit 1875906

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"devDependencies": {
3838
"@babel/cli": "^7.0.0-beta.47",
3939
"@babel/core": "^7.0.0-beta.47",
40-
"@babel/plugin-transform-runtime": "^7.0.0-beta.53",
40+
"@babel/plugin-transform-runtime": "7.0.0-beta.53",
4141
"@babel/preset-env": "^7.0.0-beta.47",
4242
"babel-plugin-add-module-exports": "^0.2.1",
4343
"babel-plugin-array-includes": "^2.0.3",
@@ -51,6 +51,6 @@
5151
"zuul": "^3.11.1"
5252
},
5353
"dependencies": {
54-
"@babel/runtime": "^7.0.0-beta.53"
54+
"@babel/runtime": "7.0.0-beta.53"
5555
}
5656
}

0 commit comments

Comments
 (0)