This commit is contained in:
Babel Bot
2021-03-29 13:34:28 +00:00
parent 409244685a
commit 7ac9e9f740
10 changed files with 29 additions and 30 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/helper-module-transforms",
"version": "7.13.12",
"version": "7.13.14",
"description": "Babel helper functions for implementing ES6 module transformations",
"author": "Logan Smyth <loganfsmyth@gmail.com>",
"homepage": "https://babel.dev/docs/en/next/babel-helper-module-transforms",
@@ -21,7 +21,7 @@
"@babel/helper-split-export-declaration": "workspace:^7.12.13",
"@babel/helper-validator-identifier": "workspace:^7.12.11",
"@babel/template": "workspace:^7.12.13",
"@babel/traverse": "workspace:^7.13.0",
"@babel/types": "workspace:^7.13.12"
"@babel/traverse": "workspace:^7.13.13",
"@babel/types": "workspace:^7.13.14"
}
}