Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#27)
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 Jan 16, 2025
1 parent 1faf993 commit b6b72b9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 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 @@ -21,7 +21,7 @@ axum = { version = "0.8.1", features = [
] }
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.19", features = ["env-filter", "time"] }
uuid = { version = "1.11.1", features = ["v4"] }
uuid = { version = "1.12.0", features = ["v4"] }
bytes = "1.9.0"
dotenvy = "0.15.7"
s3-tokio = "0.39.4"
Expand Down
Binary file modified frontend/bun.lockb
Binary file not shown.
12 changes: 6 additions & 6 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"@radix-icons/vue": "^1.0.0",
"@unhead/vue": "^1.11.15",
"@unhead/vue": "^1.11.18",
"@vueuse/core": "^11.3.0",
"@vueuse/head": "^2.0.0",
"class-variance-authority": "^0.7.1",
Expand All @@ -28,18 +28,18 @@
"vue-sonner": "^1.3.0"
},
"devDependencies": {
"@antfu/eslint-config": "^3.13.0",
"@antfu/eslint-config": "^3.14.0",
"@coloradix/tailwindcss": "^2.3.2",
"@fontsource/geist-sans": "^5.1.0",
"@iconify-json/lucide": "^1.2.22",
"@iconify-json/lucide": "^1.2.23",
"@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.16",
"@tsconfig/node20": "^20.1.4",
"@types/bun": "^1.1.16",
"@types/node": "^22.10.5",
"@types/node": "^22.10.6",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/compiler-sfc": "^3.5.13",
"@vue/tsconfig": "^0.7.0",
Expand All @@ -48,8 +48,8 @@
"eslint-plugin-format": "^1.0.1",
"lucide-vue-next": "^0.471.0",
"npm-run-all2": "^7.0.2",
"postcss": "^8.4.49",
"sass": "^1.83.1",
"postcss": "^8.5.1",
"sass": "^1.83.4",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7",
"typescript": "~5.7.3",
Expand Down

0 comments on commit b6b72b9

Please sign in to comment.