Pin @babel/runtime version for new apps to 7.0.0-beta.55.

This commit is contained in:
Ben Newman
2018-08-06 11:52:46 -04:00
parent 4d5fff99eb
commit c2af98263d
4 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@
"start": "meteor run"
},
"dependencies": {
"@babel/runtime": "^7.0.0-beta.51",
"@babel/runtime": "7.0.0-beta.55",
"meteor-node-stubs": "^0.4.1"
}
}

View File

@@ -6,7 +6,7 @@
"test": "meteor test --once --driver-package meteortesting:mocha"
},
"dependencies": {
"@babel/runtime": "^7.0.0-beta.51",
"@babel/runtime": "7.0.0-beta.55",
"meteor-node-stubs": "^0.4.1"
},
"devDependencies": {

View File

@@ -8,7 +8,7 @@
"visualize": "meteor --production --extra-packages bundle-visualizer"
},
"dependencies": {
"@babel/runtime": "^7.0.0-beta.51",
"@babel/runtime": "7.0.0-beta.55",
"meteor-node-stubs": "^0.4.1"
},
"meteor": {

View File

@@ -8,7 +8,7 @@
"visualize": "meteor --production --extra-packages bundle-visualizer"
},
"dependencies": {
"@babel/runtime": "^7.0.0-beta.51",
"@babel/runtime": "7.0.0-beta.55",
"meteor-node-stubs": "^0.4.1"
},
"meteor": {