mirror of
https://github.com/10h30/astroplate.git
synced 2026-07-16 05:03:26 +09:00
Update theme to Astro v6 stable and switch to built-in Fonts API
* Updated theme to Astro v6 stable * Replaced third-party astro-font with the built-in Fonts API
This commit is contained in:
+12
-13
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "astroplate",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.1",
|
||||
"description": "Astro and Tailwindcss boilerplate",
|
||||
"author": "zeon.studio",
|
||||
"license": "MIT",
|
||||
@@ -18,25 +18,24 @@
|
||||
"preview:cf-workers": "npm run build && wrangler dev"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/check": "0.9.7-beta.1",
|
||||
"@astrojs/mdx": "5.0.0-beta.9",
|
||||
"@astrojs/react": "5.0.0-beta.3",
|
||||
"@astrojs/sitemap": "3.7.0",
|
||||
"@astrojs/check": "0.9.7",
|
||||
"@astrojs/mdx": "5.0.0",
|
||||
"@astrojs/react": "5.0.0",
|
||||
"@astrojs/sitemap": "3.7.1",
|
||||
"@digi4care/astro-google-tagmanager": "^1.6.0",
|
||||
"@justinribeiro/lite-youtube": "^1.9.0",
|
||||
"astro": "6.0.0-beta.17",
|
||||
"astro": "6.0.2",
|
||||
"astro-auto-import": "^0.5.1",
|
||||
"astro-font": "^1.1.0",
|
||||
"astro-swiper": "^2.1.1",
|
||||
"astro-swiper": "^2.2.1",
|
||||
"date-fns": "^4.1.0",
|
||||
"disqus-react": "^1.1.7",
|
||||
"github-slugger": "^2.0.0",
|
||||
"gray-matter": "^4.0.3",
|
||||
"marked": "^17.0.3",
|
||||
"marked": "^17.0.4",
|
||||
"prop-types": "^15.8.1",
|
||||
"react": "^19.2.4",
|
||||
"react-dom": "^19.2.4",
|
||||
"react-icons": "^5.5.0",
|
||||
"react-icons": "^5.6.0",
|
||||
"remark-collapse": "^0.1.2",
|
||||
"remark-toc": "^9.0.0",
|
||||
"sharp": "^0.34.5",
|
||||
@@ -46,17 +45,17 @@
|
||||
"@tailwindcss/forms": "^0.5.11",
|
||||
"@tailwindcss/typography": "^0.5.19",
|
||||
"@tailwindcss/vite": "^4.2.1",
|
||||
"@types/node": "25.3.3",
|
||||
"@types/node": "25.4.0",
|
||||
"@types/react": "19.2.14",
|
||||
"@types/react-dom": "19.2.3",
|
||||
"concurrently": "^9.2.1",
|
||||
"eslint": "^10.0.2",
|
||||
"eslint": "^10.0.3",
|
||||
"prettier": "^3.8.1",
|
||||
"prettier-plugin-astro": "^0.14.1",
|
||||
"prettier-plugin-tailwindcss": "^0.7.2",
|
||||
"tailwind-bootstrap-grid": "^7.0.0",
|
||||
"tailwindcss": "^4.2.1",
|
||||
"typescript": "^5.9.3",
|
||||
"wrangler": "^4.69.0"
|
||||
"wrangler": "^4.72.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user