This commit is contained in:
Babel Bot
2021-10-06 20:45:15 +00:00
parent e97a6baecb
commit c4b13725aa
16 changed files with 45 additions and 46 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-runtime",
"version": "7.15.0",
"version": "7.15.8",
"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.ts": "./src/get-runtime-path/browser.ts"
},
"dependencies": {
"@babel/helper-module-imports": "workspace:^7.14.5",
"@babel/helper-module-imports": "workspace:^7.15.4",
"@babel/helper-plugin-utils": "workspace:^7.14.5",
"babel-plugin-polyfill-corejs2": "^0.2.2",
"babel-plugin-polyfill-corejs3": "^0.2.5",