@favware/npm-deprecate
Advanced tools
Comparing version 1.0.8-next.bd8fc67.0 to 1.0.8-next.d243e28.0
{ | ||
"name": "@favware/npm-deprecate", | ||
"version": "1.0.8-next.bd8fc67.0", | ||
"version": "1.0.8-next.d243e28.0", | ||
"description": "Programmatically deprecate your NPM published packages", | ||
@@ -50,4 +50,4 @@ "author": "@favware", | ||
"devDependencies": { | ||
"@commitlint/cli": "^17.4.2", | ||
"@commitlint/config-conventional": "^17.4.2", | ||
"@commitlint/cli": "^17.4.4", | ||
"@commitlint/config-conventional": "^17.4.4", | ||
"@favware/cliff-jumper": "^1.10.0", | ||
@@ -59,18 +59,18 @@ "@sapphire/eslint-config": "^4.3.8", | ||
"@types/micromatch": "^4.0.2", | ||
"@types/node": "^18.11.18", | ||
"@types/node": "^18.15.0", | ||
"@types/node-fetch": "^2.6.2", | ||
"@types/npm-package-arg": "^6.1.1", | ||
"@types/npm-registry-fetch": "^8.0.4", | ||
"@typescript-eslint/eslint-plugin": "^5.49.0", | ||
"@typescript-eslint/parser": "^5.49.0", | ||
"@typescript-eslint/eslint-plugin": "^5.54.1", | ||
"@typescript-eslint/parser": "^5.54.1", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"eslint": "^8.33.0", | ||
"eslint-config-prettier": "^8.6.0", | ||
"eslint": "^8.36.0", | ||
"eslint-config-prettier": "^8.7.0", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"husky": "^8.0.3", | ||
"lint-staged": "^13.1.0", | ||
"lint-staged": "^13.2.0", | ||
"pinst": "^3.0.0", | ||
"prettier": "^2.8.3", | ||
"prettier": "^2.8.4", | ||
"pretty-quick": "^3.1.3", | ||
"typescript": "^4.9.4" | ||
"typescript": "^4.9.5" | ||
}, | ||
@@ -80,3 +80,3 @@ "resolutions": { | ||
"ansi-regex": "^5.0.1", | ||
"minimist": "^1.2.7" | ||
"minimist": "^1.2.8" | ||
}, | ||
@@ -113,3 +113,3 @@ "engines": { | ||
}, | ||
"packageManager": "yarn@3.3.1" | ||
"packageManager": "yarn@3.4.1" | ||
} |
31581