@favware/npm-deprecate
Advanced tools
Comparing version 2.0.1-next.d9f6609 to 2.0.1-next.fce770c
{ | ||
"name": "@favware/npm-deprecate", | ||
"version": "2.0.1-next.d9f6609", | ||
"version": "2.0.1-next.fce770c", | ||
"description": "Programmatically deprecate your NPM published packages", | ||
@@ -45,4 +45,4 @@ "author": "@favware", | ||
"devDependencies": { | ||
"@commitlint/cli": "^19.5.0", | ||
"@commitlint/config-conventional": "^19.5.0", | ||
"@commitlint/cli": "^19.6.0", | ||
"@commitlint/config-conventional": "^19.6.0", | ||
"@favware/cliff-jumper": "^5.0.0", | ||
@@ -53,3 +53,3 @@ "@sapphire/eslint-config": "^5.0.5", | ||
"@types/js-yaml": "^4.0.9", | ||
"@types/node": "^22.9.0", | ||
"@types/node": "^22.10.1", | ||
"@types/node-fetch": "^2.6.12", | ||
@@ -66,3 +66,3 @@ "@types/npm-package-arg": "^6.1.4", | ||
"lint-staged": "^15.2.10", | ||
"prettier": "^3.3.3", | ||
"prettier": "^3.4.1", | ||
"typescript": "^5.6.3" | ||
@@ -106,3 +106,3 @@ }, | ||
}, | ||
"packageManager": "yarn@4.5.1" | ||
"packageManager": "yarn@4.5.3" | ||
} |
34862