@favware/npm-deprecate
Advanced tools
Comparing version 1.0.8-next.f4065e2.0 to 1.0.8-next.fa4d806.0
{ | ||
"name": "@favware/npm-deprecate", | ||
"version": "1.0.8-next.f4065e2.0", | ||
"version": "1.0.8-next.fa4d806.0", | ||
"description": "Programmatically deprecate your NPM published packages", | ||
@@ -28,2 +28,3 @@ "author": "@favware", | ||
"lint": "eslint src --ext ts --fix", | ||
"prettier": "prettier --ignore-path=.prettierignore", | ||
"format": "prettier --write \"src/**/*.ts\"", | ||
@@ -42,3 +43,3 @@ "update": "yarn upgrade-interactive --latest", | ||
"@sapphire/fetch": "^2.4.1", | ||
"@sapphire/utilities": "^3.12.0", | ||
"@sapphire/utilities": "^3.13.0", | ||
"colorette": "^2.0.20", | ||
@@ -52,29 +53,28 @@ "commander": "^11.0.0", | ||
"devDependencies": { | ||
"@commitlint/cli": "^17.6.6", | ||
"@commitlint/config-conventional": "^17.6.6", | ||
"@commitlint/cli": "^17.6.7", | ||
"@commitlint/config-conventional": "^17.6.7", | ||
"@favware/cliff-jumper": "^2.1.1", | ||
"@sapphire/eslint-config": "^4.4.2", | ||
"@sapphire/prettier-config": "^1.4.5", | ||
"@sapphire/ts-config": "^4.0.0", | ||
"@sapphire/eslint-config": "^5.0.0", | ||
"@sapphire/prettier-config": "^2.0.0", | ||
"@sapphire/ts-config": "^4.0.1", | ||
"@types/js-yaml": "^4.0.5", | ||
"@types/micromatch": "^4.0.2", | ||
"@types/node": "^18.16.18", | ||
"@types/node": "^18.17.1", | ||
"@types/node-fetch": "^2.6.4", | ||
"@types/npm-package-arg": "^6.1.1", | ||
"@types/npm-registry-fetch": "^8.0.4", | ||
"@typescript-eslint/eslint-plugin": "^5.60.0", | ||
"@typescript-eslint/parser": "^5.60.0", | ||
"@typescript-eslint/eslint-plugin": "^6.2.0", | ||
"@typescript-eslint/parser": "^6.2.0", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"eslint": "^8.43.0", | ||
"eslint-config-prettier": "^8.8.0", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"eslint": "^8.46.0", | ||
"eslint-config-prettier": "^8.9.0", | ||
"eslint-plugin-prettier": "^5.0.0", | ||
"husky": "^8.0.3", | ||
"lint-staged": "^13.2.2", | ||
"lint-staged": "^13.2.3", | ||
"pinst": "^3.0.0", | ||
"prettier": "^2.8.8", | ||
"pretty-quick": "^3.1.3", | ||
"typescript": "^5.1.3" | ||
"prettier": "^3.0.0", | ||
"typescript": "^5.1.6" | ||
}, | ||
"resolutions": { | ||
"acorn": "^8.9.0", | ||
"acorn": "^8.10.0", | ||
"ansi-regex": "^5.0.1", | ||
@@ -100,2 +100,3 @@ "minimist": "^1.2.8" | ||
"lint-staged": { | ||
"*": "prettier --ignore-unknown --write", | ||
"*.{mjs,js,ts}": "eslint --fix --ext mjs,js,ts" | ||
@@ -114,3 +115,3 @@ }, | ||
}, | ||
"packageManager": "yarn@3.6.0" | ||
"packageManager": "yarn@3.6.1" | ||
} |
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
30782
23
Updated@sapphire/utilities@^3.13.0