deps: pin Appwrite SDKs to versions matching server 1.9.0

node-appwrite 24.x and appwrite 25.x target Appwrite server 1.9.1.
Our self-hosted server runs 1.9.0, which produced an SDK-version
mismatch warning on every API call.

Pinned:
  node-appwrite: ^23.1.0  (was ^24.0.0)
  appwrite:      ^24.2.0  (was ^25.0.0)

v23/v24 keep both positional and params-object overloads, so existing
auth-actions.ts calls (createEmailPasswordSession, createRecovery,
account.create) compile and run unchanged. When we upgrade Appwrite to
1.9.1 we can bump the SDKs back.
This commit is contained in:
kovakmedya
2026-04-30 03:10:39 +03:00
parent d8b61b7da8
commit 647716e042
2 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -38,7 +38,7 @@
"@radix-ui/react-tooltip": "^1.2.8",
"@tailwindcss/postcss": "^4.1.18",
"@tanstack/react-table": "^8.21.3",
"appwrite": "^25.0.0",
"appwrite": "^24.2.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
@@ -46,7 +46,7 @@
"lucide-react": "^0.562.0",
"next": "16.1.1",
"next-themes": "^0.4.6",
"node-appwrite": "^24.0.0",
"node-appwrite": "^23.1.0",
"postcss": "^8.5.6",
"react": "19.2.3",
"react-day-picker": "^9.13.0",