1
0
mirror of https://github.com/amir20/dozzle.git synced 2026-01-03 19:45:01 +01:00

fix(deps): update all non-major dependencies (#3271)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-09-13 15:33:06 +00:00
committed by GitHub
parent a482be0c4c
commit b777136449
6 changed files with 550 additions and 522 deletions

View File

@@ -6,6 +6,6 @@
"dozzle": "workspace:*"
},
"dependencies": {
"@fontsource-variable/playfair-display": "^5.0.27"
"@fontsource-variable/playfair-display": "^5.1.0"
}
}

10
docs/pnpm-lock.yaml generated
View File

@@ -9,8 +9,8 @@ importers:
.:
dependencies:
'@fontsource-variable/playfair-display':
specifier: ^5.0.27
version: 5.0.27
specifier: ^5.1.0
version: 5.1.0
devDependencies:
dozzle:
specifier: workspace:*
@@ -18,9 +18,9 @@ importers:
packages:
'@fontsource-variable/playfair-display@5.0.27':
resolution: {integrity: sha512-VQ7YOmWSvE+ZPg6tP7KtPUIM5in25/fnH+0Y74Z126hGQoan4gIhr557grh5RyIeakIptYizzcj36RJIksrQ9w==}
'@fontsource-variable/playfair-display@5.1.0':
resolution: {integrity: sha512-51UJAHznXiGkchEOT5AYFuIy9N9m1JE7YxcdOtY0H4SKgzK9YYGKpeCXv3dz2e1gAd+BP2TyR0QXNnVjgeCbgw==}
snapshots:
'@fontsource-variable/playfair-display@5.0.27': {}
'@fontsource-variable/playfair-display@5.1.0': {}

2
go.mod
View File

@@ -34,7 +34,7 @@ require (
github.com/wk8/go-ordered-map/v2 v2.1.8
github.com/yuin/goldmark v1.7.4
golang.org/x/sync v0.8.0
google.golang.org/grpc v1.66.0
google.golang.org/grpc v1.66.2
google.golang.org/protobuf v1.34.2
)

2
go.sum
View File

@@ -239,6 +239,8 @@ google.golang.org/genproto/googleapis/rpc v0.0.0-20240730163845-b1a4ccb954bf h1:
google.golang.org/genproto/googleapis/rpc v0.0.0-20240730163845-b1a4ccb954bf/go.mod h1:Ue6ibwXGpU+dqIcODieyLOcgj7z8+IcskoNIgZxtrFY=
google.golang.org/grpc v1.66.0 h1:DibZuoBznOxbDQxRINckZcUvnCEvrW9pcWIE2yF9r1c=
google.golang.org/grpc v1.66.0/go.mod h1:s3/l6xSSCURdVfAnL+TqCNMyTDAGN6+lZeVxnZR128Y=
google.golang.org/grpc v1.66.2 h1:3QdXkuq3Bkh7w+ywLdLvM56cmGvQHUMZpiCzt6Rqaoo=
google.golang.org/grpc v1.66.2/go.mod h1:s3/l6xSSCURdVfAnL+TqCNMyTDAGN6+lZeVxnZR128Y=
google.golang.org/protobuf v1.34.2 h1:6xV6lTsCfpGD21XK49h7MhtcApnLqkfYgPcdHftf6hg=
google.golang.org/protobuf v1.34.2/go.mod h1:qYOHts0dSfpeUzUFpOMr/WGzszTmLH+DiWniOlNbLDw=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=

View File

@@ -62,19 +62,19 @@
"sortablejs": "^1.15.3",
"splitpanes": "^3.1.5",
"strip-ansi": "^7.1.0",
"tailwindcss": "^3.4.10",
"unplugin-auto-import": "^0.18.2",
"tailwindcss": "^3.4.11",
"unplugin-auto-import": "^0.18.3",
"unplugin-icons": "^0.19.3",
"unplugin-vue-components": "^0.27.4",
"unplugin-vue-macros": "^2.11.12",
"unplugin-vue-macros": "^2.12.0",
"unplugin-vue-router": "^0.10.8",
"vite": "5.4.4",
"vite": "5.4.5",
"vite-plugin-compression2": "^1.3.0",
"vite-plugin-vue-layouts": "^0.11.0",
"vitepress": "1.3.4",
"vue": "^3.5.4",
"vue-i18n": "^10.0.0",
"vue-router": "^4.4.4"
"vue": "^3.5.5",
"vue-i18n": "^10.0.1",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@pinia/testing": "^0.1.5",
@@ -88,11 +88,11 @@
"@types/lodash.debounce": "^4.0.9",
"@types/node": "^22.5.4",
"@vitejs/plugin-vue": "5.1.3",
"@vue/compiler-sfc": "^3.5.4",
"@vue/compiler-sfc": "^3.5.5",
"@vue/test-utils": "^2.4.6",
"bumpp": "^9.5.2",
"c8": "^10.1.2",
"concurrently": "^9.0.0",
"concurrently": "^9.0.1",
"eventsourcemock": "^2.0.0",
"jsdom": "^25.0.0",
"lint-staged": "^15.2.10",
@@ -101,7 +101,7 @@
"simple-git-hooks": "^2.11.1",
"ts-node": "^10.9.2",
"typescript": "^5.6.2",
"vitest": "^2.0.5",
"vitest": "^2.1.0",
"vue-component-type-helpers": "^2.1.6",
"vue-tsc": "^2.1.6"
},

1036
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff