This commit is contained in:
Babel Bot
2021-07-20 17:51:55 +00:00
parent 22b2f4fc02
commit e591780244
19 changed files with 71 additions and 72 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/helper-module-transforms",
"version": "7.14.5",
"version": "7.14.8",
"description": "Babel helper functions for implementing ES6 module transformations",
"author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-helper-module-transforms",
@@ -17,12 +17,12 @@
"dependencies": {
"@babel/helper-module-imports": "workspace:^7.14.5",
"@babel/helper-replace-supers": "workspace:^7.14.5",
"@babel/helper-simple-access": "workspace:^7.14.5",
"@babel/helper-simple-access": "workspace:^7.14.8",
"@babel/helper-split-export-declaration": "workspace:^7.14.5",
"@babel/helper-validator-identifier": "workspace:^7.14.5",
"@babel/helper-validator-identifier": "workspace:^7.14.8",
"@babel/template": "workspace:^7.14.5",
"@babel/traverse": "workspace:^7.14.5",
"@babel/types": "workspace:^7.14.5"
"@babel/traverse": "workspace:^7.14.8",
"@babel/types": "workspace:^7.14.8"
},
"engines": {
"node": ">=6.9.0"