Update dependencies
This commit is contained in:
22
package.json
22
package.json
@ -13,33 +13,33 @@
|
|||||||
"lint:eslint": "eslint . --ext .js,.ts,.astro"
|
"lint:eslint": "eslint . --ext .js,.ts,.astro"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/image": "^0.16.4",
|
"@astrojs/image": "^0.16.6",
|
||||||
"@astrojs/mdx": "^0.18.2",
|
"@astrojs/mdx": "^0.19.0",
|
||||||
"@astrojs/partytown": "^1.2.0",
|
"@astrojs/partytown": "^1.2.0",
|
||||||
"@astrojs/rss": "^2.3.2",
|
"@astrojs/rss": "^2.3.2",
|
||||||
"@astrojs/sitemap": "^1.2.1",
|
"@astrojs/sitemap": "^1.2.2",
|
||||||
"@astrojs/tailwind": "^3.1.1",
|
"@astrojs/tailwind": "^3.1.1",
|
||||||
"@astrolib/analytics": "^0.3.0",
|
"@astrolib/analytics": "^0.3.0",
|
||||||
"@astrolib/seo": "^0.3.0",
|
"@astrolib/seo": "^0.3.0",
|
||||||
"@fontsource/inter": "^4.5.15",
|
"@fontsource/inter": "^4.5.15",
|
||||||
"@tailwindcss/typography": "^0.5.9",
|
"@tailwindcss/typography": "^0.5.9",
|
||||||
"@typescript-eslint/eslint-plugin": "^5.57.0",
|
"@typescript-eslint/eslint-plugin": "^5.59.0",
|
||||||
"@typescript-eslint/parser": "^5.57.0",
|
"@typescript-eslint/parser": "^5.59.0",
|
||||||
"astro": "^2.1.9",
|
"astro": "^2.3.0",
|
||||||
"astro-compress": "^1.1.35",
|
"astro-compress": "^1.1.39",
|
||||||
"astro-icon": "^0.8.0",
|
"astro-icon": "^0.8.0",
|
||||||
"eslint": "^8.37.0",
|
"eslint": "^8.38.0",
|
||||||
"eslint-plugin-astro": "^0.26.1",
|
"eslint-plugin-astro": "^0.26.1",
|
||||||
"eslint-plugin-jsx-a11y": "^6.7.1",
|
"eslint-plugin-jsx-a11y": "^6.7.1",
|
||||||
"limax": "2.1.0",
|
"limax": "2.1.0",
|
||||||
"mdast-util-to-string": "^3.1.1",
|
"mdast-util-to-string": "^3.2.0",
|
||||||
"prettier": "^2.8.7",
|
"prettier": "^2.8.7",
|
||||||
"prettier-plugin-astro": "^0.8.0",
|
"prettier-plugin-astro": "^0.8.0",
|
||||||
"reading-time": "^1.5.0",
|
"reading-time": "^1.5.0",
|
||||||
"sharp": "^0.31.0",
|
"sharp": "^0.32.0",
|
||||||
"svgo": "2.8.0",
|
"svgo": "2.8.0",
|
||||||
"tailwindcss": "^3.3.1",
|
"tailwindcss": "^3.3.1",
|
||||||
"typescript": "^5.0.3"
|
"typescript": "^5.0.4"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=16.12.0"
|
"node": ">=16.12.0"
|
||||||
|
@ -6,9 +6,9 @@
|
|||||||
>
|
>
|
||||||
<span class="text-xs py-0.5 px-1 bg-primary dark:bg-slate-700 dark:text-slate-300 font-semibold">NEW</span>
|
<span class="text-xs py-0.5 px-1 bg-primary dark:bg-slate-700 dark:text-slate-300 font-semibold">NEW</span>
|
||||||
<a
|
<a
|
||||||
href="https://astro.build/blog/astro-210/"
|
href="https://astro.build/blog/astro-220/"
|
||||||
class="hover:underline text-gray-200 dark:text-slate-400"
|
class="hover:underline text-gray-200 dark:text-slate-400"
|
||||||
>Astro 2.1 is released. »</a
|
>Astro 2.2 is released. »</a
|
||||||
>
|
>
|
||||||
<a
|
<a
|
||||||
target="_blank"
|
target="_blank"
|
||||||
|
Reference in New Issue
Block a user