@favware/npm-deprecate
Advanced tools
Comparing version 1.0.8-next.94c5315.0 to 1.0.8-next.94d6a87.0
{ | ||
"name": "@favware/npm-deprecate", | ||
"version": "1.0.8-next.94c5315.0", | ||
"version": "1.0.8-next.94d6a87.0", | ||
"description": "Programmatically deprecate your NPM published packages", | ||
@@ -32,9 +32,7 @@ "author": "@favware", | ||
"check-update": "cliff-jumper --dry-run", | ||
"_postinstall": "husky install .github/husky", | ||
"prepack": "yarn build && pinst --disable", | ||
"postpack": "pinst --enable" | ||
"prepack": "yarn build" | ||
}, | ||
"dependencies": { | ||
"@sapphire/fetch": "^2.4.1", | ||
"@sapphire/utilities": "^3.13.0", | ||
"@sapphire/fetch": "^3.0.1", | ||
"@sapphire/utilities": "^3.14.0", | ||
"colorette": "^2.0.20", | ||
@@ -48,28 +46,26 @@ "commander": "^11.1.0", | ||
"devDependencies": { | ||
"@commitlint/cli": "^17.8.0", | ||
"@commitlint/config-conventional": "^17.8.0", | ||
"@favware/cliff-jumper": "^2.2.0", | ||
"@sapphire/eslint-config": "^5.0.2", | ||
"@commitlint/cli": "^18.4.3", | ||
"@commitlint/config-conventional": "^18.4.3", | ||
"@favware/cliff-jumper": "^2.2.3", | ||
"@sapphire/eslint-config": "^5.0.3", | ||
"@sapphire/prettier-config": "^2.0.0", | ||
"@sapphire/ts-config": "^5.0.0", | ||
"@types/js-yaml": "^4.0.7", | ||
"@types/micromatch": "^4.0.3", | ||
"@types/node": "^18.18.5", | ||
"@types/node-fetch": "^2.6.6", | ||
"@types/npm-package-arg": "^6.1.2", | ||
"@types/npm-registry-fetch": "^8.0.5", | ||
"@typescript-eslint/eslint-plugin": "^6.7.5", | ||
"@typescript-eslint/parser": "^6.7.5", | ||
"@types/js-yaml": "^4.0.9", | ||
"@types/micromatch": "^4.0.6", | ||
"@types/node": "^20.10.5", | ||
"@types/node-fetch": "^2.6.9", | ||
"@types/npm-package-arg": "^6.1.4", | ||
"@types/npm-registry-fetch": "^8.0.7", | ||
"@typescript-eslint/eslint-plugin": "^6.15.0", | ||
"@typescript-eslint/parser": "^6.15.0", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"eslint": "^8.51.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-plugin-prettier": "^5.0.1", | ||
"husky": "^8.0.3", | ||
"lint-staged": "^15.0.0", | ||
"pinst": "^3.0.0", | ||
"prettier": "^3.0.3", | ||
"typescript": "^5.2.2" | ||
"eslint": "^8.56.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-prettier": "^5.1.1", | ||
"lint-staged": "^15.2.0", | ||
"prettier": "^3.1.1", | ||
"typescript": "^5.3.3" | ||
}, | ||
"resolutions": { | ||
"acorn": "^8.10.0", | ||
"acorn": "^8.11.2", | ||
"ansi-regex": "^5.0.1", | ||
@@ -109,3 +105,3 @@ "minimist": "^1.2.8" | ||
}, | ||
"packageManager": "yarn@3.6.4" | ||
"packageManager": "yarn@4.0.2" | ||
} |
21
30673
+ Added@sapphire/fetch@3.0.5(transitive)
- Removed@sapphire/fetch@2.4.2(transitive)
- Removedcross-fetch@4.1.0(transitive)
- Removednode-fetch@2.7.0(transitive)
- Removedtr46@0.0.3(transitive)
- Removedwebidl-conversions@3.0.1(transitive)
- Removedwhatwg-url@5.0.0(transitive)
Updated@sapphire/fetch@^3.0.1
Updated@sapphire/utilities@^3.14.0