Skip to content

Commit 5470d7a

Browse files
committed
chore: Upgrade to React 19 and Next.js 15.1.3
Upgrade all dependencies to latest versions: **Major Upgrades:** - ✅ React: 18.3.0 → 19.0.0 - ✅ React-DOM: 18.3.0 → 19.0.0 - ✅ Next.js: 15.0.0 → 15.1.3 - ✅ TypeScript: 5.5.0 → 5.7.2 **Updated Dependencies:** - @tanstack/react-query: 5.56.0 → 5.62.7 - @types/react: 18.3.0 → 19.0.1 - @types/react-dom: 18.3.0 → 19.0.2 - zustand: 4.5.7 → 5.0.2 - date-fns: 3.6.0 → 4.1.0 - All Radix UI components to latest - ESLint: 9.10.0 → 9.17.0 - Prettier: 3.3.3 → 3.4.2 - Tailwind CSS: 3.4.0 → 3.4.17 **Build Results:** - ✅ All pages building successfully - ✅ No vulnerabilities found - ✅ First Load JS: 102-153 kB - ✅ 10 pages total (4 static, 6 dynamic) - ✅ Full TypeScript strict mode - ✅ React 19 features ready All existing functionality verified and working.
1 parent 08cf407 commit 5470d7a

File tree

2 files changed

+99
-120
lines changed

2 files changed

+99
-120
lines changed

app-next/package-lock.json

Lines changed: 68 additions & 89 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app-next/package.json

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -12,43 +12,43 @@
1212
"type-check": "tsc --noEmit"
1313
},
1414
"dependencies": {
15-
"@hookform/resolvers": "^3.9.0",
16-
"@radix-ui/react-accordion": "^1.2.0",
17-
"@radix-ui/react-checkbox": "^1.1.1",
18-
"@radix-ui/react-dialog": "^1.1.1",
19-
"@radix-ui/react-dropdown-menu": "^2.1.1",
20-
"@radix-ui/react-select": "^2.1.1",
21-
"@radix-ui/react-tabs": "^1.1.0",
22-
"@radix-ui/react-toast": "^1.2.1",
23-
"@radix-ui/react-tooltip": "^1.1.2",
15+
"@hookform/resolvers": "^3.9.1",
16+
"@radix-ui/react-accordion": "^1.2.2",
17+
"@radix-ui/react-checkbox": "^1.1.2",
18+
"@radix-ui/react-dialog": "^1.1.2",
19+
"@radix-ui/react-dropdown-menu": "^2.1.2",
20+
"@radix-ui/react-select": "^2.1.2",
21+
"@radix-ui/react-tabs": "^1.1.1",
22+
"@radix-ui/react-toast": "^1.2.2",
23+
"@radix-ui/react-tooltip": "^1.1.4",
2424
"@servicestack/client": "^2.0.17",
25-
"@tanstack/react-query": "^5.56.0",
26-
"class-variance-authority": "^0.7.0",
25+
"@tanstack/react-query": "^5.62.7",
26+
"class-variance-authority": "^0.7.1",
2727
"clsx": "^2.1.1",
28-
"date-fns": "^3.6.0",
29-
"lucide-react": "^0.445.0",
30-
"next": "^15.0.0",
31-
"react": "^18.3.0",
32-
"react-dom": "^18.3.0",
33-
"react-hook-form": "^7.53.0",
28+
"date-fns": "^4.1.0",
29+
"lucide-react": "^0.468.0",
30+
"next": "^15.1.3",
31+
"react": "^19.0.0",
32+
"react-dom": "^19.0.0",
33+
"react-hook-form": "^7.54.2",
3434
"sharp": "^0.33.5",
35-
"tailwind-merge": "^2.5.2",
36-
"typescript": "^5.5.0",
37-
"zod": "^3.23.8",
38-
"zustand": "^4.5.7"
35+
"tailwind-merge": "^2.5.5",
36+
"typescript": "^5.7.2",
37+
"zod": "^3.24.1",
38+
"zustand": "^5.0.2"
3939
},
4040
"devDependencies": {
4141
"@tailwindcss/forms": "^0.5.9",
4242
"@tailwindcss/typography": "^0.5.15",
43-
"@types/node": "^22.5.0",
44-
"@types/react": "^18.3.0",
45-
"@types/react-dom": "^18.3.0",
46-
"autoprefixer": "^10.4.0",
47-
"eslint": "^9.10.0",
48-
"eslint-config-next": "^15.0.0",
49-
"postcss": "^8.4.0",
50-
"prettier": "^3.3.3",
51-
"prettier-plugin-tailwindcss": "^0.6.6",
52-
"tailwindcss": "^3.4.0"
43+
"@types/node": "^22.10.2",
44+
"@types/react": "^19.0.1",
45+
"@types/react-dom": "^19.0.2",
46+
"autoprefixer": "^10.4.20",
47+
"eslint": "^9.17.0",
48+
"eslint-config-next": "^15.1.3",
49+
"postcss": "^8.4.49",
50+
"prettier": "^3.4.2",
51+
"prettier-plugin-tailwindcss": "^0.6.9",
52+
"tailwindcss": "^3.4.17"
5353
}
5454
}

0 commit comments

Comments
 (0)