Skip to content

Commit 869d5e5

Browse files
fix(deps): update all non-major dependencies (#3633)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 392dfaf commit 869d5e5

File tree

4 files changed

+142
-103
lines changed

4 files changed

+142
-103
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ require (
2727
github.com/PuerkitoBio/goquery v1.10.2
2828
github.com/go-chi/chi/v5 v5.2.1
2929
github.com/go-chi/jwtauth/v5 v5.3.2
30-
github.com/puzpuzpuz/xsync/v3 v3.5.0
30+
github.com/puzpuzpuz/xsync/v3 v3.5.1
3131
github.com/rs/zerolog v1.33.0
3232
github.com/samber/lo v1.49.1
3333
github.com/wk8/go-ordered-map/v2 v2.1.8

go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,8 @@ github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRI
154154
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
155155
github.com/puzpuzpuz/xsync/v3 v3.5.0 h1:i+cMcpEDY1BkNm7lPDkCtE4oElsYLn+EKF8kAu2vXT4=
156156
github.com/puzpuzpuz/xsync/v3 v3.5.0/go.mod h1:VjzYrABPabuM4KyBh1Ftq6u8nhwY5tBPKP9jpmh0nnA=
157+
github.com/puzpuzpuz/xsync/v3 v3.5.1 h1:GJYJZwO6IdxN/IKbneznS6yPkVC+c3zyY/j19c++5Fg=
158+
github.com/puzpuzpuz/xsync/v3 v3.5.1/go.mod h1:VjzYrABPabuM4KyBh1Ftq6u8nhwY5tBPKP9jpmh0nnA=
157159
github.com/rogpeppe/go-internal v1.12.0 h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU5NdKM8=
158160
github.com/rogpeppe/go-internal v1.12.0/go.mod h1:E+RYuTGaKKdloAfM02xzb0FW3Paa99yedzYV+kq4uf4=
159161
github.com/rs/xid v1.5.0/go.mod h1:trrq9SKmegXys3aeAKXMUTdJsYXVwGY3RLcfgqegfbg=

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@
4242
"@oddbird/css-anchor-positioning": "^0.4.0",
4343
"@tailwindcss/typography": "^0.5.16",
4444
"@tailwindcss/vite": "4.0.6",
45-
"@vueuse/components": "^12.6.1",
46-
"@vueuse/core": "^12.6.1",
47-
"@vueuse/integrations": "^12.6.1",
48-
"@vueuse/router": "^12.6.1",
45+
"@vueuse/components": "^12.7.0",
46+
"@vueuse/core": "^12.7.0",
47+
"@vueuse/integrations": "^12.7.0",
48+
"@vueuse/router": "^12.7.0",
4949
"ansi-to-html": "^0.7.2",
5050
"d3-array": "^3.2.4",
5151
"d3-ease": "^3.0.1",
@@ -63,9 +63,9 @@
6363
"splitpanes": "^3.1.8",
6464
"strip-ansi": "^7.1.0",
6565
"tailwindcss": "4.0.6",
66-
"unplugin-auto-import": "^19.0.0",
66+
"unplugin-auto-import": "^19.1.0",
6767
"unplugin-icons": "^22.0.0",
68-
"unplugin-vue-components": "^28.0.0",
68+
"unplugin-vue-components": "^28.1.0",
6969
"unplugin-vue-macros": "^2.14.2",
7070
"unplugin-vue-router": "^0.11.2",
7171
"vite": "6.1.0",
@@ -104,8 +104,8 @@
104104
"ts-node": "^10.9.2",
105105
"typescript": "^5.7.3",
106106
"vitest": "^3.0.5",
107-
"vue-component-type-helpers": "^2.2.0",
108-
"vue-tsc": "^2.2.0"
107+
"vue-component-type-helpers": "^2.2.2",
108+
"vue-tsc": "^2.2.2"
109109
},
110110
"lint-staged": {
111111
"*.{js,vue,css,ts,html,md}": [

0 commit comments

Comments
 (0)