@codemod-utils/json
Advanced tools
Comparing version 1.1.8 to 1.1.9
{ | ||
"name": "@codemod-utils/json", | ||
"version": "1.1.8", | ||
"version": "1.1.9", | ||
"description": "Utilities for handling JSON", | ||
@@ -39,15 +39,15 @@ "keywords": [ | ||
"dependencies": { | ||
"type-fest": "^4.21.0" | ||
"type-fest": "^4.24.0" | ||
}, | ||
"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", | ||
"@codemod-utils/tests": "1.1.7", | ||
"@shared-configs/typescript": "0.0.0", | ||
"@shared-configs/eslint-config-node": "0.0.0", | ||
"@shared-configs/prettier": "0.0.0", | ||
"@shared-configs/typescript": "0.0.0" | ||
"@shared-configs/prettier": "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
14422
Updatedtype-fest@^4.24.0