Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#17)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 19, 2024
1 parent e05e015 commit 0c02ca7
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 25 deletions.
26 changes: 10 additions & 16 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 cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ tokio = { version = "1.42.0", features = ["full"] }
reqwest = { version = "0.12.9", features = ["json", "multipart"] }
color-eyre = "0.6.3"
clap = { version = "4.5.23", features = ["derive", "env"] }
console = "0.15.8"
console = "0.15.10"
mime_guess = "2.0.5"
chrono = { version = "0.4.39", features = ["serde"] }
comfy-table = "7.1.3"
Expand Down
Binary file modified frontend/bun.lockb
Binary file not shown.
14 changes: 7 additions & 7 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
"@antfu/eslint-config": "^3.12.0",
"@coloradix/tailwindcss": "^2.3.2",
"@fontsource/geist-sans": "^5.1.0",
"@iconify-json/lucide": "^1.2.18",
"@iconify-json/noto": "^1.2.1",
"@iconify-json/radix-icons": "^1.2.1",
"@iconify-json/lucide": "^1.2.19",
"@iconify-json/noto": "^1.2.2",
"@iconify-json/radix-icons": "^1.2.2",
"@prettier/plugin-xml": "^3.4.1",
"@radix-ui/colors": "^3.0.0",
"@tailwindcss/typography": "^0.5.15",
Expand All @@ -47,16 +47,16 @@
"eslint": "^9.17.0",
"eslint-plugin-format": "^0.1.3",
"lucide-vue-next": "^0.468.0",
"npm-run-all2": "^7.0.1",
"npm-run-all2": "^7.0.2",
"postcss": "^8.4.49",
"sass": "^1.83.0",
"tailwindcss": "^3.4.16",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7",
"typescript": "~5.7.2",
"unplugin-auto-import": "^0.19.0",
"unplugin-fonts": "^1.3.1",
"unplugin-icons": "^0.21.0",
"unplugin-vue-components": "^0.27.5",
"unplugin-icons": "^0.22.0",
"unplugin-vue-components": "^0.28.0",
"unplugin-vue-router": "^0.10.9",
"vite": "^5.4.11",
"vite-plugin-terminal": "^1.2.0",
Expand Down
2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ publish = false
clap = { version = "4.5.23", features = ["derive"] }
xshell = "0.2.7"
eyre = "0.6.12"
clap_complete = "4.5.38"
clap_complete = "4.5.40"
flan-cli = { path = "../cli" }
common = { path = "../common" }
confique = { version = "0.3.0", features = ["toml"] }

0 comments on commit 0c02ca7

Please sign in to comment.