Skip to content

Commit

Permalink
chore: bump deps version
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdin committed Oct 15, 2024
1 parent d89086e commit b4b14ec
Show file tree
Hide file tree
Showing 8 changed files with 1,250 additions and 967 deletions.
8 changes: 4 additions & 4 deletions apps/www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "4.0.0-beta.2",
"@astrojs/react": "^3.6.2",
"@astrojs/tailwind": "^5.1.1",
"@astrojs/tailwind": "^5.1.2",
"@astrojs/vue": "5.0.0-beta.0",
"@fontsource-variable/inter": "^5.1.0",
"@nanostores/persistent": "^0.10.2",
Expand All @@ -27,12 +27,12 @@
"astro": "5.0.0-beta.4",
"class-variance-authority": "catalog:",
"clsx": "catalog:",
"lucide-react": "^0.451.0",
"lucide-vue-next": "^0.451.0",
"lucide-react": "^0.453.0",
"lucide-vue-next": "^0.453.0",
"nanostores": "^0.11.3",
"react": "catalog:",
"react-dom": "catalog:",
"recharts": "^2.12.7",
"recharts": "^2.13.0",
"scule": "^1.3.0",
"sharp": "^0.33.5",
"tailwind-merge": "catalog:"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"simple-git-hooks": "^2.11.1",
"taze": "^0.17.2",
"turbo": "^2.1.3",
"typescript": "^5.6.2",
"vite": "^5.4.3"
"typescript": "^5.6.3",
"vite": "^5.4.9"
},
"packageManager": "[email protected]",
"simple-git-hooks": {
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@
"@types/prompts": "^2.4.9",
"@ui/lib": "workspace:*",
"@ui/typescript": "workspace:*",
"tsup": "^8.2.4",
"vitest": "^2.0.5"
"tsup": "^8.3.0",
"vitest": "^2.1.3"
},
"dependencies": {
"cac": "^6.7.14",
"kleur": "^4.1.5",
"mlly": "^1.7.2",
"nypm": "^0.3.11",
"nypm": "^0.3.12",
"ora": "^8.1.0",
"prompts": "^2.4.2",
"ufo": "^1.5.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"@ai-sdk/anthropic": "^0.0.51",
"@ai-sdk/openai": "^0.0.66",
"@ai-sdk/openai": "^0.0.67",
"ai": "catalog:",
"mlly": "^1.7.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -200,11 +200,11 @@
"class-variance-authority": "catalog:",
"clsx": "catalog:",
"globby": "^14.0.2",
"lucide-react": "^0.451.0",
"lucide-react": "^0.453.0",
"prop-types": "^15.8.1",
"react": "catalog:",
"react-dom": "catalog:",
"recharts": "^2.12.7",
"recharts": "^2.13.0",
"storybook": "^8.3.5",
"tailwind-merge": "catalog:",
"tailwindcss": "catalog:",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"class-variance-authority": "catalog:",
"clsx": "catalog:",
"globby": "^14.0.2",
"lucide-vue-next": "^0.451.0",
"lucide-vue-next": "^0.453.0",
"storybook": "^8.3.5",
"tailwind-merge": "catalog:",
"tailwindcss": "catalog:",
Expand Down
Loading

0 comments on commit b4b14ec

Please sign in to comment.