This commit is contained in:
Nicolò Ribaudo
2020-10-14 21:48:45 +02:00
parent 9ad0d45b41
commit 726154c78e
38 changed files with 228 additions and 228 deletions

View File

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