update-versions 6.0.17 → 6.0.19
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/cli.js +2 -3
- package/package.json +9 -9
package/cli.js
CHANGED
|
@@ -433,9 +433,8 @@ if (cli.flags) {
|
|
|
433
433
|
singleDepName,
|
|
434
434
|
)
|
|
435
435
|
) {
|
|
436
|
-
updatedPackages[
|
|
437
|
-
singleDepName
|
|
438
|
-
] = `${compiledDepNameVersionPairs[singleDepName]}`;
|
|
436
|
+
updatedPackages[singleDepName] =
|
|
437
|
+
`${compiledDepNameVersionPairs[singleDepName]}`;
|
|
439
438
|
}
|
|
440
439
|
}
|
|
441
440
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "update-versions",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.19",
|
|
4
4
|
"description": "Like npm-check-updates but supports Lerna monorepos and enforces strict semver values",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"app",
|
|
@@ -77,21 +77,21 @@
|
|
|
77
77
|
"dependencies": {
|
|
78
78
|
"ansi-diff-stream": "^1.2.1",
|
|
79
79
|
"codsen-utils": "^1.6.2",
|
|
80
|
-
"edit-package-json": "^0.8.
|
|
81
|
-
"globby": "^
|
|
80
|
+
"edit-package-json": "^0.8.17",
|
|
81
|
+
"globby": "^14.0.0",
|
|
82
82
|
"is-online": "^10.0.0",
|
|
83
|
-
"log-update": "^
|
|
83
|
+
"log-update": "^6.0.0",
|
|
84
84
|
"meow": "^12.1.1",
|
|
85
85
|
"object-path": "^0.11.8",
|
|
86
|
-
"p-map": "^
|
|
87
|
-
"p-progress": "^0.
|
|
86
|
+
"p-map": "^7.0.0",
|
|
87
|
+
"p-progress": "^1.0.0",
|
|
88
88
|
"p-reduce": "^3.0.0",
|
|
89
|
-
"pacote": "^17.0.
|
|
90
|
-
"update-notifier": "^
|
|
89
|
+
"pacote": "^17.0.5",
|
|
90
|
+
"update-notifier": "^7.0.0",
|
|
91
91
|
"write-file-atomic": "^5.0.1"
|
|
92
92
|
},
|
|
93
93
|
"devDependencies": {
|
|
94
|
-
"fs-extra": "^11.
|
|
94
|
+
"fs-extra": "^11.2.0",
|
|
95
95
|
"rfdc": "^1.3.0"
|
|
96
96
|
}
|
|
97
97
|
}
|