mirror of
https://github.com/saicaca/fuwari.git
synced 2026-01-11 06:42:53 +01:00
Merge pull request #353 from L4Ph/feature/deps-update
update dependencies
This commit is contained in:
22
.github/dependabot.yml
vendored
Normal file
22
.github/dependabot.yml
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: "pnpm"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
groups:
|
||||
patch-updates:
|
||||
patterns:
|
||||
- "*"
|
||||
update-types:
|
||||
- "version-update:semver-patch"
|
||||
minor-updates:
|
||||
patterns:
|
||||
- "*"
|
||||
update-types:
|
||||
- "version-update:semver-minor"
|
||||
pull-request-branch-name:
|
||||
separator: "-"
|
||||
ignore:
|
||||
- dependency-name: "*"
|
||||
update-types: ["version-update:semver-major"]
|
||||
48
package.json
48
package.json
@@ -17,44 +17,44 @@
|
||||
"dependencies": {
|
||||
"@astrojs/check": "^0.9.4",
|
||||
"@astrojs/rss": "^4.0.11",
|
||||
"@astrojs/sitemap": "^3.2.1",
|
||||
"@astrojs/svelte": "7.0.3",
|
||||
"@astrojs/tailwind": "^5.1.4",
|
||||
"@fontsource-variable/jetbrains-mono": "^5.1.1",
|
||||
"@fontsource/roboto": "^5.1.0",
|
||||
"@iconify-json/fa6-brands": "^1.2.3",
|
||||
"@iconify-json/fa6-regular": "^1.2.2",
|
||||
"@iconify-json/fa6-solid": "^1.2.2",
|
||||
"@iconify-json/material-symbols": "^1.2.8",
|
||||
"@iconify/svelte": "^4.0.2",
|
||||
"@astrojs/sitemap": "^3.3.0",
|
||||
"@astrojs/svelte": "7.0.8",
|
||||
"@astrojs/tailwind": "^6.0.2",
|
||||
"@fontsource-variable/jetbrains-mono": "^5.2.5",
|
||||
"@fontsource/roboto": "^5.2.5",
|
||||
"@iconify-json/fa6-brands": "^1.2.5",
|
||||
"@iconify-json/fa6-regular": "^1.2.3",
|
||||
"@iconify-json/fa6-solid": "^1.2.3",
|
||||
"@iconify-json/material-symbols": "^1.2.17",
|
||||
"@iconify/svelte": "^4.2.0",
|
||||
"@swup/astro": "^1.5.0",
|
||||
"@tailwindcss/typography": "^0.5.15",
|
||||
"astro": "5.1.6",
|
||||
"astro-compress": "^2.3.5",
|
||||
"astro-icon": "^1.1.4",
|
||||
"hastscript": "^9.0.0",
|
||||
"katex": "^0.16.19",
|
||||
"@tailwindcss/typography": "^0.5.16",
|
||||
"astro": "5.5.5",
|
||||
"astro-compress": "^2.3.6",
|
||||
"astro-icon": "^1.1.5",
|
||||
"hastscript": "^9.0.1",
|
||||
"katex": "^0.16.21",
|
||||
"markdown-it": "^14.1.0",
|
||||
"mdast-util-to-string": "^4.0.0",
|
||||
"overlayscrollbars": "^2.10.1",
|
||||
"pagefind": "^1.2.0",
|
||||
"overlayscrollbars": "^2.11.1",
|
||||
"pagefind": "^1.3.0",
|
||||
"photoswipe": "^5.4.4",
|
||||
"reading-time": "^1.5.0",
|
||||
"rehype-autolink-headings": "^7.1.0",
|
||||
"rehype-components": "^0.3.0",
|
||||
"rehype-katex": "^7.0.1",
|
||||
"rehype-slug": "^6.0.0",
|
||||
"remark-directive": "^3.0.0",
|
||||
"remark-directive": "^3.0.1",
|
||||
"remark-directive-rehype": "^0.4.2",
|
||||
"remark-github-admonitions-to-directives": "^1.0.5",
|
||||
"remark-math": "^6.0.0",
|
||||
"remark-sectionize": "^2.0.0",
|
||||
"sanitize-html": "^2.13.1",
|
||||
"remark-sectionize": "^2.1.0",
|
||||
"sanitize-html": "^2.15.0",
|
||||
"sharp": "^0.33.5",
|
||||
"stylus": "^0.63.0",
|
||||
"svelte": "^5.5.3",
|
||||
"tailwindcss": "^3.4.16",
|
||||
"typescript": "^5.7.2",
|
||||
"svelte": "^5.25.3",
|
||||
"tailwindcss": "^3.4.17",
|
||||
"typescript": "^5.8.2",
|
||||
"unist-util-visit": "^5.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
4967
pnpm-lock.yaml
generated
4967
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user