Files
better-auth/pnpm-workspace.yaml
Alex Yang 5124b40283 chore: upgrade TypeScript version (#3748)
* chore: fix TypeScript to a correct version

* fixup! chore: fix TypeScript to a correct version

* chore: fix typecheck

---------

Co-authored-by: Bereket Engida <Bekacru@gmail.com>
2025-08-02 10:18:55 -07:00

17 lines
311 B
YAML

packages:
- packages/**
- dev/**
- docs
- examples/**
- demo/*
catalogs:
react18:
'@types/react': ^19.1.0
'@types/react-dom': ^19.1.0
react: 19.1.0
react-dom: 19.1.0
catalog:
"better-call": "^1.0.12"
"@better-fetch/fetch": "^1.1.18"
"unbuild": "^3.5.0"
"typescript": "^5.9.2"