Move pnpm package.json field to pnpm-workspace.yaml

This commit is contained in:
Konstantin Wohlwend 2026-06-02 11:09:26 -07:00
parent a2a14833ee
commit 82f470e564
2 changed files with 15 additions and 20 deletions

View File

@ -112,27 +112,8 @@
"vitest": "^1.6.0",
"wait-on": "^8.0.1"
},
"pnpm": {
"overrides": {
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"sharp": "^0.34.5"
},
"packageExtensions": {
"@mintlify/link-rot": {
"dependencies": {
"react": "*",
"react-dom": "*"
}
}
},
"patchedDependencies": {
"openid-client@5.6.4": "patches/openid-client@5.6.4.patch"
}
},
"engines": {
"npm": ">=10.0.0",
"node": ">=20.0.0"
"node": ">=22.13.0"
},
"packageManager": "pnpm@11.5.0+sha512.dbfcc4f81cf48597afd4bc391ffdf12c11f1a9fb83a395bfa6b0a2d9cc2fd8ffebafdb1ccbd529632153f793904c2615b7f09fe1a345473fd1c35845172a8eb1",
"dependencies": {

View File

@ -11,6 +11,20 @@ minimumReleaseAge: 10080
blockExoticSubdeps: true
overrides:
'@types/react': ^18.2.0
'@types/react-dom': ^18.2.0
sharp: ^0.34.5
packageExtensions:
'@mintlify/link-rot':
dependencies:
react: '*'
react-dom: '*'
patchedDependencies:
openid-client@5.6.4: patches/openid-client@5.6.4.patch
allowBuilds:
'@prisma/engines': true
'@sentry/cli': true