Skip to content

Commit ffc4559

Browse files
fix(deps): update all non-major dependencies (#3188)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 05fc3f0 commit ffc4559

File tree

4 files changed

+335
-345
lines changed

4 files changed

+335
-345
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
echo "${{ secrets.TTL_KEY }}" > shared_key.pem
108108
echo "${{ secrets.TTL_CERT }}" > shared_cert.pem
109109
- name: Build and push
110-
uses: docker/build-push-action@v6.6.0
110+
uses: docker/build-push-action@v6.6.1
111111
with:
112112
push: true
113113
context: .

.github/workflows/dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
echo "${{ secrets.TTL_KEY }}" > shared_key.pem
3232
echo "${{ secrets.TTL_CERT }}" > shared_cert.pem
3333
- name: Build and push
34-
uses: docker/build-push-action@v6.6.0
34+
uses: docker/build-push-action@v6.6.1
3535
with:
3636
context: .
3737
push: true

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,18 @@
3232
"@iconify-json/carbon": "^1.1.37",
3333
"@iconify-json/cil": "^1.1.10",
3434
"@iconify-json/ic": "^1.1.18",
35-
"@iconify-json/material-symbols": "^1.1.86",
35+
"@iconify-json/material-symbols": "^1.1.87",
3636
"@iconify-json/mdi": "^1.1.68",
3737
"@iconify-json/mdi-light": "^1.1.11",
3838
"@iconify-json/octicon": "^1.1.57",
3939
"@iconify-json/ph": "^1.1.14",
4040
"@intlify/unplugin-vue-i18n": "^4.0.0",
4141
"@tailwindcss/container-queries": "^0.1.1",
42-
"@tailwindcss/typography": "^0.5.13",
43-
"@vueuse/components": "^10.11.0",
44-
"@vueuse/core": "^10.11.0",
45-
"@vueuse/integrations": "^10.11.0",
46-
"@vueuse/router": "^10.11.0",
42+
"@tailwindcss/typography": "^0.5.14",
43+
"@vueuse/components": "^10.11.1",
44+
"@vueuse/core": "^10.11.1",
45+
"@vueuse/integrations": "^10.11.1",
46+
"@vueuse/router": "^10.11.1",
4747
"ansi-to-html": "^0.7.2",
4848
"autoprefixer": "^10.4.20",
4949
"d3-array": "^3.2.4",
@@ -61,7 +61,7 @@
6161
"postcss": "^8.4.41",
6262
"splitpanes": "^3.1.5",
6363
"strip-ansi": "^7.1.0",
64-
"tailwindcss": "^3.4.8",
64+
"tailwindcss": "^3.4.9",
6565
"unplugin-auto-import": "^0.18.2",
6666
"unplugin-icons": "^0.19.2",
6767
"unplugin-vue-components": "^0.27.3",
@@ -71,7 +71,7 @@
7171
"vite-plugin-compression2": "^1.1.3",
7272
"vite-plugin-vue-layouts": "^0.11.0",
7373
"vitepress": "1.3.2",
74-
"vue": "^3.4.36",
74+
"vue": "^3.4.37",
7575
"vue-i18n": "^9.13.1",
7676
"vue-router": "^4.4.3"
7777
},
@@ -87,7 +87,7 @@
8787
"@types/lodash.debounce": "^4.0.9",
8888
"@types/node": "^22.1.0",
8989
"@vitejs/plugin-vue": "5.1.2",
90-
"@vue/compiler-sfc": "^3.4.36",
90+
"@vue/compiler-sfc": "^3.4.37",
9191
"@vue/test-utils": "^2.4.6",
9292
"bumpp": "^9.4.2",
9393
"c8": "^10.1.2",

0 commit comments

Comments
 (0)