Migrate to astro v2
This commit is contained in:
16
package.json
16
package.json
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@onwidget/astrowind",
|
||||
"description": "A template to make your website using Astro + Tailwind CSS.",
|
||||
"version": "0.9.7",
|
||||
"version": "0.9.8",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
@ -14,23 +14,23 @@
|
||||
"subfont": "subfont -ir --no-fallbacks --silent --root dist"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/image": "^0.12.1",
|
||||
"@astrojs/mdx": "^0.14.0",
|
||||
"@astrojs/partytown": "^1.0.2",
|
||||
"@astrojs/image": "^1.0.0-beta.2",
|
||||
"@astrojs/mdx": "^1.0.0-beta.2",
|
||||
"@astrojs/partytown": "^1.0.3-beta.0",
|
||||
"@astrojs/rss": "^2.0.0",
|
||||
"@astrojs/sitemap": "^1.0.0",
|
||||
"@astrojs/tailwind": "^2.1.3",
|
||||
"@astrojs/tailwind": "^3.0.0-beta.1",
|
||||
"@astrolib/analytics": "^0.3.0",
|
||||
"@astrolib/seo": "^0.3.0",
|
||||
"@fontsource/inter": "^4.5.15",
|
||||
"@tailwindcss/typography": "^0.5.9",
|
||||
"@typescript-eslint/eslint-plugin": "^5.48.2",
|
||||
"@typescript-eslint/parser": "^5.48.2",
|
||||
"astro": "^1.9.2",
|
||||
"astro-compress": "1.1.27",
|
||||
"astro": "^2.0.0-beta.3",
|
||||
"astro-compress": "1.1.28",
|
||||
"astro-icon": "^0.8.0",
|
||||
"eslint": "^8.32.0",
|
||||
"eslint-plugin-astro": "^0.22.0",
|
||||
"eslint-plugin-astro": "^0.23.0",
|
||||
"eslint-plugin-jsx-a11y": "^6.7.1",
|
||||
"limax": "^2.1.0",
|
||||
"mdast-util-to-string": "^3.1.0",
|
||||
|
Reference in New Issue
Block a user