This commit is contained in:
Nicolò Ribaudo
2020-04-07 21:15:23 +02:00
parent aea0fcd599
commit 5b97e77e03
14 changed files with 35 additions and 35 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/generator",
"version": "7.9.4",
"version": "7.9.5",
"description": "Turns an AST into code.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@@ -14,7 +14,7 @@
"lib"
],
"dependencies": {
"@babel/types": "^7.9.0",
"@babel/types": "^7.9.5",
"jsesc": "^2.5.1",
"lodash": "^4.17.13",
"source-map": "^0.5.0"