Pin another @babel/runtime dependency in an old test app.

This commit is contained in:
Ben Newman
2018-08-06 18:12:16 -04:00
parent 4a5b915ac6
commit ec6716ce7e

View File

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