@favware/npm-deprecate
Advanced tools
Comparing version 2.0.1-next.9d8ace5 to 2.0.1-next.9dcc7cc
{ | ||
"name": "@favware/npm-deprecate", | ||
"version": "2.0.1-next.9d8ace5", | ||
"version": "2.0.1-next.9dcc7cc", | ||
"description": "Programmatically deprecate your NPM published packages", | ||
@@ -35,8 +35,8 @@ "author": "@favware", | ||
"dependencies": { | ||
"@sapphire/fetch": "^3.0.3", | ||
"@sapphire/utilities": "^3.17.0", | ||
"@sapphire/fetch": "^3.0.5", | ||
"@sapphire/utilities": "^3.18.1", | ||
"colorette": "^2.0.20", | ||
"commander": "^12.1.0", | ||
"commander": "^13.0.0", | ||
"js-yaml": "^4.1.0", | ||
"npm-package-arg": "^12.0.0", | ||
"npm-package-arg": "^12.0.1", | ||
"npm-registry-fetch": "^18.0.2", | ||
@@ -46,5 +46,5 @@ "picomatch": "^4.0.2" | ||
"devDependencies": { | ||
"@commitlint/cli": "^19.5.0", | ||
"@commitlint/config-conventional": "^19.5.0", | ||
"@favware/cliff-jumper": "^4.1.0", | ||
"@commitlint/cli": "^19.6.1", | ||
"@commitlint/config-conventional": "^19.6.0", | ||
"@favware/cliff-jumper": "^6.0.0", | ||
"@sapphire/eslint-config": "^5.0.5", | ||
@@ -54,7 +54,7 @@ "@sapphire/prettier-config": "^2.0.0", | ||
"@types/js-yaml": "^4.0.9", | ||
"@types/node": "^20.16.13", | ||
"@types/node-fetch": "^2.6.11", | ||
"@types/node": "^22.10.7", | ||
"@types/node-fetch": "^2.6.12", | ||
"@types/npm-package-arg": "^6.1.4", | ||
"@types/npm-registry-fetch": "^8.0.7", | ||
"@types/picomatch": "^3.0.1", | ||
"@types/picomatch": "^3.0.2", | ||
"@typescript-eslint/eslint-plugin": "^7.18.0", | ||
@@ -64,10 +64,10 @@ "@typescript-eslint/parser": "^7.18.0", | ||
"eslint": "^8.57.1", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-prettier": "^5.2.1", | ||
"lint-staged": "^15.2.10", | ||
"prettier": "^3.3.3", | ||
"eslint-config-prettier": "^10.0.1", | ||
"eslint-plugin-prettier": "^5.2.3", | ||
"lint-staged": "^15.4.1", | ||
"prettier": "^3.4.2", | ||
"typescript": "^5.6.3" | ||
}, | ||
"resolutions": { | ||
"acorn": "^8.13.0", | ||
"acorn": "^8.14.0", | ||
"ansi-regex": "^5.0.1", | ||
@@ -107,3 +107,3 @@ "minimist": "^1.2.8" | ||
}, | ||
"packageManager": "yarn@4.5.1" | ||
"packageManager": "yarn@4.6.0" | ||
} |
34862
+ Addedcommander@13.1.0(transitive)
- Removedcommander@12.1.0(transitive)
Updated@sapphire/fetch@^3.0.5
Updated@sapphire/utilities@^3.18.1
Updatedcommander@^13.0.0
Updatednpm-package-arg@^12.0.1