Skip to content

Commit

Permalink
chore: upgrade weather-ollama to next 15
Browse files Browse the repository at this point in the history
  • Loading branch information
sgomez committed Dec 6, 2024
1 parent e01c5e5 commit 1a1ca22
Show file tree
Hide file tree
Showing 2 changed files with 610 additions and 851 deletions.
26 changes: 16 additions & 10 deletions examples/weather-ollama/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,26 @@
"@ai-sdk/react": "latest",
"@ai-sdk/ui-utils": "latest",
"ai": "latest",
"framer-motion": "^11.11.9",
"lucide-react": "^0.424.0",
"next": "14.1.1",
"framer-motion": "^12.0.0-alpha.2",
"lucide-react": "^0.468.0",
"next": "15.0.4",
"ollama-ai-provider": "workspace:*",
"openweather-api-node": "^3.1.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^20.16.12",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3"
"@types/node": "^20.17.9",
"@types/react": "19.0.0",
"@types/react-dom": "19.0.1",
"tailwindcss": "^3.4.16",
"typescript": "^5.7.2"
},
"pnpm": {
"overrides": {
"@types/react": "19.0.0",
"@types/react-dom": "19.0.1"
}
}
}
Loading

0 comments on commit 1a1ca22

Please sign in to comment.