npm-check-updates 22.2.8 → 22.2.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/index.cjs +174 -237
- package/build/index.cjs.map +1 -1
- package/build/index.js +3250 -5691
- package/build/index.js.map +1 -1
- package/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "npm-check-updates",
|
|
3
|
-
"version": "22.2.
|
|
3
|
+
"version": "22.2.9",
|
|
4
4
|
"author": "Tomas Junnonen <tomas1@gmail.com>",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"contributors": [
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"lint": "cross-env FORCE_COLOR=1 npm-run-all --parallel --continue-on-error --aggregate-output lint:*",
|
|
44
44
|
"lint:lockfile": "lockfile-lint",
|
|
45
45
|
"lint:types": "tsc --noEmit",
|
|
46
|
-
"lint:markdown": "markdownlint \"**/*.md\"
|
|
46
|
+
"lint:markdown": "markdownlint-cli2 \"**/*.md\" \"!**/node_modules/**/*.md\" \"!build/**/*.md\"",
|
|
47
47
|
"lint:src": "eslint --cache --cache-location node_modules/.cache/.eslintcache --report-unused-disable-directives",
|
|
48
48
|
"prepare": "git config core.hooksPath .hooks || exit 0",
|
|
49
49
|
"prepublishOnly": "npm run build",
|
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
"jsonlines": "^0.1.1",
|
|
132
132
|
"lilconfig": "^3.1.3",
|
|
133
133
|
"lockfile-lint": "^5.0.0",
|
|
134
|
-
"markdownlint-
|
|
134
|
+
"markdownlint-cli2": "^0.18.0",
|
|
135
135
|
"mocha": "^11.7.6",
|
|
136
136
|
"npm-registry-fetch": "^19.1.1",
|
|
137
137
|
"npm-run-all2": "^8.0.4",
|
|
@@ -152,12 +152,12 @@
|
|
|
152
152
|
"unplugin-dts": "^1.0.3",
|
|
153
153
|
"untildify": "^6.0.0",
|
|
154
154
|
"update-notifier": "^7.3.1",
|
|
155
|
+
"valibot": "^1.4.1",
|
|
155
156
|
"verdaccio": "^6.7.4",
|
|
156
157
|
"vite": "^8.1.0",
|
|
157
158
|
"vite-bundle-analyzer": "^1.3.8",
|
|
158
159
|
"yaml": "^2.9.0",
|
|
159
|
-
"yarn": "^1.22.22"
|
|
160
|
-
"zod": "^4.4.3"
|
|
160
|
+
"yarn": "^1.22.22"
|
|
161
161
|
},
|
|
162
162
|
"files": [
|
|
163
163
|
"build"
|