This commit is contained in:
Babel Bot
2021-07-20 17:51:55 +00:00
parent 22b2f4fc02
commit e591780244
19 changed files with 71 additions and 72 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/types",
"version": "7.14.5",
"version": "7.14.8",
"description": "Babel Types is a Lodash-esque utility library for AST nodes",
"author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-types",
@@ -24,7 +24,7 @@
}
},
"dependencies": {
"@babel/helper-validator-identifier": "workspace:^7.14.5",
"@babel/helper-validator-identifier": "workspace:^7.14.8",
"to-fast-properties": "^2.0.0"
},
"devDependencies": {