mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
- Move overrides, packageExtensions, patchedDependencies from package.json to pnpm-workspace.yaml (pnpm v11 no longer reads the pnpm field) - Upgrade Dockerfiles from pnpm@10.23.0 to pnpm@11.5.0 - Use --ignore-scripts in Docker installs to avoid pnpx only-allow failure in Docker cache-mounted store, then run postinstall manually Co-Authored-By: Konstantin Wohlwend <n2d4xc@gmail.com>
43 lines
737 B
YAML
43 lines
737 B
YAML
packages:
|
|
- packages/*
|
|
- apps/*
|
|
- examples/*
|
|
- docs
|
|
- docs-mintlify
|
|
- sdks/*
|
|
- sdks/implementations/*
|
|
|
|
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
|
|
|
|
minimumReleaseAge: 10080
|
|
|
|
blockExoticSubdeps: true
|
|
|
|
allowBuilds:
|
|
'@prisma/engines': true
|
|
'@quetzallabs/i18n': true
|
|
'@sentry/cli': true
|
|
'@tailwindcss/oxide': true
|
|
'@vercel/speed-insights': true
|
|
bcrypt: true
|
|
core-js: true
|
|
esbuild: true
|
|
iframe-resizer: false
|
|
keytar: false
|
|
prisma: true
|
|
protobufjs: true
|
|
puppeteer: true
|
|
sharp: true
|