mirror of
https://github.com/cupcakearmy/nicco.io.git
synced 2026-09-23 13:56:07 +00:00
update deps
This commit is contained in:
@@ -1,2 +1,5 @@
|
|||||||
[tools]
|
[tools]
|
||||||
node = "25"
|
node = "22"
|
||||||
|
|
||||||
|
[settings]
|
||||||
|
idiomatic_version_file_enable_tools = ["pnpm"]
|
||||||
|
|||||||
+14
-14
@@ -9,26 +9,26 @@
|
|||||||
"start": "astro dev"
|
"start": "astro dev"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/check": "^0.9.9",
|
"@astrojs/check": "^0.9.10",
|
||||||
"@astrojs/markdown-remark": "^7.2.0",
|
"@astrojs/markdown-remark": "^7.3.1",
|
||||||
"@astrojs/mdx": "^7.0.0",
|
"@astrojs/mdx": "^8.0.1",
|
||||||
"@astrojs/rss": "^4.0.18",
|
"@astrojs/rss": "^4.0.19",
|
||||||
"@astrojs/sitemap": "^3.7.3",
|
"@astrojs/sitemap": "^3.7.4",
|
||||||
"@astrojs/svelte": "^9.0.0",
|
"@astrojs/svelte": "^9.0.1",
|
||||||
"@fontsource-variable/jost": "^5.2.8",
|
"@fontsource-variable/jost": "^5.3.0",
|
||||||
"@fontsource-variable/playfair-display": "^5.2.8",
|
"@fontsource-variable/playfair-display": "^5.3.0",
|
||||||
"@iconify-json/ion": "^1.2.7",
|
"@iconify-json/ion": "^1.2.7",
|
||||||
"astro": "^7.0.3",
|
"astro": "^7.3.3",
|
||||||
"fuse.js": "^7.4.2",
|
"fuse.js": "^7.5.0",
|
||||||
"mdast-util-to-string": "^4.0.0",
|
"mdast-util-to-string": "^4.0.0",
|
||||||
"reading-time": "^1.5.0",
|
"reading-time": "^1.5.0",
|
||||||
"rehype-autolink-headings": "^7.1.0",
|
"rehype-autolink-headings": "^7.1.0",
|
||||||
"remark-toc": "^9.0.0",
|
"remark-toc": "^9.0.0",
|
||||||
"sass": "^1.101.0",
|
"sass": "^1.104.1",
|
||||||
"sharp": "^0.35.2",
|
"sharp": "^0.35.4",
|
||||||
"svelte": "^5.56.4",
|
"svelte": "^5.57.1",
|
||||||
"typescript": "^6.0.3",
|
"typescript": "^6.0.3",
|
||||||
"unplugin-icons": "^23.0.1"
|
"unplugin-icons": "^24.0.0"
|
||||||
},
|
},
|
||||||
"packageManager": "pnpm@11.9.0"
|
"packageManager": "pnpm@11.9.0"
|
||||||
}
|
}
|
||||||
|
|||||||
Generated
+1303
-1513
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,5 @@
|
|||||||
---
|
---
|
||||||
// @ts-expect-error -- no types
|
|
||||||
import '@fontsource-variable/jost'
|
import '@fontsource-variable/jost'
|
||||||
// @ts-expect-error -- no types
|
|
||||||
import '@fontsource-variable/playfair-display'
|
import '@fontsource-variable/playfair-display'
|
||||||
|
|
||||||
import '../styles/preflight.css'
|
import '../styles/preflight.css'
|
||||||
|
|||||||
Reference in New Issue
Block a user