Comparing version 1.5.3 to 1.5.4
{ | ||
"name": "ufo", | ||
"version": "1.5.3", | ||
"version": "1.5.4", | ||
"description": "URL utils for humans", | ||
@@ -26,4 +26,4 @@ "repository": "unjs/ufo", | ||
"dev": "vitest", | ||
"lint": "eslint --ext .ts . && prettier -c src test", | ||
"lint:fix": "eslint --fix --ext .ts . && prettier -w src test", | ||
"lint": "eslint . && prettier -c src test", | ||
"lint:fix": "eslint --fix . && prettier -w src test", | ||
"prepack": "pnpm build", | ||
@@ -34,16 +34,16 @@ "release": "pnpm test && changelogen --release && npm publish && git push --follow-tags", | ||
"devDependencies": { | ||
"@types/node": "^20.11.30", | ||
"@vitest/coverage-v8": "^1.4.0", | ||
"automd": "^0.3.6", | ||
"@types/node": "^20.14.10", | ||
"@vitest/coverage-v8": "^2.0.3", | ||
"automd": "^0.3.8", | ||
"changelogen": "^0.5.5", | ||
"eslint": "^8.57.0", | ||
"eslint-config-unjs": "^0.2.1", | ||
"jiti": "^1.21.0", | ||
"prettier": "^3.2.5", | ||
"typescript": "^5.4.2", | ||
"eslint": "^9.7.0", | ||
"eslint-config-unjs": "^0.3.2", | ||
"jiti": "^1.21.6", | ||
"prettier": "^3.3.3", | ||
"typescript": "^5.5.3", | ||
"unbuild": "^2.0.0", | ||
"untyped": "^1.4.2", | ||
"vitest": "^1.4.0" | ||
"vitest": "^2.0.3" | ||
}, | ||
"packageManager": "pnpm@8.15.5" | ||
"packageManager": "pnpm@9.5.0" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
103218
1907