This commit is contained in:
Babel Bot
2021-09-02 21:28:31 +00:00
parent 51c6a99c8e
commit b2376757d7
48 changed files with 271 additions and 272 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-modules-commonjs",
"version": "7.15.0",
"version": "7.15.4",
"description": "This plugin transforms ES2015 modules to CommonJS",
"repository": {
"type": "git",
@@ -13,9 +13,9 @@
},
"main": "./lib/index.js",
"dependencies": {
"@babel/helper-module-transforms": "workspace:^7.15.0",
"@babel/helper-module-transforms": "workspace:^7.15.4",
"@babel/helper-plugin-utils": "workspace:^7.14.5",
"@babel/helper-simple-access": "workspace:^7.14.8",
"@babel/helper-simple-access": "workspace:^7.15.4",
"babel-plugin-dynamic-import-node": "^2.3.3"
},
"keywords": [