Skip to content

Commit

Permalink
chore(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaka91 committed Jan 10, 2024
1 parent 03cdc30 commit 625202e
Show file tree
Hide file tree
Showing 9 changed files with 44 additions and 104 deletions.
119 changes: 23 additions & 96 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ clone_on_ref_ptr = "warn"
anstream = "0.6.5"
anstyle = "1.0.4"
anyhow = "1.0.79"
clap = { version = "4.4.13", features = ["derive", "wrap_help"] }
clap = { version = "4.4.14", features = ["derive", "wrap_help"] }
glob = "0.3.1"
indoc = "2.0.4"
insta = { version = "1.34.0", features = ["glob"] }
Expand Down
3 changes: 2 additions & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ snapshots:
linkcheck:
cd book && just build
lychee --cache --max-cache-age 7d \
--exclude https://github\.com/dnaka91/mabo \
--exclude https://github\.com/dnaka91/mabo/commit/ \
--exclude https://github\.com/dnaka91/mabo/edit/ \
'book/.vitepress/dist/**/*.html' \
'crates/**/*.rs'

Expand Down
2 changes: 2 additions & 0 deletions book/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -155,5 +155,7 @@ export default defineConfig({
search: {
provider: "local",
},

externalLinkIcon: true,
},
});
7 changes: 6 additions & 1 deletion book/biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/1.3.3/schema.json",
"$schema": "https://biomejs.dev/schemas/1.5.0/schema.json",
"organizeImports": {
"enabled": true
},
Expand All @@ -13,5 +13,10 @@
"indentStyle": "space",
"indentWidth": 2,
"lineWidth": 100
},
"vcs": {
"enabled": true,
"clientKind": "git",
"defaultBranch": "main"
}
}
6 changes: 3 additions & 3 deletions book/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"dev": "vitepress dev",
"build": "vitepress build",
"preview": "vitepress preview",
"lint": "biome check --apply .vitepress/config.mts src/**/*.md"
"lint": "biome check --apply .vitepress/config.mts"
},
"devDependencies": {
"@biomejs/biome": "^1.4.1",
"vitepress": "^1.0.0-rc.35"
"@biomejs/biome": "^1.5.0",
"vitepress": "^1.0.0-rc.36"
}
}
Binary file modified bun.lockb
Binary file not shown.
7 changes: 6 additions & 1 deletion vscode-extension/biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/1.4.1/schema.json",
"$schema": "https://biomejs.dev/schemas/1.5.0/schema.json",
"organizeImports": {
"enabled": true
},
Expand All @@ -13,5 +13,10 @@
"indentStyle": "space",
"indentWidth": 2,
"lineWidth": 100
},
"vcs": {
"enabled": true,
"clientKind": "git",
"defaultBranch": "main"
}
}
2 changes: 1 addition & 1 deletion vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
"vscode-languageclient": "^9.0.1"
},
"devDependencies": {
"@biomejs/biome": "^1.4.1",
"@biomejs/biome": "^1.5.0",
"@types/vscode": "^1.85.0",
"@vscode/vsce": "^2.22.0",
"esbuild": "^0.19.11",
Expand Down

0 comments on commit 625202e

Please sign in to comment.