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/generator",
"version": "7.12.15",
"version": "7.12.17",
"description": "Turns an AST into code.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"license": "MIT",
@@ -19,7 +19,7 @@
"lib"
],
"dependencies": {
"@babel/types": "workspace:^7.12.13",
"@babel/types": "workspace:^7.12.17",
"jsesc": "condition: BABEL_8_BREAKING ? ^3.0.2 : ^2.5.1",
"source-map": "^0.5.0"
},