Skip to content

Commit 412194d

Browse files
authored
chore: update site and docs deps (#2932)
2 parents 935124f + 74a9ebd commit 412194d

File tree

6 files changed

+138
-842
lines changed

6 files changed

+138
-842
lines changed

docs/docs.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
{
1010
packages = {
1111
docs = mkCi false (unstablePkgs.buildNpmPackage {
12-
npmDepsHash = "sha256-fO25Dn6EAHV5IgKbcv0z9If8Ff7V35WZ/CEmhBvaIL0=";
12+
npmDepsHash = "sha256-qpW7fsNOEi/dnb9QdXgIrhZguy4xgFGScLgp4cPJQls=";
1313
src = ./.;
1414
srcs = [ ./. ./../evm/. ./../networks/genesis/. ./../versions/. ];
1515
sourceRoot = "docs";

docs/package-lock.json

+22-20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
"dependencies": {
1515
"@astrojs/markdown-remark": "^5.2.0",
1616
"@astrojs/sitemap": "^3.1.6",
17-
"@astrojs/starlight": "^0.26.3",
17+
"@astrojs/starlight": "^0.27.1",
1818
"@astrojs/starlight-tailwind": "^2.0.3",
1919
"@astrojs/svelte": "^5.7.0",
2020
"@astrojs/tailwind": "^5.1.0",
2121
"@expressive-code/plugin-collapsible-sections": "^0.36.1",
22-
"astro": "^4.15.3",
23-
"mermaid": "^11.1.0",
22+
"astro": "^4.15.4",
23+
"mermaid": "^11.2.0",
2424
"rehype-autolink-headings": "^7.1.0",
2525
"rehype-katex": "^7.0.1",
2626
"rehype-mathjax": "^6.0.0",
@@ -39,8 +39,8 @@
3939
},
4040
"devDependencies": {
4141
"@astrojs/check": "^0.9.3",
42-
"@astrojs/language-server": "^2.14.1",
43-
"@astrojs/ts-plugin": "^1.10.1",
42+
"@astrojs/language-server": "^2.14.2",
43+
"@astrojs/ts-plugin": "^1.10.2",
4444
"@tailwindcss/aspect-ratio": "^0.4.2",
4545
"@tailwindcss/container-queries": "^0.1.1",
4646
"@tailwindcss/typography": "^0.5.15",

0 commit comments

Comments
 (0)