Skip to content

Commit

Permalink
feat: Update astro to v4 & remove 100.yil event (#2)
Browse files Browse the repository at this point in the history
* feat: upgrade astro

* feat: update other packages

* feat: remove sharp

* feat: remove 100.yil update

* fix: add sharp to fix broken build
  • Loading branch information
ardasevinc authored Mar 12, 2024
1 parent 31011d0 commit f60ab4d
Show file tree
Hide file tree
Showing 18 changed files with 1,290 additions and 1,073 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,23 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^3.0.3",
"@astrojs/sitemap": "^3.0.1",
"@astrojs/tailwind": "^5.0.1",
"@fontsource-variable/inter": "^5.0.13",
"@fontsource-variable/montserrat": "^5.0.14",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"astro": "^3.2.3",
"@astrojs/react": "^3.1.0",
"@astrojs/sitemap": "^3.1.1",
"@astrojs/tailwind": "^5.1.0",
"@fontsource-variable/inter": "^5.0.17",
"@fontsource-variable/montserrat": "^5.0.18",
"@types/react": "^18.2.65",
"@types/react-dom": "^18.2.21",
"astro": "^4.5.2",
"astro-robots-txt": "^1.0.0",
"astro-seo-metadata": "^0.6.0",
"lucide-react": "^0.285.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"sharp": "^0.32.6",
"tailwindcss": "^3.0.24"
"lucide-react": "^0.356.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sharp": "^0.33.2",
"tailwindcss": "^3.4.1"
},
"devDependencies": {
"@types/node": "^20.8.2"
"@types/node": "^20.11.26"
}
}
Loading

0 comments on commit f60ab4d

Please sign in to comment.