Skip to content

Commit b7b2806

Browse files
committed
chore: upgrade deps (Next 16, React 19.2)
1 parent 8959c73 commit b7b2806

File tree

3 files changed

+15
-12
lines changed

3 files changed

+15
-12
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,6 @@ yarn-error.log*
3939
# typescript
4040
*.tsbuildinfo
4141
next-env.d.ts
42+
43+
# smoke / local test artifacts
44+
.smoke/

bun.lock

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,20 +38,20 @@
3838
"gray-matter": "^4.0.3",
3939
"mcp-handler": "^1.0.4",
4040
"motion": "^12.23.25",
41-
"next": "16.0.7",
41+
"next": "^16.0.7",
4242
"next-mdx-remote": "^5.0.0",
4343
"next-themes": "^0.4.6",
4444
"posthog-js": "^1.302.2",
45-
"react": "19.0.0",
46-
"react-dom": "19.0.0",
45+
"react": "^19.2.1",
46+
"react-dom": "^19.2.1",
4747
"react-wrap-balancer": "^1.1.1",
4848
"recharts": "^3.5.1",
4949
"tailwind-merge": "^2.6.0",
5050
"tailwind-variants": "^0.3.1",
5151
"zod": "3.24.2"
5252
},
5353
"devDependencies": {
54-
"@next/bundle-analyzer": "^14.2.33",
54+
"@next/bundle-analyzer": "^16.0.7",
5555
"@tailwindcss/forms": "^0.5.10",
5656
"@tremor/react": "^3.18.7",
5757
"@types/node": "^24.10.1",

0 commit comments

Comments
 (0)