This commit is contained in:
Nicolò Ribaudo
2021-08-04 23:00:40 +02:00
parent 0671afcf87
commit 6912f968a6
25 changed files with 106 additions and 107 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-modules-commonjs",
"version": "7.14.5",
"version": "7.15.0",
"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.14.5",
"@babel/helper-module-transforms": "workspace:^7.15.0",
"@babel/helper-plugin-utils": "workspace:^7.14.5",
"@babel/helper-simple-access": "workspace:^7.14.5",
"@babel/helper-simple-access": "workspace:^7.14.8",
"babel-plugin-dynamic-import-node": "^2.3.3"
},
"keywords": [