This commit is contained in:
Babel Bot
2021-06-09 23:03:30 +00:00
parent a59522df83
commit 7a2a928398
155 changed files with 914 additions and 915 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-runtime",
"version": "7.14.3",
"version": "7.14.5",
"description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals",
"repository": {
"type": "git",
@@ -20,8 +20,8 @@
"./src/get-runtime-path/index.ts": "./src/get-runtime-path/browser.ts"
},
"dependencies": {
"@babel/helper-module-imports": "workspace:^7.13.12",
"@babel/helper-plugin-utils": "workspace:^7.13.0",
"@babel/helper-module-imports": "workspace:^7.14.5",
"@babel/helper-plugin-utils": "workspace:^7.14.5",
"babel-plugin-polyfill-corejs2": "^0.2.2",
"babel-plugin-polyfill-corejs3": "^0.2.2",
"babel-plugin-polyfill-regenerator": "^0.2.2",