mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-28 07:56:37 +01:00
fix(deps): update all non-major dependencies (#3188)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@@ -107,7 +107,7 @@ jobs:
|
||||
echo "${{ secrets.TTL_KEY }}" > shared_key.pem
|
||||
echo "${{ secrets.TTL_CERT }}" > shared_cert.pem
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v6.6.0
|
||||
uses: docker/build-push-action@v6.6.1
|
||||
with:
|
||||
push: true
|
||||
context: .
|
||||
|
||||
2
.github/workflows/dev.yml
vendored
2
.github/workflows/dev.yml
vendored
@@ -31,7 +31,7 @@ jobs:
|
||||
echo "${{ secrets.TTL_KEY }}" > shared_key.pem
|
||||
echo "${{ secrets.TTL_CERT }}" > shared_cert.pem
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v6.6.0
|
||||
uses: docker/build-push-action@v6.6.1
|
||||
with:
|
||||
context: .
|
||||
push: true
|
||||
|
||||
18
package.json
18
package.json
@@ -32,18 +32,18 @@
|
||||
"@iconify-json/carbon": "^1.1.37",
|
||||
"@iconify-json/cil": "^1.1.10",
|
||||
"@iconify-json/ic": "^1.1.18",
|
||||
"@iconify-json/material-symbols": "^1.1.86",
|
||||
"@iconify-json/material-symbols": "^1.1.87",
|
||||
"@iconify-json/mdi": "^1.1.68",
|
||||
"@iconify-json/mdi-light": "^1.1.11",
|
||||
"@iconify-json/octicon": "^1.1.57",
|
||||
"@iconify-json/ph": "^1.1.14",
|
||||
"@intlify/unplugin-vue-i18n": "^4.0.0",
|
||||
"@tailwindcss/container-queries": "^0.1.1",
|
||||
"@tailwindcss/typography": "^0.5.13",
|
||||
"@vueuse/components": "^10.11.0",
|
||||
"@vueuse/core": "^10.11.0",
|
||||
"@vueuse/integrations": "^10.11.0",
|
||||
"@vueuse/router": "^10.11.0",
|
||||
"@tailwindcss/typography": "^0.5.14",
|
||||
"@vueuse/components": "^10.11.1",
|
||||
"@vueuse/core": "^10.11.1",
|
||||
"@vueuse/integrations": "^10.11.1",
|
||||
"@vueuse/router": "^10.11.1",
|
||||
"ansi-to-html": "^0.7.2",
|
||||
"autoprefixer": "^10.4.20",
|
||||
"d3-array": "^3.2.4",
|
||||
@@ -61,7 +61,7 @@
|
||||
"postcss": "^8.4.41",
|
||||
"splitpanes": "^3.1.5",
|
||||
"strip-ansi": "^7.1.0",
|
||||
"tailwindcss": "^3.4.8",
|
||||
"tailwindcss": "^3.4.9",
|
||||
"unplugin-auto-import": "^0.18.2",
|
||||
"unplugin-icons": "^0.19.2",
|
||||
"unplugin-vue-components": "^0.27.3",
|
||||
@@ -71,7 +71,7 @@
|
||||
"vite-plugin-compression2": "^1.1.3",
|
||||
"vite-plugin-vue-layouts": "^0.11.0",
|
||||
"vitepress": "1.3.2",
|
||||
"vue": "^3.4.36",
|
||||
"vue": "^3.4.37",
|
||||
"vue-i18n": "^9.13.1",
|
||||
"vue-router": "^4.4.3"
|
||||
},
|
||||
@@ -87,7 +87,7 @@
|
||||
"@types/lodash.debounce": "^4.0.9",
|
||||
"@types/node": "^22.1.0",
|
||||
"@vitejs/plugin-vue": "5.1.2",
|
||||
"@vue/compiler-sfc": "^3.4.36",
|
||||
"@vue/compiler-sfc": "^3.4.37",
|
||||
"@vue/test-utils": "^2.4.6",
|
||||
"bumpp": "^9.4.2",
|
||||
"c8": "^10.1.2",
|
||||
|
||||
656
pnpm-lock.yaml
generated
656
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user