chore: upgrade dependencies
This commit is contained in:
parent
8c88b75d6c
commit
03d88af14e
50
package.json
50
package.json
|
@ -13,23 +13,23 @@
|
||||||
"lint": "biome check --apply ./src"
|
"lint": "biome check --apply ./src"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/check": "^0.5.9",
|
"@astrojs/check": "^0.7.0",
|
||||||
"@astrojs/rss": "^4.0.5",
|
"@astrojs/rss": "^4.0.6",
|
||||||
"@astrojs/sitemap": "^3.1.2",
|
"@astrojs/sitemap": "^3.1.6",
|
||||||
"@astrojs/svelte": "^5.2.0",
|
"@astrojs/svelte": "^5.6.0",
|
||||||
"@astrojs/tailwind": "^5.1.0",
|
"@astrojs/tailwind": "^5.1.0",
|
||||||
"@fontsource-variable/jetbrains-mono": "^5.0.20",
|
"@fontsource-variable/jetbrains-mono": "^5.0.21",
|
||||||
"@fontsource/roboto": "^5.0.12",
|
"@fontsource/roboto": "^5.0.13",
|
||||||
"@swup/astro": "^1.4.0",
|
"@swup/astro": "^1.4.1",
|
||||||
"astro": "^4.4.15",
|
"astro": "^4.11.0",
|
||||||
"astro-compress": "^2.2.15",
|
"astro-compress": "^2.2.28",
|
||||||
"astro-icon": "1.1.0",
|
"astro-icon": "1.1.0",
|
||||||
"colorjs.io": "^0.5.0",
|
"colorjs.io": "^0.5.0",
|
||||||
"hastscript": "^9.0.0",
|
"hastscript": "^9.0.0",
|
||||||
"markdown-it": "^14.1.0",
|
"markdown-it": "^14.1.0",
|
||||||
"mdast-util-to-string": "^4.0.0",
|
"mdast-util-to-string": "^4.0.0",
|
||||||
"overlayscrollbars": "^2.6.1",
|
"overlayscrollbars": "^2.8.3",
|
||||||
"pagefind": "^1.0.4",
|
"pagefind": "^1.1.0",
|
||||||
"reading-time": "^1.5.0",
|
"reading-time": "^1.5.0",
|
||||||
"rehype-autolink-headings": "^7.1.0",
|
"rehype-autolink-headings": "^7.1.0",
|
||||||
"rehype-components": "^0.3.0",
|
"rehype-components": "^0.3.0",
|
||||||
|
@ -39,24 +39,24 @@
|
||||||
"remark-directive-rehype": "^0.4.2",
|
"remark-directive-rehype": "^0.4.2",
|
||||||
"remark-math": "^6.0.0",
|
"remark-math": "^6.0.0",
|
||||||
"sanitize-html": "^2.13.0",
|
"sanitize-html": "^2.13.0",
|
||||||
"sharp": "^0.33.3",
|
"sharp": "^0.33.4",
|
||||||
"svelte": "^4.2.12",
|
"svelte": "^4.2.18",
|
||||||
"tailwindcss": "^3.4.1",
|
"tailwindcss": "^3.4.4",
|
||||||
"typescript": "^5.4.2",
|
"typescript": "^5.5.2",
|
||||||
"unist-util-visit": "^5.0.0"
|
"unist-util-visit": "^5.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/ts-plugin": "^1.6.0",
|
"@astrojs/ts-plugin": "^1.8.0",
|
||||||
"@biomejs/biome": "1.6.1",
|
"@biomejs/biome": "1.8.2",
|
||||||
"@iconify-json/fa6-brands": "^1.1.18",
|
"@iconify-json/fa6-brands": "^1.1.19",
|
||||||
"@iconify-json/fa6-regular": "^1.1.18",
|
"@iconify-json/fa6-regular": "^1.1.19",
|
||||||
"@iconify-json/fa6-solid": "^1.1.20",
|
"@iconify-json/fa6-solid": "^1.1.21",
|
||||||
"@iconify-json/material-symbols": "^1.1.74",
|
"@iconify-json/material-symbols": "^1.1.82",
|
||||||
"@iconify/svelte": "^3.1.6",
|
"@iconify/svelte": "^4.0.2",
|
||||||
"@rollup/plugin-yaml": "^4.1.2",
|
"@rollup/plugin-yaml": "^4.1.2",
|
||||||
"@tailwindcss/typography": "^0.5.10",
|
"@tailwindcss/typography": "^0.5.13",
|
||||||
"@types/markdown-it": "^14.0.0",
|
"@types/markdown-it": "^14.1.1",
|
||||||
"@types/mdast": "^4.0.3",
|
"@types/mdast": "^4.0.4",
|
||||||
"@types/sanitize-html": "^2.11.0",
|
"@types/sanitize-html": "^2.11.0",
|
||||||
"stylus": "^0.63.0"
|
"stylus": "^0.63.0"
|
||||||
},
|
},
|
||||||
|
|
4533
pnpm-lock.yaml
4533
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue