@pnpm/plugin-commands-outdated 1000.0.20 → 1000.0.22

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 (1) hide show
  1. package/package.json +16 -16
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/plugin-commands-outdated",
3
- "version": "1000.0.20",
3
+ "version": "1000.0.22",
4
4
  "description": "The outdated command of pnpm",
5
5
  "keywords": [
6
6
  "pnpm",
@@ -30,39 +30,39 @@
30
30
  "chalk": "^4.1.2",
31
31
  "ramda": "npm:@pnpm/ramda@0.28.1",
32
32
  "render-help": "^1.0.3",
33
- "@pnpm/cli-utils": "1000.0.18",
34
- "@pnpm/command": "1000.0.0",
33
+ "@pnpm/cli-utils": "1000.1.0",
35
34
  "@pnpm/common-cli-options-help": "1000.0.0",
36
- "@pnpm/config": "1002.6.0",
37
- "@pnpm/default-resolver": "1001.0.11",
35
+ "@pnpm/command": "1000.0.0",
36
+ "@pnpm/default-resolver": "1001.0.12",
37
+ "@pnpm/config": "1002.7.1",
38
38
  "@pnpm/error": "1000.0.2",
39
- "@pnpm/lockfile.fs": "1001.1.8",
39
+ "@pnpm/lockfile.fs": "1001.1.9",
40
40
  "@pnpm/matcher": "1000.0.0",
41
- "@pnpm/modules-yaml": "1000.3.0",
42
- "@pnpm/outdated": "1001.0.14",
43
- "@pnpm/types": "1000.3.0",
41
+ "@pnpm/outdated": "1001.0.15",
42
+ "@pnpm/modules-yaml": "1000.3.1",
43
+ "@pnpm/types": "1000.4.0",
44
44
  "@pnpm/store-path": "1000.0.2"
45
45
  },
46
46
  "devDependencies": {
47
- "@pnpm/registry-mock": "4.1.0",
47
+ "@pnpm/registry-mock": "4.3.0",
48
48
  "@types/ramda": "0.29.12",
49
49
  "@types/zkochan__table": "npm:@types/table@6.0.0",
50
- "@pnpm/plugin-commands-installation": "1002.2.3",
51
50
  "@pnpm/constants": "1001.1.0",
52
- "@pnpm/prepare": "0.0.115",
53
- "@pnpm/plugin-commands-outdated": "1000.0.20",
51
+ "@pnpm/plugin-commands-outdated": "1000.0.22",
52
+ "@pnpm/plugin-commands-installation": "1003.0.0",
54
53
  "@pnpm/test-fixtures": "0.1.37",
55
- "@pnpm/workspace.filter-packages-from-dir": "1000.0.18"
54
+ "@pnpm/workspace.filter-packages-from-dir": "1000.0.20",
55
+ "@pnpm/prepare": "0.0.116"
56
56
  },
57
57
  "engines": {
58
58
  "node": ">=18.12"
59
59
  },
60
60
  "jest": {
61
- "preset": "@pnpm/jest-config"
61
+ "preset": "@pnpm/jest-config/with-registry"
62
62
  },
63
63
  "scripts": {
64
64
  "lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"",
65
- "_test": "cross-env PNPM_REGISTRY_MOCK_PORT=7783 jest",
65
+ "_test": "jest",
66
66
  "test": "pnpm run compile && pnpm run _test",
67
67
  "compile": "tsc --build && pnpm run lint --fix"
68
68
  }