Skip to content

Commit

Permalink
chore: migration to astro 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
batur committed Sep 13, 2023
1 parent 16a751e commit cbe41bf
Show file tree
Hide file tree
Showing 3 changed files with 3,326 additions and 2,346 deletions.
4 changes: 0 additions & 4 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { defineConfig } from "astro/config";
import react from "@astrojs/react";
import node from "@astrojs/node";
import image from "@astrojs/image";
import mdx from "@astrojs/mdx";
import partytown from "@astrojs/partytown";
import prefetch from "@astrojs/prefetch";
Expand All @@ -13,9 +12,6 @@ import vercel from "@astrojs/vercel/serverless";
export default defineConfig({
integrations: [
react(),
image({
serviceEntryPoint: "@astrojs/image/sharp",
}),
mdx(),
partytown(),
prefetch(),
Expand Down
35 changes: 17 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,25 +27,24 @@
"release": "standard-version"
},
"dependencies": {
"@astrojs/image": "^0.13.0",
"@astrojs/mdx": "^0.15.0",
"@astrojs/node": "^5.0.0",
"@astrojs/partytown": "^1.0.3",
"@astrojs/prefetch": "^0.1.1",
"@astrojs/react": "^2.0.0",
"@astrojs/sitemap": "^1.0.0",
"@astrojs/tailwind": "^3.0.0",
"@astrojs/vercel": "^3.0.0",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"astro": "^2.0.0",
"daisyui": "^2.49.0",
"firebase": "^9.16.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"sharp": "^0.31.3",
"@astrojs/mdx": "^1.0.3",
"@astrojs/node": "^6.0.0",
"@astrojs/partytown": "^2.0.0",
"@astrojs/prefetch": "^0.4.0",
"@astrojs/react": "^3.0.2",
"@astrojs/sitemap": "^3.0.0",
"@astrojs/tailwind": "^5.0.0",
"@astrojs/vercel": "^4.0.5",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"astro": "^3.0.13",
"daisyui": "^3.7.4",
"firebase": "^10.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwind": "^4.0.0",
"tailwindcss": "^3.0.24",
"zustand": "^4.3.2"
"zustand": "^4.4.1"
},
"devDependencies": {
"@commitlint/cli": "^17.4.2",
Expand Down
Loading

0 comments on commit cbe41bf

Please sign in to comment.