Skip to content

Commit

Permalink
feat: update doc tuono version to v0.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Valerio Ageno committed Dec 14, 2024
1 parent b689ba5 commit bb4a430
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 22 deletions.
2 changes: 1 addition & 1 deletion apps/documentation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name = "tuono"
path = ".tuono/main.rs"

[dependencies]
tuono_lib = "0.15.0"
tuono_lib = "0.16.2"
glob = "0.3.1"
time = { version = "0.3", features = ["macros"] }
serde = { version = "1.0.202", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion apps/documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"clsx": "2.1.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"tuono": "npm:[email protected].0"
"tuono": "npm:[email protected].2"
},
"devDependencies": {
"@mdx-js/rollup": "3.1.0",
Expand Down
3 changes: 0 additions & 3 deletions apps/documentation/tuono.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ const config: TuonoConfig = {
'@': 'src',
'@tabler/icons-react': '@tabler/icons-react/dist/esm/icons/index.mjs',
},
optimizeDeps: {
exclude: ['@mdx-js/react'],
},
plugins: [
{ enforce: 'pre', ...mdx({ providerImportSource: '@mdx-js/react' }) },
],
Expand Down
34 changes: 17 additions & 17 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bb4a430

Please sign in to comment.