This commit is contained in:
Nicolò Ribaudo
2021-02-22 23:35:18 +01:00
parent 771841f764
commit c827193d9c
60 changed files with 282 additions and 290 deletions

View File

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