@pnpm/render-peer-issues
Advanced tools
Comparing version 3.0.3 to 4.0.0
@@ -1,4 +0,4 @@ | ||
import { PeerDependencyIssuesByProjects } from '@pnpm/types'; | ||
import { type PeerDependencyIssuesByProjects } from '@pnpm/types'; | ||
export declare function renderPeerIssues(peerDependencyIssuesByProjects: PeerDependencyIssuesByProjects, opts?: { | ||
width?: number; | ||
}): string; |
{ | ||
"name": "@pnpm/render-peer-issues", | ||
"description": "Visualizes peer dependency issues", | ||
"version": "3.0.3", | ||
"version": "4.0.0", | ||
"bugs": { | ||
@@ -15,7 +15,7 @@ "url": "https://github.com/pnpm/pnpm/issues" | ||
"keywords": [ | ||
"pnpm7" | ||
"pnpm8" | ||
], | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">=14.6" | ||
"node": ">=16.14" | ||
}, | ||
@@ -29,3 +29,3 @@ "repository": "https://github.com/pnpm/pnpm/blob/main/packages/render-peer-issues", | ||
"cli-columns": "^4.0.0", | ||
"@pnpm/types": "8.10.0" | ||
"@pnpm/types": "9.0.0" | ||
}, | ||
@@ -35,3 +35,3 @@ "devDependencies": { | ||
"strip-ansi": "^6.0.1", | ||
"@pnpm/render-peer-issues": "3.0.3" | ||
"@pnpm/render-peer-issues": "4.0.0" | ||
}, | ||
@@ -44,5 +44,5 @@ "exports": { | ||
"test": "pnpm run compile && pnpm run _test", | ||
"lint": "eslint src/**/*.ts test/**/*.ts", | ||
"lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"", | ||
"compile": "tsc --build && pnpm run lint --fix" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10768
+ Added@pnpm/types@9.0.0(transitive)
- Removed@pnpm/types@8.10.0(transitive)
Updated@pnpm/types@9.0.0