This commit is contained in:
Nicolò Ribaudo
2019-12-08 00:25:57 +01:00
parent 4436ffd604
commit f753c48f74
8 changed files with 14 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-runtime",
"version": "7.7.5",
"version": "7.7.6",
"description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-runtime",
"license": "MIT",
@@ -25,8 +25,8 @@
"@babel/helper-plugin-test-runner": "^7.7.4",
"@babel/helpers": "^7.7.4",
"@babel/plugin-transform-typeof-symbol": "^7.7.4",
"@babel/preset-env": "^7.7.5",
"@babel/runtime": "^7.7.5",
"@babel/preset-env": "^7.7.6",
"@babel/runtime": "^7.7.6",
"@babel/template": "^7.7.4",
"@babel/types": "^7.7.4"
}