Skip to content

Commit

Permalink
chore: upgrade next to 14.latest (#2772)
Browse files Browse the repository at this point in the history
  • Loading branch information
chronark authored Dec 20, 2024
1 parent e886e0d commit 3a74bb8
Show file tree
Hide file tree
Showing 7 changed files with 96 additions and 502 deletions.
2 changes: 1 addition & 1 deletion apps/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"input-otp": "1.2.4",
"lucide-react": "^0.378.0",
"ms": "^2.1.3",
"next": "14.2.10",
"next": "14.2.15",
"next-mdx-remote": "^4.4.1",
"next-themes": "^0.3.0",
"nuqs": "^1.17.6",
Expand Down
2 changes: 1 addition & 1 deletion apps/engineering/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"fumadocs-ui": "14.4.0",
"geist": "^1.3.1",
"lucide-react": "^0.378.0",
"next": "^15.0.3",
"next": "14.2.15",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-element-to-jsx-string": "^15.0.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/play/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"geist": "^1.3.1",
"lucide-react": "^0.378.0",
"ms": "^2.1.3",
"next": "14.2.10",
"next": "14.2.15",
"next-themes": "^0.3.0",
"posthog-js": "^1.130.1",
"prism-react-renderer": "^2.3.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"github-slugger": "^2.0.0",
"lucide-react": "^0.378.0",
"nanoid": "^5.0.9",
"next": "14.2.10",
"next": "14.2.15",
"next-mdx-remote": "^4.4.1",
"posthog-js": "^1.179.0",
"prism-react-renderer": "^2.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@libsql/client": "^0.7.0",
"@types/node": "^20.14.9",
"@upstash/redis": "^1.0.0",
"next": "^14.2.10",
"next": "14.2.15",
"tsup": "^8.0.2",
"typescript": "^5.5.3",
"vitest": "^1.6.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"@types/node": "^20.14.9",
"next": "^14.2.10",
"next": "14.2.15",
"tsup": "^8.0.2",
"typescript": "^5.5.3"
},
Expand Down
Loading

0 comments on commit 3a74bb8

Please sign in to comment.