This commit is contained in:
Huáng Jùnliàng
2020-07-30 16:45:44 -04:00
parent f7ec170ba3
commit 45fdb87747
30 changed files with 91 additions and 84 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-runtime",
"version": "7.10.5",
"version": "7.11.0",
"description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals",
"repository": {
"type": "git",
@@ -29,14 +29,14 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/core": "^7.11.0",
"@babel/helper-plugin-test-runner": "^7.10.4",
"@babel/helpers": "^7.10.4",
"@babel/plugin-transform-typeof-symbol": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/runtime": "^7.10.5",
"@babel/runtime-corejs3": "^7.10.5",
"@babel/preset-env": "^7.11.0",
"@babel/runtime": "^7.11.0",
"@babel/runtime-corejs3": "^7.11.0",
"@babel/template": "^7.10.4",
"@babel/types": "^7.10.5"
"@babel/types": "^7.11.0"
}
}