Skip to content

Commit

Permalink
Upgrade to Astro 5
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristineTham committed Dec 9, 2024
1 parent 7816e1e commit d6ebc24
Show file tree
Hide file tree
Showing 10 changed files with 1,465 additions and 1,461 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,30 +12,30 @@
"lint:eslint": "eslint --fix \"src/**/*.{js,ts,jsx,tsx,astro}\""
},
"dependencies": {
"@astrojs/rss": "^4.0.9",
"@astrojs/rss": "^4.0.10",
"@astrojs/sitemap": "^3.2.1",
"astro": "^4.16.10"
"astro": "^5.0.4"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@eslint/markdown": "^6.2.1",
"@iconify-json/heroicons": "^1.2.1",
"@iconify-json/logos": "^1.2.3",
"@julr/unocss-preset-forms": "^0.1.0",
"@types/node": "^22.9.0",
"@typescript-eslint/parser": "^8.13.0",
"@unocss/eslint-config": "^0.64.0",
"@unocss/reset": "^0.64.0",
"eslint": "^9.14.0",
"@types/node": "^22.10.1",
"@typescript-eslint/parser": "^8.18.0",
"@unocss/eslint-config": "^0.65.1",
"@unocss/reset": "^0.65.1",
"eslint": "^9.16.0",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-mdx": "^3.1.5",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.8",
"typescript": "^5.6.3",
"unocss": "^0.64.0",
"vite": "^5.4.10"
"prettier-plugin-tailwindcss": "^0.6.9",
"typescript": "^5.7.2",
"unocss": "^0.65.1",
"vite": "^6.0.3"
},
"packageManager": "[email protected]+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
}
Loading

0 comments on commit d6ebc24

Please sign in to comment.