@pnpm/plugin-commands-outdated 5.1.1 → 5.1.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/README.md +1 -1
- package/package.json +10 -8
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnpm/plugin-commands-outdated",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.2",
|
|
4
4
|
"description": "The outdated command of pnpm",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -24,18 +24,18 @@
|
|
|
24
24
|
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/plugin-commands-outdated#readme",
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@pnpm/constants": "5.0.0",
|
|
27
|
-
"@pnpm/filter-workspace-packages": "4.4.
|
|
28
|
-
"@pnpm/plugin-commands-installation": "8.1.
|
|
27
|
+
"@pnpm/filter-workspace-packages": "4.4.15",
|
|
28
|
+
"@pnpm/plugin-commands-installation": "8.1.6",
|
|
29
|
+
"@pnpm/plugin-commands-outdated": "5.1.2",
|
|
29
30
|
"@pnpm/prepare": "0.0.32",
|
|
30
|
-
"@pnpm/
|
|
31
|
+
"@pnpm/registry-mock": "2.12.1",
|
|
31
32
|
"@types/lru-cache": "^5.1.0",
|
|
32
33
|
"@types/ramda": "0.27.39",
|
|
33
34
|
"@types/wrap-ansi": "^3.0.0",
|
|
34
|
-
"@types/zkochan__table": "npm:@types/table@6.0.0"
|
|
35
|
-
"strip-ansi": "^6.0.0"
|
|
35
|
+
"@types/zkochan__table": "npm:@types/table@6.0.0"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@pnpm/cli-utils": "0.6.
|
|
38
|
+
"@pnpm/cli-utils": "0.6.43",
|
|
39
39
|
"@pnpm/colorize-semver-diff": "^1.0.1",
|
|
40
40
|
"@pnpm/command": "2.0.0",
|
|
41
41
|
"@pnpm/common-cli-options-help": "0.8.0",
|
|
@@ -48,11 +48,13 @@
|
|
|
48
48
|
"@pnpm/outdated": "9.0.27",
|
|
49
49
|
"@pnpm/semver-diff": "^1.0.2",
|
|
50
50
|
"@pnpm/store-path": "^5.0.0",
|
|
51
|
+
"@pnpm/types": "7.8.0",
|
|
51
52
|
"@zkochan/table": "^1.0.0",
|
|
52
53
|
"chalk": "^4.1.0",
|
|
53
54
|
"lru-cache": "^6.0.0",
|
|
54
55
|
"ramda": "^0.27.1",
|
|
55
56
|
"render-help": "^1.0.1",
|
|
57
|
+
"strip-ansi": "^6.0.0",
|
|
56
58
|
"wrap-ansi": "^7.0.0"
|
|
57
59
|
},
|
|
58
60
|
"funding": "https://opencollective.com/pnpm",
|
|
@@ -65,5 +67,5 @@
|
|
|
65
67
|
"test": "pnpm run compile && pnpm run _test",
|
|
66
68
|
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix"
|
|
67
69
|
},
|
|
68
|
-
"readme": "# @pnpm/plugin-commands-outdated\n\n> The outdated command of pnpm\n\n[](https://www.npmjs.com/package/@pnpm/plugin-commands-outdated)\n\n## Installation\n\n```sh\
|
|
70
|
+
"readme": "# @pnpm/plugin-commands-outdated\n\n> The outdated command of pnpm\n\n[](https://www.npmjs.com/package/@pnpm/plugin-commands-outdated)\n\n## Installation\n\n```sh\npnpm add @pnpm/plugin-commands-outdated\n```\n\n## License\n\nMIT\n"
|
|
69
71
|
}
|