5 Commits

Author SHA1 Message Date
dependabot[bot] 8ad73ff8bd Bump fast-xml-builder from 1.1.4 to 1.2.0
Bumps [fast-xml-builder](https://github.com/NaturalIntelligence/fast-xml-builder) from 1.1.4 to 1.2.0.
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-builder/blob/main/CHANGELOG.md)
- [Commits](https://github.com/NaturalIntelligence/fast-xml-builder/compare/v1.1.4...v1.2.0)

---
updated-dependencies:
- dependency-name: fast-xml-builder
  dependency-version: 1.2.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-08 18:32:27 +00:00
cupcakearmy 8b43e14dc7 Merge branch 'main' of github.com:cupcakearmy/nicco.io 2026-04-05 11:04:33 +02:00
cupcakearmy d6f3d6ba99 update deps 2026-04-05 11:02:21 +02:00
cupcakearmy 24106ae025 Merge pull request #24 from cupcakearmy/dependabot/npm_and_yarn/astro-5.15.9
Bump astro from 5.13.5 to 5.15.9
2025-12-07 02:05:06 +01:00
dependabot[bot] 92d4f7140f Bump astro from 5.13.5 to 5.15.9
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.13.5 to 5.15.9.
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@5.15.9/packages/astro)

---
updated-dependencies:
- dependency-name: astro
  dependency-version: 5.15.9
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-19 20:59:25 +00:00
5 changed files with 1653 additions and 1680 deletions
+2
View File
@@ -0,0 +1,2 @@
[tools]
node = "25"
+16 -16
View File
@@ -9,26 +9,26 @@
"start": "astro dev" "start": "astro dev"
}, },
"devDependencies": { "devDependencies": {
"@astrojs/check": "^0.9.4", "@astrojs/check": "^0.9.8",
"@astrojs/markdown-remark": "^6.3.6", "@astrojs/markdown-remark": "^6.3.11",
"@astrojs/mdx": "^4.3.4", "@astrojs/mdx": "^4.3.14",
"@astrojs/rss": "^4.0.12", "@astrojs/rss": "^4.0.18",
"@astrojs/sitemap": "^3.5.1", "@astrojs/sitemap": "^3.7.2",
"@astrojs/svelte": "^7.1.0", "@astrojs/svelte": "^7.2.5",
"@fontsource-variable/jost": "^5.2.6", "@fontsource-variable/jost": "^5.2.8",
"@fontsource-variable/playfair-display": "^5.2.6", "@fontsource-variable/playfair-display": "^5.2.8",
"@iconify-json/ion": "^1.2.6", "@iconify-json/ion": "^1.2.7",
"astro": "^5.13.5", "astro": "^5.18.1",
"fuse.js": "^7.1.0", "fuse.js": "^7.3.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.91.0", "sass": "^1.99.0",
"sharp": "^0.34.3", "sharp": "^0.34.5",
"svelte": "^5.38.6", "svelte": "^5.55.1",
"typescript": "^5.9.2", "typescript": "^6.0.2",
"unplugin-icons": "^22.2.0" "unplugin-icons": "^23.0.1"
}, },
"packageManager": "pnpm@10.15.0" "packageManager": "pnpm@10.15.0"
} }
+1627 -1664
View File
File diff suppressed because it is too large Load Diff
+6
View File
@@ -0,0 +1,6 @@
ignoredBuiltDependencies:
- '@parcel/watcher'
onlyBuiltDependencies:
- esbuild
- sharp
+2
View File
@@ -1,5 +1,7 @@
--- ---
// @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'