update-versions 5.0.5 → 5.0.6
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/package.json +13 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "update-versions",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.6",
|
|
4
4
|
"description": "Like npm-check-updates but supports Lerna monorepos and enforces strict semver values",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"app",
|
|
@@ -40,7 +40,8 @@
|
|
|
40
40
|
"upd": "cli.js"
|
|
41
41
|
},
|
|
42
42
|
"scripts": {
|
|
43
|
-
"
|
|
43
|
+
"build": "echo 'skip build step for a CLI'",
|
|
44
|
+
"ci_test": "npm run format && tap --no-only --reporter=silent",
|
|
44
45
|
"clean_cov": "../../scripts/leaveCoverageTotalOnly.js",
|
|
45
46
|
"dev": "echo\"\"",
|
|
46
47
|
"devunittest": "npm run dev && tap --only -R 'base'",
|
|
@@ -50,15 +51,12 @@
|
|
|
50
51
|
"prettier": "../../node_modules/prettier/bin-prettier.js '*.{js,css,scss,vue,md,ts}' --write --loglevel silent",
|
|
51
52
|
"republish": "npm publish || :",
|
|
52
53
|
"tap": "tap",
|
|
53
|
-
"test": "npm run
|
|
54
|
-
"
|
|
54
|
+
"test": "npm run test:ci",
|
|
55
|
+
"test:ci": "npm run lint && npm run unittest && npm run format",
|
|
56
|
+
"unittest": "tap --no-only --reporter=terse"
|
|
55
57
|
},
|
|
56
58
|
"tap": {
|
|
57
59
|
"check-coverage": false,
|
|
58
|
-
"coverage-report": [
|
|
59
|
-
"json-summary",
|
|
60
|
-
"text"
|
|
61
|
-
],
|
|
62
60
|
"node-arg": [
|
|
63
61
|
"--no-warnings",
|
|
64
62
|
"--experimental-loader",
|
|
@@ -82,12 +80,12 @@
|
|
|
82
80
|
},
|
|
83
81
|
"dependencies": {
|
|
84
82
|
"ansi-diff-stream": "^1.2.1",
|
|
85
|
-
"edit-package-json": "^0.5.
|
|
83
|
+
"edit-package-json": "^0.5.6",
|
|
86
84
|
"globby": "^12.0.2",
|
|
87
85
|
"is-online": "^9.0.1",
|
|
88
86
|
"lodash.isplainobject": "^4.0.6",
|
|
89
87
|
"log-update": "^5.0.0",
|
|
90
|
-
"meow": "^10.1.
|
|
88
|
+
"meow": "^10.1.2",
|
|
91
89
|
"object-path": "^0.11.8",
|
|
92
90
|
"p-map": "^5.3.0",
|
|
93
91
|
"p-progress": "^0.6.0",
|
|
@@ -101,16 +99,16 @@
|
|
|
101
99
|
"@types/lodash.isplainobject": "^4.0.6",
|
|
102
100
|
"core-js": "^3.19.1",
|
|
103
101
|
"cross-env": "^7.0.3",
|
|
104
|
-
"eslint": "^8.
|
|
105
|
-
"execa": "^
|
|
102
|
+
"eslint": "^8.3.0",
|
|
103
|
+
"execa": "^6.0.0",
|
|
106
104
|
"fs-extra": "^10.0.0",
|
|
107
|
-
"lect": "^0.18.
|
|
105
|
+
"lect": "^0.18.6",
|
|
108
106
|
"lodash.clonedeep": "^4.5.0",
|
|
109
|
-
"tap": "^15.
|
|
107
|
+
"tap": "^15.1.2",
|
|
110
108
|
"tempy": "^2.0.0",
|
|
111
109
|
"tslib": "^2.3.1"
|
|
112
110
|
},
|
|
113
111
|
"engines": {
|
|
114
|
-
"node": ">=
|
|
112
|
+
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
115
113
|
}
|
|
116
114
|
}
|