Skip to content

Commit

Permalink
Merge pull request #7 from samuraikun/upgrade/packages
Browse files Browse the repository at this point in the history
Upgrade packages
  • Loading branch information
samuraikun authored Apr 23, 2024
2 parents 068976b + 8ff459f commit 52d0318
Show file tree
Hide file tree
Showing 4 changed files with 1,602 additions and 1,483 deletions.
3 changes: 0 additions & 3 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,4 @@ export default defineConfig({
],
output: "server",
adapter: vercel(),
experimental: {
devOverlay: true,
},
});
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,24 @@
"vercel": "vercel"
},
"dependencies": {
"@astrojs/react": "^3.0.4",
"@astrojs/tailwind": "^5.0.2",
"@astrojs/vercel": "^5.1.0",
"@astrojs/react": "^3.3.0",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^7.5.3",
"@heroicons/react": "^1.0.6",
"@tremor/react": "^3.10.0",
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",
"astro": "^3.4.0",
"daisyui": "^3.9.4",
"@tremor/react": "^3.16.1",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"astro": "^4.6.3",
"daisyui": "^4.10.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"recharts": "^2.9.0",
"tailwindcss": "^3.3.5",
"ts-pattern": "^5.0.5"
"recharts": "^2.12.6",
"tailwindcss": "^3.4.3",
"ts-pattern": "^5.1.1"
},
"devDependencies": {
"@headlessui/tailwindcss": "^0.2.0",
"@tailwindcss/typography": "^0.5.10",
"vercel": "^32.5.0"
"@tailwindcss/typography": "^0.5.12",
"vercel": "^34.1.1"
}
}
Loading

0 comments on commit 52d0318

Please sign in to comment.