chore: bump dependencies

This commit is contained in:
Maciej Jur 2024-02-01 21:34:02 +01:00
parent 2e433170ff
commit 68ff006eff
Signed by: kamov
GPG key ID: 191CBFF5F72ECAFD
3 changed files with 815 additions and 496 deletions

3
.gitignore vendored
View file

@ -31,3 +31,6 @@ src/**/*.webp
# obsidian
.obsidian/
.stfolder/
# generated kanji
public/static/kanji/*

View file

@ -11,14 +11,14 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^2.0.3",
"@astrojs/mdx": "^2.1.1",
"@astrojs/svelte": "^5.0.3",
"@citation-js/plugin-bibtex": "^0.7.5",
"@citation-js/plugin-bibtex": "^0.7.8",
"@js-temporal/polyfill": "^0.4.4",
"astro": "^4.1.0",
"astro-pagefind": "^1.3.0",
"astro": "^4.3.0",
"astro-pagefind": "^1.4.0",
"chart.js": "^4.4.1",
"citation-js": "^0.7.4",
"citation-js": "^0.7.8",
"leaflet": "^1.9.4",
"leaflet.markercluster": "^1.5.3",
"mdast-util-to-string": "^4.0.0",
@ -31,9 +31,9 @@
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.0.0",
"remark-rehype": "^11.1.0",
"reveal.js": "^5.0.4",
"svelte": "5.0.0-next.28",
"svelte": "5.0.0-next.44",
"unified": "^11.0.4",
"unist-util-visit": "^5.0.0"
},
@ -43,7 +43,7 @@
"@types/reveal.js": "^4.4.8",
"@types/unist": "^3.0.2",
"pagefind": "^1.0.4",
"sass": "^1.69.7",
"sharp": "^0.33.1"
"sass": "^1.70.0",
"sharp": "^0.33.2"
}
}

File diff suppressed because it is too large Load diff