upgraded to next 15 and react 19.
CI / test (push) Successful in 5s

This commit is contained in:
2026-01-30 22:22:41 -05:00
parent 4267c34399
commit 4989bf6de4
73 changed files with 2353 additions and 463 deletions
+5 -6
View File
@@ -19,7 +19,7 @@
],
"license": "UNLICENSED",
"scripts": {
"dev": "next dev --turbopack",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
@@ -29,12 +29,11 @@
"@heroicons/react": "^2.2.0",
"clsx": "^2.1.1",
"lucide-react": "^0.555.0",
"next": "14.2.3",
"quill": "^2.0.3",
"next": "15.5.11",
"quill-image-resize-module": "^3.0.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-quill": "^2.0.0"
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-quill-new": "^3.7.0"
},
"devDependencies": {
"@types/node": "20.12.7",