@codemod-utils/ast-template
Advanced tools
Comparing version 1.1.3 to 1.1.4
{ | ||
"name": "@codemod-utils/ast-template", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "Utilities for handling *.hbs files as abstract syntax tree", | ||
@@ -39,15 +39,15 @@ "keywords": [ | ||
"dependencies": { | ||
"ember-template-recast": "^6.1.4" | ||
"ember-template-recast": "^6.1.5" | ||
}, | ||
"devDependencies": { | ||
"@sondr3/minitest": "^0.1.2", | ||
"@types/node": "^18.19.39", | ||
"@types/node": "^18.19.44", | ||
"concurrently": "^8.2.2", | ||
"eslint": "^8.57.0", | ||
"prettier": "^3.3.2", | ||
"typescript": "^5.5.3", | ||
"@codemod-utils/tests": "1.1.6", | ||
"prettier": "^3.3.3", | ||
"typescript": "^5.5.4", | ||
"@shared-configs/prettier": "0.0.0", | ||
"@shared-configs/eslint-config-node": "0.0.0", | ||
"@shared-configs/typescript": "0.0.0" | ||
"@codemod-utils/tests": "1.1.7", | ||
"@shared-configs/typescript": "0.0.0", | ||
"@shared-configs/eslint-config-node": "0.0.0" | ||
}, | ||
@@ -59,4 +59,4 @@ "engines": { | ||
"build": "./build.sh --production", | ||
"lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\"", | ||
"lint:fix": "concurrently \"npm:lint:*:fix\" --names \"fix:\"", | ||
"lint": "concurrently 'pnpm:lint:*(!fix)' --names 'lint:'", | ||
"lint:fix": "concurrently 'pnpm:lint:*:fix' --names 'fix:'", | ||
"lint:js": "eslint . --cache", | ||
@@ -63,0 +63,0 @@ "lint:js:fix": "eslint . --fix", |
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
8228
Updatedember-template-recast@^6.1.5