@codemod-utils/ast-javascript
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "@codemod-utils/ast-javascript", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Utilities for handling *.{js,ts} files as abstract syntax tree", | ||
@@ -39,3 +39,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@babel/parser": "^7.23.0", | ||
"@babel/parser": "^7.23.4", | ||
"recast": "^0.23.4" | ||
@@ -45,11 +45,11 @@ }, | ||
"@sondr3/minitest": "^0.1.2", | ||
"@types/node": "^18.18.7", | ||
"@types/node": "^18.18.3", | ||
"concurrently": "^8.2.2", | ||
"eslint": "^8.52.0", | ||
"prettier": "^3.0.3", | ||
"typescript": "^5.2.2", | ||
"@shared-configs/prettier": "0.0.0", | ||
"eslint": "^8.54.0", | ||
"prettier": "^3.1.0", | ||
"typescript": "^5.3.2", | ||
"@shared-configs/eslint-config-node": "0.0.0", | ||
"@shared-configs/typescript": "0.0.0", | ||
"@shared-configs/eslint-config-node": "0.0.0", | ||
"@codemod-utils/tests": "1.1.1" | ||
"@codemod-utils/tests": "1.1.1", | ||
"@shared-configs/prettier": "0.0.0" | ||
}, | ||
@@ -56,0 +56,0 @@ "engines": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Updated@babel/parser@^7.23.4