This commit is contained in:
Nicolò Ribaudo
2021-02-18 15:58:43 +01:00
parent 35c41148dd
commit 2f755ef052
30 changed files with 100 additions and 100 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/helper-module-transforms",
"version": "7.12.13",
"version": "7.12.17",
"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,8 +21,8 @@
"@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.12.13",
"@babel/types": "workspace:^7.12.13",
"@babel/traverse": "workspace:^7.12.17",
"@babel/types": "workspace:^7.12.17",
"lodash": "^4.17.19"
}
}