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/helper-module-transforms",
"version": "7.13.14",
"version": "7.14.0",
"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",
@@ -19,9 +19,9 @@
"@babel/helper-replace-supers": "workspace:^7.13.12",
"@babel/helper-simple-access": "workspace:^7.13.12",
"@babel/helper-split-export-declaration": "workspace:^7.12.13",
"@babel/helper-validator-identifier": "workspace:^7.12.11",
"@babel/helper-validator-identifier": "workspace:^7.14.0",
"@babel/template": "workspace:^7.12.13",
"@babel/traverse": "workspace:^7.13.13",
"@babel/types": "workspace:^7.13.14"
"@babel/traverse": "workspace:^7.14.0",
"@babel/types": "workspace:^7.14.0"
}
}