Skip to content

Commit b9a5262

Browse files
fix(deps): update all non-major dependencies (#3583)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 47204b3 commit b9a5262

File tree

4 files changed

+79
-77
lines changed

4 files changed

+79
-77
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ require (
2929
github.com/go-chi/jwtauth/v5 v5.3.2
3030
github.com/puzpuzpuz/xsync/v3 v3.5.0
3131
github.com/rs/zerolog v1.33.0
32-
github.com/samber/lo v1.49.0
32+
github.com/samber/lo v1.49.1
3333
github.com/wk8/go-ordered-map/v2 v2.1.8
3434
github.com/yuin/goldmark v1.7.8
3535
golang.org/x/crypto v0.32.0

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,8 @@ github.com/samber/lo v1.48.0 h1:ELOfcaM7vdYPe0egBS2Nxa8LxkY4lR+9LBzj0l6cHJ0=
141141
github.com/samber/lo v1.48.0/go.mod h1:dO6KHFzUKXgP8LDhU0oI8d2hekjXnGOu0DB8Jecxd6o=
142142
github.com/samber/lo v1.49.0 h1:AGnTnQrg1jpFuwECPUSoxZCfVH5W22b605kWSry3YxM=
143143
github.com/samber/lo v1.49.0/go.mod h1:dO6KHFzUKXgP8LDhU0oI8d2hekjXnGOu0DB8Jecxd6o=
144+
github.com/samber/lo v1.49.1 h1:4BIFyVfuQSEpluc7Fua+j1NolZHiEHEpaSEKdsH0tew=
145+
github.com/samber/lo v1.49.1/go.mod h1:dO6KHFzUKXgP8LDhU0oI8d2hekjXnGOu0DB8Jecxd6o=
144146
github.com/segmentio/asm v1.2.0 h1:9BQrFxC+YOHJlTlHGkTrFWf59nbL3XnCoFLTwDCI7ys=
145147
github.com/segmentio/asm v1.2.0/go.mod h1:BqMnlJP91P8d+4ibuonYZw9mfnzI9HfxselHZr5aAcs=
146148
github.com/sergi/go-diff v1.3.1 h1:xkr+Oxo4BOQKmkn/B9eMK0g5Kg/983T9DqqPHwYqD+8=

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@intlify/unplugin-vue-i18n": "^6.0.3",
4242
"@oddbird/css-anchor-positioning": "^0.4.0",
4343
"@tailwindcss/typography": "^0.5.16",
44-
"@tailwindcss/vite": "4.0.0",
44+
"@tailwindcss/vite": "4.0.1",
4545
"@vueuse/components": "^12.5.0",
4646
"@vueuse/core": "^12.5.0",
4747
"@vueuse/integrations": "^12.5.0",
@@ -53,7 +53,7 @@
5353
"d3-selection": "^3.0.0",
5454
"d3-shape": "^3.2.0",
5555
"d3-transition": "^3.0.1",
56-
"daisyui": "5.0.0-beta.2",
56+
"daisyui": "5.0.0-beta.3",
5757
"date-fns": "^4.1.0",
5858
"entities": "^6.0.0",
5959
"fuse.js": "^7.0.0",
@@ -62,7 +62,7 @@
6262
"sortablejs": "^1.15.6",
6363
"splitpanes": "^3.1.8",
6464
"strip-ansi": "^7.1.0",
65-
"tailwindcss": "4.0.0",
65+
"tailwindcss": "4.0.1",
6666
"unplugin-auto-import": "^19.0.0",
6767
"unplugin-icons": "^22.0.0",
6868
"unplugin-vue-components": "^28.0.0",

pnpm-lock.yaml

Lines changed: 73 additions & 73 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)