diff --git a/apps/documentation/Cargo.toml b/apps/documentation/Cargo.toml index e0889c89..597f7062 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.11.1" +tuono_lib = "0.11.2" 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 6bc26d18..df7ba268 100644 --- a/apps/documentation/package.json +++ b/apps/documentation/package.json @@ -17,7 +17,7 @@ "clsx": "^2.1.1", "react": "18.3.1", "react-dom": "18.3.1", - "tuono": "0.11.1" + "tuono": "0.11.2" }, "devDependencies": { "@types/mdx": "^2.0.13",