This commit is contained in:
Nicolò Ribaudo
2020-12-09 23:44:59 +01:00
parent 0e271055c4
commit e901454096
23 changed files with 77 additions and 77 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-runtime",
"version": "7.12.1",
"version": "7.12.10",
"description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals",
"repository": {
"type": "git",
@@ -20,7 +20,7 @@
"./src/get-runtime-path/index.js": "./src/get-runtime-path/browser.js"
},
"dependencies": {
"@babel/helper-module-imports": "workspace:^7.12.1",
"@babel/helper-module-imports": "workspace:^7.12.5",
"@babel/helper-plugin-utils": "workspace:^7.10.4",
"semver": "^5.5.1"
},