aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'apps/web/package.json')
-rw-r--r--apps/web/package.json13
1 files changed, 7 insertions, 6 deletions
diff --git a/apps/web/package.json b/apps/web/package.json
index e31972ee..719dcab7 100644
--- a/apps/web/package.json
+++ b/apps/web/package.json
@@ -5,7 +5,7 @@
"private": true,
"type": "module",
"scripts": {
- "dev": "next dev --turbopack",
+ "dev": "next dev",
"clean": "git clean -xdf .next .turbo node_modules",
"build": "next build --experimental-build-mode compile",
"start": "next start",
@@ -67,15 +67,16 @@
"i18next-resources-to-backend": "^1.2.1",
"lexical": "^0.20.2",
"lucide-react": "^0.501.0",
- "next": "15.5.0",
+ "next": "15.3.3",
"next-auth": "^4.24.11",
"next-i18next": "^15.3.1",
+ "next-pwa": "^5.6.0",
"next-themes": "^0.4.0",
"nuqs": "^2.4.3",
"prettier": "^3.4.2",
- "react": "19.1.1",
+ "react": "^19.1.0",
"react-day-picker": "^9.7.0",
- "react-dom": "19.1.1",
+ "react-dom": "^19.1.0",
"react-draggable": "^4.4.6",
"react-dropzone": "^14.2.3",
"react-error-boundary": "^5.0.0",
@@ -102,8 +103,8 @@
"@karakeep/tsconfig": "workspace:^0.1.0",
"@types/csv-parse": "^1.2.5",
"@types/emoji-mart": "^3.0.14",
- "@types/react": "19.1.10",
- "@types/react-dom": "19.1.7",
+ "@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",