v7.14.8
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user