This commit is contained in:
Nicolò Ribaudo
2021-04-29 21:59:57 +02:00
parent 0f2a1a8153
commit 3c0152a217
27 changed files with 131 additions and 132 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-modules-amd",
"version": "7.13.0",
"version": "7.14.0",
"description": "This plugin transforms ES2015 modules to AMD",
"repository": {
"type": "git",
@@ -14,7 +14,7 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/helper-module-transforms": "workspace:^7.13.0",
"@babel/helper-module-transforms": "workspace:^7.14.0",
"@babel/helper-plugin-utils": "workspace:^7.13.0",
"babel-plugin-dynamic-import-node": "^2.3.3"
},