aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/package.json
diff options
context:
space:
mode:
authorMohamed Bassem <me@mbassem.com>2025-08-20 15:57:34 +0300
committerGitHub <noreply@github.com>2025-08-20 13:57:34 +0100
commitdd53ccb9624e719d019a8fe29fcd66415c1b1528 (patch)
tree5788b06d4280248cf0c0f837318b0722f6d4cdd7 /apps/web/package.json
parent5f07b5075dd45b4b0f4ab35ee70412f11177eff4 (diff)
downloadkarakeep-dd53ccb9624e719d019a8fe29fcd66415c1b1528.tar.zst
deps: Upgrade expo & nextjs to react 19 (#1565)
* Attempt to upgrade expo 53 * Attempt upgrade nextjs * Fix a bunch of peer deps * upgrade some docs deps * fix typecheck * update the shadcn calendar component * more fixes * more fixes * revert ollama upgrade * update react version to use carets * remove react-select from landing * fix the typescript error caused by customFetch * upgrade the new grid user setting to nextjs 15 * mobile: enable react canary to support react 19.1 * upgrade react native menu * fix navigation context error
Diffstat (limited to 'apps/web/package.json')
-rw-r--r--apps/web/package.json20
1 files changed, 10 insertions, 10 deletions
diff --git a/apps/web/package.json b/apps/web/package.json
index 8f741e67..719dcab7 100644
--- a/apps/web/package.json
+++ b/apps/web/package.json
@@ -67,25 +67,25 @@
"i18next-resources-to-backend": "^1.2.1",
"lexical": "^0.20.2",
"lucide-react": "^0.501.0",
- "next": "14.2.25",
+ "next": "15.3.3",
"next-auth": "^4.24.11",
"next-i18next": "^15.3.1",
"next-pwa": "^5.6.0",
- "next-themes": "^0.3.0",
+ "next-themes": "^0.4.0",
"nuqs": "^2.4.3",
"prettier": "^3.4.2",
- "react": "^18.3.1",
- "react-day-picker": "8.10.1",
- "react-dom": "^18.3.1",
+ "react": "^19.1.0",
+ "react-day-picker": "^9.7.0",
+ "react-dom": "^19.1.0",
"react-draggable": "^4.4.6",
"react-dropzone": "^14.2.3",
"react-error-boundary": "^5.0.0",
- "react-hook-form": "^7.50.1",
+ "react-hook-form": "^7.57.0",
"react-i18next": "^15.1.1",
"react-intersection-observer": "^9.13.1",
"react-markdown": "^9.0.1",
"react-masonry-css": "^1.0.16",
- "react-select": "^5.8.0",
+ "react-select": "^5.10.1",
"react-syntax-highlighter": "^15.5.0",
"react-tweet": "^3.2.2",
"remark-breaks": "^4.0.0",
@@ -95,7 +95,7 @@
"superjson": "^2.2.1",
"tailwind-merge": "^2.2.1",
"zod": "^3.24.2",
- "zustand": "^4.5.1"
+ "zustand": "^5.0.5"
},
"devDependencies": {
"@karakeep/prettier-config": "workspace:^0.1.0",
@@ -103,8 +103,8 @@
"@karakeep/tsconfig": "workspace:^0.1.0",
"@types/csv-parse": "^1.2.5",
"@types/emoji-mart": "^3.0.14",
- "@types/react": "^18.3.12",
- "@types/react-dom": "^18.3.1",
+ "@types/react": "^19.1.6",
+ "@types/react-dom": "^19.1.6",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/request-ip": "^0.0.41",
"autoprefixer": "^10.4.17",