This commit is contained in:
Nicolò Ribaudo
2020-10-14 21:48:45 +02:00
parent 9ad0d45b41
commit 726154c78e
38 changed files with 228 additions and 228 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-modules-systemjs",
"version": "7.10.5",
"version": "7.12.0",
"description": "This plugin transforms ES2015 modules to SystemJS",
"repository": {
"type": "git",
@@ -14,7 +14,7 @@
"main": "lib/index.js",
"dependencies": {
"@babel/helper-hoist-variables": "workspace:^7.10.4",
"@babel/helper-module-transforms": "workspace:^7.10.5",
"@babel/helper-module-transforms": "workspace:^7.12.0",
"@babel/helper-plugin-utils": "workspace:^7.10.4",
"@babel/helper-validator-identifier": "workspace:^7.10.4",
"babel-plugin-dynamic-import-node": "^2.3.3"
@@ -26,7 +26,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "workspace:^7.10.5",
"@babel/core": "workspace:^7.12.0",
"@babel/helper-plugin-test-runner": "workspace:^7.10.4",
"@babel/plugin-syntax-dynamic-import": "^7.8.0"
}