@pnpm/plugin-commands-outdated 5.1.0 → 5.1.4

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +16 -14
package/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
  ## Installation
8
8
 
9
9
  ```sh
10
- <pnpm|npm|yarn> add @pnpm/plugin-commands-outdated
10
+ pnpm add @pnpm/plugin-commands-outdated
11
11
  ```
12
12
 
13
13
  ## License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/plugin-commands-outdated",
3
- "version": "5.1.0",
3
+ "version": "5.1.4",
4
4
  "description": "The outdated command of pnpm",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -24,35 +24,37 @@
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.13",
28
- "@pnpm/plugin-commands-installation": "8.1.0",
29
- "@pnpm/prepare": "0.0.31",
30
- "@pnpm/types": "7.8.0",
27
+ "@pnpm/filter-workspace-packages": "4.4.17",
28
+ "@pnpm/plugin-commands-installation": "8.2.1",
29
+ "@pnpm/plugin-commands-outdated": "5.1.4",
30
+ "@pnpm/prepare": "0.0.33",
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.41",
38
+ "@pnpm/cli-utils": "0.6.45",
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",
42
- "@pnpm/config": "13.8.0",
43
- "@pnpm/default-resolver": "14.0.9",
42
+ "@pnpm/config": "13.10.0",
43
+ "@pnpm/default-resolver": "14.0.10",
44
44
  "@pnpm/error": "2.0.0",
45
- "@pnpm/lockfile-file": "4.2.5",
45
+ "@pnpm/lockfile-file": "4.2.6",
46
46
  "@pnpm/matcher": "2.0.0",
47
- "@pnpm/modules-yaml": "9.0.9",
48
- "@pnpm/outdated": "9.0.26",
47
+ "@pnpm/modules-yaml": "9.0.11",
48
+ "@pnpm/outdated": "9.0.28",
49
49
  "@pnpm/semver-diff": "^1.0.2",
50
50
  "@pnpm/store-path": "^5.0.0",
51
+ "@pnpm/types": "7.9.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[![npm version](https://img.shields.io/npm/v/@pnpm/plugin-commands-outdated.svg)](https://www.npmjs.com/package/@pnpm/plugin-commands-outdated)\n\n## Installation\n\n```sh\n<pnpm|npm|yarn> add @pnpm/plugin-commands-outdated\n```\n\n## License\n\nMIT\n"
70
+ "readme": "# @pnpm/plugin-commands-outdated\n\n> The outdated command of pnpm\n\n[![npm version](https://img.shields.io/npm/v/@pnpm/plugin-commands-outdated.svg)](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
  }