Skip to content

Commit

Permalink
Merge pull request #22 from jeasonstudio/chore-upgrade-vercelai
Browse files Browse the repository at this point in the history
feat: support vercel ai sdk 3.3 and new chrome prompt api
  • Loading branch information
jeasonstudio committed Aug 8, 2024
2 parents a19e676 + 722658b commit 151dd4f
Show file tree
Hide file tree
Showing 7 changed files with 889 additions and 537 deletions.
5 changes: 5 additions & 0 deletions .changeset/dull-emus-brush.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"chrome-ai": minor
---

feat: support vercel ai sdk 3.3 and new chrome prompt api
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,56 +45,56 @@
"access": "public"
},
"dependencies": {
"@ai-sdk/provider": "^0.0.12",
"@ai-sdk/provider": "^0.0.16",
"@mediapipe/tasks-genai": "0.10.14",
"@mediapipe/tasks-text": "0.10.14",
"debug": "^4.3.5"
"debug": "^4.3.6"
},
"devDependencies": {
"@changesets/cli": "^2.27.6",
"@changesets/cli": "^2.27.7",
"@hookform/resolvers": "^3.6.0",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.0",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/react-select": "^2.1.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-slider": "^1.2.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@tailwindcss/typography": "^0.5.13",
"@tailwindcss/typography": "^0.5.14",
"@types/debug": "^4.1.12",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@vitest/coverage-v8": "^1.6.0",
"ai": "^3.2.24",
"autoprefixer": "^10.4.19",
"@vitest/coverage-v8": "^2.0.5",
"ai": "^3.3.3",
"autoprefixer": "^10.4.20",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"lucide-react": "^0.383.0",
"marked": "^13.0.1",
"next": "14.2.3",
"eslint-config-next": "14.2.5",
"lucide-react": "^0.424.0",
"marked": "^14.0.0",
"next": "14.2.5",
"next-themes": "^0.3.0",
"postcss": "^8.4.38",
"postcss": "^8.4.41",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.52.0",
"react-hook-form": "^7.52.2",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"shadcn-ui": "^0.8.0",
"tailwind-merge": "^2.3.0",
"tailwindcss": "^3.4.3",
"tailwind-merge": "^2.4.0",
"tailwindcss": "^3.4.8",
"tailwindcss-animate": "^1.0.7",
"tsup": "^8.1.0",
"typescript": "^5",
"tsup": "^8.2.4",
"typescript": "^5.5.4",
"vaul": "^0.9.1",
"vercel": "^34.2.5",
"vitest": "^1.6.0",
"vercel": "^35.2.3",
"vitest": "^2.0.5",
"zod": "^3.23.8"
}
}
Loading

0 comments on commit 151dd4f

Please sign in to comment.