mirror of
https://github.com/better-auth/better-auth.git
synced 2026-07-17 08:20:03 -05:00
109 lines
2.6 KiB
YAML
109 lines
2.6 KiB
YAML
packages:
|
|
- packages/**
|
|
- docs
|
|
- e2e/**
|
|
- test
|
|
|
|
overrides:
|
|
axios: '>=1.15.2 <2'
|
|
node-forge: '>=1.4.0 <2'
|
|
h3@<2: '>=1.15.9'
|
|
h3-v2: 'npm:h3@^2.0.1-rc.15'
|
|
brace-expansion@<2: 1.1.13
|
|
brace-expansion@>=2 <4: 2.0.3
|
|
brace-expansion@>=4: 5.0.6
|
|
cookie@<0.7.0: '>=0.7.2 <0.8'
|
|
'@xmldom/xmldom@<0.8.13': '>=0.8.13 <0.9'
|
|
'devalue@>=5.6.3 <=5.8.0': 5.8.1
|
|
esbuild@<=0.24.2: ^0.25.4
|
|
fast-uri@<=3.1.1: 3.1.2
|
|
fast-xml-builder@<=1.1.6: '>=1.1.7 <2'
|
|
fast-xml-parser@<5.7.0: '>=5.8.0 <6'
|
|
follow-redirects@<=1.15.11: '>=1.16.0 <2'
|
|
ip-address@<=10.1.0: ^10.2.0
|
|
lodash@<4.18.0: ^4.18.1
|
|
path-to-regexp@>=8: 8.4.0
|
|
'picomatch@>=4 <4.0.4': 4.0.4
|
|
dompurify: '>=3.3.2 <4'
|
|
happy-dom: '>=20.8.9 <21'
|
|
defu@<6.1.5: '>=6.1.5 <7'
|
|
undici@>=7 <7.24.0: '>=7.24.0 <8'
|
|
tar@<7.5.11: '>=7.5.11 <8'
|
|
minimatch@>=9 <9.0.7: '>=9.0.7 <10'
|
|
flatted@<3.4.2: '>=3.4.2 <4'
|
|
serialize-javascript@<7.0.3: '>=7.0.3 <8'
|
|
'@remix-run/router@<1.23.2': '>=1.23.2 <2'
|
|
'@remix-run/react@<2.17.3': '>=2.17.3 <3'
|
|
'@hono/node-server@<1.19.10': '>=1.19.10 <2'
|
|
hono@<4.12.18: '>=4.12.18 <5'
|
|
nitropack@<2.13.4: '>=2.13.4 <3'
|
|
postcss@<8.5.10: '>=8.5.14 <9'
|
|
smol-toml@<1.6.1: '>=1.6.1 <2'
|
|
srvx@<0.11.13: '>=0.11.13 <0.12'
|
|
svelte@<=5.55.6: '>=5.55.7 <6'
|
|
'vite@>=6 <6.4.2': 6.4.2
|
|
yaml: ^2.9.0
|
|
express-rate-limit@<8.2.2: '>=8.2.2 <9'
|
|
effect@<3.20.0: '>=3.20.0 <4'
|
|
js-cookie@<3.0.7: '>=3.0.7 <4'
|
|
qs@<6.15.2: '>=6.15.2 <7'
|
|
'ws@>=8 <8.20.1': '>=8.20.1 <9'
|
|
uuid@<11.1.1: '>=11.1.1 <12'
|
|
|
|
catalog:
|
|
'@better-auth/utils': 0.4.1
|
|
'@better-fetch/fetch': 1.2.2
|
|
better-call: 1.3.6
|
|
kysely: ^0.28.17 || ^0.29.0
|
|
tsdown: 0.21.1
|
|
typescript: ^5.9.3
|
|
|
|
catalogs:
|
|
peer:
|
|
kysely: ^0.28.5 || ^0.29.0
|
|
react19:
|
|
'@types/react': ^19.2.14
|
|
'@types/react-dom': ^19.2.3
|
|
react: ^19.2.4
|
|
react-dom: ^19.2.4
|
|
tailwind:
|
|
'@tailwindcss/postcss': ^4.2.1
|
|
tailwindcss: ^4.2.1
|
|
tailwindcss-animate: ^1.0.7
|
|
vitest:
|
|
'@vitest/coverage-istanbul': ^4.1.5
|
|
'@vitest/ui': ^4.1.5
|
|
vitest: ^4.1.5
|
|
|
|
allowBuilds:
|
|
'@parcel/watcher': true
|
|
'@prisma/client': true
|
|
'@prisma/engines': true
|
|
'@swc/core': true
|
|
'@tsparticles/engine': true
|
|
better-sqlite3: true
|
|
esbuild: true
|
|
lefthook: true
|
|
less: true
|
|
msw: true
|
|
prisma: true
|
|
protobufjs: true
|
|
sharp: true
|
|
workerd: true
|
|
electron: false
|
|
|
|
linkWorkspacePackages: true
|
|
|
|
minimumReleaseAge: 1440
|
|
minimumReleaseAgeExclude:
|
|
- '@better-auth/*'
|
|
- '@better-fetch/fetch'
|
|
- 'better-call'
|
|
|
|
patchedDependencies:
|
|
'@changesets/assemble-release-plan': patches/@changesets__assemble-release-plan.patch
|
|
|
|
trustPolicy: no-downgrade
|
|
|
|
trustPolicyIgnoreAfter: 43200
|