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/generator",
"version": "7.14.5",
"version": "7.14.8",
"description": "Turns an AST into code.",
"author": "The Babel Team (https://babel.dev/team)",
"license": "MIT",
@@ -19,7 +19,7 @@
"lib"
],
"dependencies": {
"@babel/types": "workspace:^7.14.5",
"@babel/types": "workspace:^7.14.8",
"jsesc": "condition: BABEL_8_BREAKING ? ^3.0.2 : ^2.5.1",
"source-map": "^0.5.0"
},