mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
Move pnpm package.json field to pnpm-workspace.yaml
This commit is contained in:
parent
a2a14833ee
commit
82f470e564
21
package.json
21
package.json
@ -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": {
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user