Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#2493)
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 Nov 13, 2023
1 parent f83b5c9 commit 147902f
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 69 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ require (
)

require (
github.com/PuerkitoBio/goquery v1.8.1
github.com/go-chi/chi/v5 v5.0.10
github.com/go-chi/jwtauth/v5 v5.1.1
github.com/yuin/goldmark v1.6.0
github.com/yuin/goldmark-meta v1.1.0
)

require (
github.com/PuerkitoBio/goquery v1.8.1 // indirect
github.com/alexflint/go-scalar v1.2.0 // indirect
github.com/andybalholm/cascadia v1.3.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
Expand All @@ -61,4 +61,4 @@ require (
gotest.tools/v3 v3.0.3 // indirect
)

go 1.21
go 1.21.4
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"bugs": {
"url": "https://github.com/amir20/dozzle/issues"
},
"packageManager": "[email protected].2",
"packageManager": "[email protected].4",
"repository": {
"type": "git",
"url": "git+https://github.com/amir20/dozzle.git"
Expand Down Expand Up @@ -35,11 +35,11 @@
"@iconify-json/ph": "^1.1.6",
"@intlify/unplugin-vue-i18n": "^1.5.0",
"@tailwindcss/typography": "^0.5.10",
"@vueuse/components": "^10.6.0",
"@vueuse/core": "^10.6.0",
"@vueuse/integrations": "^10.6.0",
"@vueuse/math": "^10.6.0",
"@vueuse/router": "^10.6.0",
"@vueuse/components": "^10.6.1",
"@vueuse/core": "^10.6.1",
"@vueuse/integrations": "^10.6.1",
"@vueuse/math": "^10.6.1",
"@vueuse/router": "^10.6.1",
"ansi-to-html": "^0.7.2",
"autoprefixer": "^10.4.16",
"d3-array": "^3.2.4",
Expand All @@ -59,7 +59,7 @@
"splitpanes": "^3.1.5",
"tailwindcss": "^3.3.5",
"unplugin-auto-import": "^0.16.7",
"unplugin-icons": "^0.17.3",
"unplugin-icons": "^0.17.4",
"unplugin-vue-components": "^0.25.2",
"unplugin-vue-macros": "^2.6.2",
"vite": "4.5.0",
Expand Down Expand Up @@ -91,8 +91,8 @@
"eventsourcemock": "^2.0.0",
"jest-serializer-vue": "^3.1.0",
"jsdom": "^22.1.0",
"lint-staged": "^15.0.2",
"prettier": "^3.0.3",
"lint-staged": "^15.1.0",
"prettier": "^3.1.0",
"prettier-plugin-tailwindcss": "^0.5.7",
"simple-git-hooks": "^2.9.0",
"ts-node": "^10.9.1",
Expand Down
122 changes: 64 additions & 58 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 147902f

Please sign in to comment.