This commit is contained in:
Babel Bot
2021-02-26 23:28:19 +00:00
parent ea6a438315
commit e2abc19c4c
27 changed files with 95 additions and 95 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-modules-systemjs",
"version": "7.12.13",
"version": "7.13.8",
"description": "This plugin transforms ES2015 modules to SystemJS",
"repository": {
"type": "git",
@@ -13,9 +13,9 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/helper-hoist-variables": "workspace:^7.12.13",
"@babel/helper-module-transforms": "workspace:^7.12.13",
"@babel/helper-plugin-utils": "workspace:^7.12.13",
"@babel/helper-hoist-variables": "workspace:^7.13.0",
"@babel/helper-module-transforms": "workspace:^7.13.0",
"@babel/helper-plugin-utils": "workspace:^7.13.0",
"@babel/helper-validator-identifier": "workspace:^7.12.11",
"babel-plugin-dynamic-import-node": "^2.3.3"
},