bump @babel/* dev dependencies (#10648)

* bump @babel/* dev dependencies

* chore: align version to @babel/runtime

* chore: bump to 7.7.1

* chore: bump to 7.7.2
This commit is contained in:
Huáng Jùnliàng
2019-11-12 18:05:38 -05:00
committed by Nicolò Ribaudo
parent f71338baf9
commit ce070ce422
3 changed files with 311 additions and 307 deletions

View File

@@ -123,7 +123,10 @@ module.exports = function(api) {
],
plugins: [
includeRuntime
? ["@babel/transform-runtime", { version: "7.4.4" }]
? [
"@babel/transform-runtime",
{ version: require("@babel/runtime/package").version },
]
: null,
].filter(Boolean),
},