This commit is contained in:
Nicolò Ribaudo
2020-10-16 00:36:30 +02:00
parent b877726a89
commit 7f4b83833f
136 changed files with 1007 additions and 1007 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/helper-module-transforms",
"version": "7.12.0",
"version": "7.12.1",
"description": "Babel helper functions for implementing ES6 module transformations",
"author": "Logan Smyth <loganfsmyth@gmail.com>",
"homepage": "https://babeljs.io/",
@@ -15,14 +15,14 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/helper-module-imports": "workspace:^7.10.4",
"@babel/helper-replace-supers": "workspace:^7.12.0",
"@babel/helper-simple-access": "workspace:^7.10.4",
"@babel/helper-module-imports": "workspace:^7.12.1",
"@babel/helper-replace-supers": "workspace:^7.12.1",
"@babel/helper-simple-access": "workspace:^7.12.1",
"@babel/helper-split-export-declaration": "workspace:^7.11.0",
"@babel/helper-validator-identifier": "workspace:^7.10.4",
"@babel/template": "workspace:^7.10.4",
"@babel/traverse": "workspace:^7.12.0",
"@babel/types": "workspace:^7.12.0",
"@babel/traverse": "workspace:^7.12.1",
"@babel/types": "workspace:^7.12.1",
"lodash": "^4.17.19"
}
}