@codemod-utils/ember-cli-string
Advanced tools
Comparing version 1.1.3 to 1.1.4
{ | ||
"name": "@codemod-utils/ember-cli-string", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "Utilities for string, as used by Ember CLI", | ||
@@ -41,11 +41,11 @@ "keywords": [ | ||
"@types/lodash.template": "^4.5.3", | ||
"@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", | ||
"@codemod-utils/tests": "1.1.7", | ||
"@shared-configs/eslint-config-node": "0.0.0", | ||
"@shared-configs/prettier": "0.0.0", | ||
"@shared-configs/typescript": "0.0.0", | ||
"@shared-configs/eslint-config-node": "0.0.0" | ||
"@shared-configs/typescript": "0.0.0" | ||
}, | ||
@@ -57,4 +57,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", | ||
@@ -61,0 +61,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
7729