npm-check-updates 22.2.1 → 22.2.2
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/chunks/chunk-D-V8JGID.js +29 -0
- package/build/chunks/chunk-jrEOD7hJ.cjs +1 -0
- package/build/cli.cjs +32 -32
- package/build/cli.cjs.map +1 -1
- package/build/cli.js +18 -17
- package/build/cli.js.map +1 -1
- package/build/index.cjs +385 -385
- package/build/index.cjs.map +1 -1
- package/build/index.js +4007 -4022
- package/build/index.js.map +1 -1
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "npm-check-updates",
|
|
3
|
-
"version": "22.2.
|
|
3
|
+
"version": "22.2.2",
|
|
4
4
|
"author": "Tomas Junnonen <tomas1@gmail.com>",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"contributors": [
|
|
@@ -156,19 +156,19 @@
|
|
|
156
156
|
"semver": "^7.7.4",
|
|
157
157
|
"semver-utils": "^1.1.4",
|
|
158
158
|
"should": "^13.2.3",
|
|
159
|
-
"sinon": "^
|
|
159
|
+
"sinon": "^22.0.0",
|
|
160
160
|
"source-map-support": "^0.5.21",
|
|
161
161
|
"spawn-please": "^3.0.0",
|
|
162
162
|
"timeago.js": "^4.0.2",
|
|
163
163
|
"ts-json-schema-generator": "^2.9.0",
|
|
164
164
|
"tsx": "^4.21.0",
|
|
165
165
|
"typescript": "^6.0.3",
|
|
166
|
+
"unplugin-dts": "^1.0.1",
|
|
166
167
|
"untildify": "^6.0.0",
|
|
167
168
|
"update-notifier": "^7.3.1",
|
|
168
169
|
"verdaccio": "^6.5.2",
|
|
169
170
|
"vite": "^8.0.8",
|
|
170
171
|
"vite-bundle-analyzer": "^1.3.7",
|
|
171
|
-
"vite-plugin-dts": "^5.0.0",
|
|
172
172
|
"yaml": "^2.8.3",
|
|
173
173
|
"yarn": "^1.22.22",
|
|
174
174
|
"zod": "^4.3.6"
|