@pnpm/outdated 9.0.29 → 9.0.30

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 +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/outdated",
3
- "version": "9.0.29",
3
+ "version": "9.0.30",
4
4
  "description": "Check for outdated packages",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -30,10 +30,10 @@
30
30
  "@pnpm/constants": "5.0.0",
31
31
  "@pnpm/error": "2.0.0",
32
32
  "@pnpm/lockfile-file": "4.2.6",
33
- "@pnpm/lockfile-utils": "3.1.6",
33
+ "@pnpm/lockfile-utils": "3.2.0",
34
34
  "@pnpm/manifest-utils": "2.1.7",
35
35
  "@pnpm/matcher": "2.0.0",
36
- "@pnpm/modules-yaml": "9.0.11",
36
+ "@pnpm/modules-yaml": "9.1.0",
37
37
  "@pnpm/pick-registry-for-package": "2.0.10",
38
38
  "@pnpm/types": "7.9.0",
39
39
  "dependency-path": "8.0.10",
@@ -42,7 +42,7 @@
42
42
  },
43
43
  "devDependencies": {
44
44
  "@pnpm/logger": "^4.0.0",
45
- "@pnpm/outdated": "9.0.29",
45
+ "@pnpm/outdated": "9.0.30",
46
46
  "@types/ramda": "0.27.39",
47
47
  "@types/semver": "^7.3.4",
48
48
  "npm-run-all": "^4.1.5"
@@ -55,7 +55,7 @@
55
55
  "test:jest": "jest",
56
56
  "_test": "cross-env PNPM_REGISTRY_MOCK_PORT=7771 pnpm run test:e2e",
57
57
  "test:e2e": "registry-mock prepare && run-p -r registry-mock test:jest",
58
- "compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix"
58
+ "compile": "tsc --build && pnpm run lint -- --fix"
59
59
  },
60
60
  "readme": "# @pnpm/outdated\n\n> Check for outdated packages\n\n<!--@shields('npm')-->\n[![npm version](https://img.shields.io/npm/v/@pnpm/outdated.svg)](https://www.npmjs.com/package/@pnpm/outdated)\n<!--/@-->\n\n## Installation\n\n```sh\npnpm add @pnpm/outdated\n```\n\n## License\n\n[MIT](LICENSE)\n"
61
61
  }