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/types",
"version": "7.9.0",
"version": "7.9.5",
"description": "Babel Types is a Lodash-esque utility library for AST nodes",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@@ -12,12 +12,12 @@
"main": "lib/index.js",
"types": "lib/index.d.ts",
"dependencies": {
"@babel/helper-validator-identifier": "^7.9.0",
"@babel/helper-validator-identifier": "^7.9.5",
"lodash": "^4.17.13",
"to-fast-properties": "^2.0.0"
},
"devDependencies": {
"@babel/generator": "^7.9.0",
"@babel/generator": "^7.9.5",
"@babel/parser": "^7.9.0"
}
}