Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#3475)
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 Dec 23, 2024
1 parent 1a69694 commit 0d51523
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 86 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build assets
FROM --platform=$BUILDPLATFORM node:23.4.0-alpine AS node
FROM --platform=$BUILDPLATFORM node:23.5.0-alpine AS node

RUN corepack enable

Expand Down
16 changes: 8 additions & 8 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": "pnpm@9.15.0",
"packageManager": "pnpm@9.15.1",
"type": "module",
"repository": {
"type": "git",
Expand Down Expand Up @@ -38,13 +38,13 @@
"@iconify-json/mdi-light": "^1.2.2",
"@iconify-json/octicon": "^1.2.2",
"@iconify-json/ph": "^1.2.2",
"@intlify/unplugin-vue-i18n": "^6.0.1",
"@intlify/unplugin-vue-i18n": "^6.0.2",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/typography": "^0.5.15",
"@vueuse/components": "^12.0.0",
"@vueuse/core": "^12.0.0",
"@vueuse/integrations": "^12.0.0",
"@vueuse/router": "^12.0.0",
"@vueuse/components": "^12.1.0",
"@vueuse/core": "^12.1.0",
"@vueuse/integrations": "^12.1.0",
"@vueuse/router": "^12.1.0",
"ansi-to-html": "^0.7.2",
"autoprefixer": "^10.4.20",
"d3-array": "^3.2.4",
Expand All @@ -69,7 +69,7 @@
"unplugin-vue-components": "^0.28.0",
"unplugin-vue-macros": "^2.13.6",
"unplugin-vue-router": "^0.10.9",
"vite": "6.0.4",
"vite": "6.0.5",
"vite-plugin-compression2": "^1.3.3",
"vite-plugin-vue-layouts": "^0.11.0",
"vite-svg-loader": "^5.1.0",
Expand All @@ -93,7 +93,7 @@
"@vitejs/plugin-vue": "5.2.1",
"@vue/compiler-sfc": "^3.5.13",
"@vue/test-utils": "^2.4.6",
"bumpp": "^9.9.1",
"bumpp": "^9.9.2",
"c8": "^10.1.3",
"concurrently": "^9.1.0",
"eventsourcemock": "^2.0.0",
Expand Down
Loading

0 comments on commit 0d51523

Please sign in to comment.