Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#3054)
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 Jun 22, 2024
1 parent ed49153 commit 3b1801a
Show file tree
Hide file tree
Showing 4 changed files with 327 additions and 348 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ require (
github.com/go-chi/chi/v5 v5.0.14
github.com/go-chi/jwtauth/v5 v5.3.1
github.com/goccy/go-json v0.10.3
github.com/puzpuzpuz/xsync/v3 v3.1.0
github.com/puzpuzpuz/xsync/v3 v3.2.0
github.com/wk8/go-ordered-map/v2 v2.1.8
github.com/yuin/goldmark v1.7.2
)
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/puzpuzpuz/xsync/v3 v3.1.0 h1:EewKT7/LNac5SLiEblJeUu8z5eERHrmRLnMQL2d7qX4=
github.com/puzpuzpuz/xsync/v3 v3.1.0/go.mod h1:VjzYrABPabuM4KyBh1Ftq6u8nhwY5tBPKP9jpmh0nnA=
github.com/puzpuzpuz/xsync/v3 v3.2.0 h1:9AzuUeF88YC5bK8u2vEG1Fpvu4wgpM1wfPIExfaaDxQ=
github.com/puzpuzpuz/xsync/v3 v3.2.0/go.mod h1:VjzYrABPabuM4KyBh1Ftq6u8nhwY5tBPKP9jpmh0nnA=
github.com/segmentio/asm v1.2.0 h1:9BQrFxC+YOHJlTlHGkTrFWf59nbL3XnCoFLTwDCI7ys=
github.com/segmentio/asm v1.2.0/go.mod h1:BqMnlJP91P8d+4ibuonYZw9mfnzI9HfxselHZr5aAcs=
github.com/sergi/go-diff v1.3.1 h1:xkr+Oxo4BOQKmkn/B9eMK0g5Kg/983T9DqqPHwYqD+8=
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"vitepress": "1.2.3",
"vite-plugin-compression2": "^1.1.1",
"vite-plugin-vue-layouts": "^0.11.0",
"vue": "^3.4.29",
"vue": "^3.4.30",
"vue-i18n": "^9.13.1",
"vue-router": "^4.4.0"
},
Expand All @@ -84,9 +84,9 @@
"@types/d3-shape": "^3.1.6",
"@types/d3-transition": "^3.0.8",
"@types/lodash.debounce": "^4.0.9",
"@types/node": "^20.14.7",
"@types/node": "^20.14.8",
"@vitejs/plugin-vue": "5.0.5",
"@vue/compiler-sfc": "^3.4.29",
"@vue/compiler-sfc": "^3.4.30",
"@vue/test-utils": "^2.4.6",
"bumpp": "^9.4.1",
"c8": "^10.1.2",
Expand All @@ -100,8 +100,8 @@
"ts-node": "^10.9.2",
"typescript": "^5.5.2",
"vitest": "^1.6.0",
"vue-component-type-helpers": "^2.0.21",
"vue-tsc": "^2.0.21"
"vue-component-type-helpers": "^2.0.22",
"vue-tsc": "^2.0.22"
},
"lint-staged": {
"*.{js,vue,css,ts,html,md}": [
Expand Down
Loading

0 comments on commit 3b1801a

Please sign in to comment.