From 7f7c2e8d6fa15435866e73de3608b12be43bb2a8 Mon Sep 17 00:00:00 2001 From: Valerio Ageno <51341197+Valerioageno@users.noreply.github.com> Date: Sat, 16 Nov 2024 11:02:47 +0100 Subject: [PATCH] feat: update documentation tuono to v0.12.3 (#104) --- .github/workflows/ci-documentation.yml | 2 +- .github/workflows/deploy-documentation.yml | 2 +- apps/documentation/Cargo.toml | 2 +- apps/documentation/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-documentation.yml b/.github/workflows/ci-documentation.yml index ca0eb6a7..5939aece 100644 --- a/.github/workflows/ci-documentation.yml +++ b/.github/workflows/ci-documentation.yml @@ -31,7 +31,7 @@ jobs: uses: actions-rust-lang/setup-rust-toolchain@v1 - name: Install tuono - run: cargo install tuono@0.10.4 + run: cargo install tuono@0.12.3 - name: Install pnpm run: npm i -g pnpm diff --git a/.github/workflows/deploy-documentation.yml b/.github/workflows/deploy-documentation.yml index f940479f..90332f9a 100644 --- a/.github/workflows/deploy-documentation.yml +++ b/.github/workflows/deploy-documentation.yml @@ -29,7 +29,7 @@ jobs: uses: actions-rust-lang/setup-rust-toolchain@v1 - name: Install tuono - run: cargo install tuono@0.10.4 + run: cargo install tuono@0.12.3 - name: Install pnpm run: npm i -g pnpm diff --git a/apps/documentation/Cargo.toml b/apps/documentation/Cargo.toml index 2a6b8a89..f5031424 100644 --- a/apps/documentation/Cargo.toml +++ b/apps/documentation/Cargo.toml @@ -8,7 +8,7 @@ name = "tuono" path = ".tuono/main.rs" [dependencies] -tuono_lib = "0.12.0" +tuono_lib = "0.12.3" glob = "0.3.1" time = { version = "0.3", features = ["macros"] } serde = { version = "1.0.202", features = ["derive"] } diff --git a/apps/documentation/package.json b/apps/documentation/package.json index eaa27937..6a9abcbb 100644 --- a/apps/documentation/package.json +++ b/apps/documentation/package.json @@ -18,7 +18,7 @@ "clsx": "^2.1.1", "react": "18.3.1", "react-dom": "18.3.1", - "tuono": "npm:tuono@0.12.0" + "tuono": "npm:tuono@0.12.3" }, "devDependencies": { "@types/mdx": "^2.0.13",