Skip to content

Commit

Permalink
Merge pull request #76 from upstash/hotfix-rsc
Browse files Browse the repository at this point in the history
fix: bump nextjs versions in examples
  • Loading branch information
ytkimirti authored Sep 17, 2024
2 parents 47f5bb7 + 82b2016 commit 4d51e21
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/nextjs/chat-to-website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "^0.424.0",
"next": "14.2.5",
"next": "14.2.11",
"react": "^18",
"react-dom": "^18",
"tailwind-merge": "^2.4.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/nextjs/server-actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@upstash/rag-chat": "^1.0.1",
"next": "14.2.4",
"next": "14.2.11",
"react": "^18",
"react-dom": "^18"
},
Expand All @@ -24,4 +24,4 @@
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}
}
4 changes: 2 additions & 2 deletions examples/nextjs/vercel-ai-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@upstash/rag-chat": "^1.0.1",
"next": "14.2.4",
"next": "14.2.11",
"react": "^18",
"react-dom": "^18"
},
Expand All @@ -24,4 +24,4 @@
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}
}

0 comments on commit 4d51e21

Please sign in to comment.