mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Pin @babel/runtime version for new apps to 7.0.0-beta.55.
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user