This commit is contained in:
Nicolò Ribaudo
2020-10-16 00:36:30 +02:00
parent b877726a89
commit 7f4b83833f
136 changed files with 1007 additions and 1007 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-modules-commonjs",
"version": "7.10.4",
"version": "7.12.1",
"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.10.4",
"@babel/helper-module-transforms": "workspace:^7.12.1",
"@babel/helper-plugin-utils": "workspace:^7.10.4",
"@babel/helper-simple-access": "workspace:^7.10.4",
"@babel/helper-simple-access": "workspace:^7.12.1",
"babel-plugin-dynamic-import-node": "^2.3.3"
},
"keywords": [
@@ -25,7 +25,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "workspace:*",
"@babel/core": "workspace:^7.12.1",
"@babel/helper-plugin-test-runner": "workspace:*",
"@babel/plugin-syntax-object-rest-spread": "^7.8.0"
}