Skip to content

Commit b219b63

Browse files
committed
site: update package
1 parent 1541f97 commit b219b63

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

site/agda-docs.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"backButtonUrl": "/formal-spec/",
33
"inputDir": "./static/formal-spec",
4-
"modules": ["Leios", "Cardano", "Ouroboros"],
4+
"modules": ["Leios", "Cardano", "Network", "Ouroboros"],
55
"githubUrl": "https://github.com/input-output-hk/ouroboros-leios-formal-spec"
66
}

site/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@docusaurus/core": "3.4.0",
2020
"@docusaurus/preset-classic": "3.4.0",
2121
"@mdx-js/react": "^3.0.0",
22-
"agda-web-docs-lib": "^0.6.0",
22+
"agda-web-docs-lib": "^0.7.1",
2323
"clsx": "^2.0.0",
2424
"prism-react-renderer": "^2.3.0",
2525
"react": "^18.0.0",

site/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2406,10 +2406,10 @@ address@^1.0.1, address@^1.1.2:
24062406
resolved "https://registry.npmjs.org/address/-/address-1.2.2.tgz"
24072407
integrity sha512-4B/qKCfeE/ODUaAUpSwfzazo5x29WD4r3vXiWsB7I2mSDAihwEqKO+g8GELZUQSSAo5e1XTYh3ZVfLyxBc12nA==
24082408

2409-
agda-web-docs-lib@^0.6.0:
2410-
version "0.6.0"
2411-
resolved "https://registry.npmjs.org/agda-web-docs-lib/-/agda-web-docs-lib-0.6.0.tgz"
2412-
integrity sha512-iLgP+F/0HaxnjxSp89DONIH77DPhwgk5dkWq3c4MoVplajVeiT8JWYgvOo68dERZNpci415vBDq85Sfl75yCjw==
2409+
agda-web-docs-lib@^0.7.1:
2410+
version "0.7.1"
2411+
resolved "https://registry.npmjs.org/agda-web-docs-lib/-/agda-web-docs-lib-0.7.1.tgz"
2412+
integrity sha512-Ghwj8O+XbrCKCgYOIKKzbilzqNIirqdW3zOYPPTkFj5guu3sD+QAdT0zzJlBW6kP6yZnq3E6cQI3x6i647w5lw==
24132413
dependencies:
24142414
commander "^12.0.0"
24152415
fs-extra "^11.1.1"

0 commit comments

Comments
 (0)