Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#2896)
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 Apr 14, 2024
1 parent e4e6903 commit f804e47
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 35 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:21-alpine as node
FROM --platform=$BUILDPLATFORM node:21.7.3-alpine as node

RUN corepack enable

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ services:

playwright:
container_name: playwright
image: mcr.microsoft.com/playwright:v1.43.0-jammy
image: mcr.microsoft.com/playwright:v1.43.1-jammy
working_dir: /app
volumes:
- .:/app
Expand Down
6 changes: 3 additions & 3 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@8.15.6",
"packageManager": "pnpm@8.15.7",
"type": "module",
"repository": {
"type": "git",
Expand Down Expand Up @@ -69,13 +69,13 @@
"vite-plugin-pages": "^0.32.1",
"vite-plugin-vue-layouts": "^0.11.0",
"vue": "^3.4.21",
"vue-i18n": "^9.12.0",
"vue-i18n": "^9.12.1",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@iconify-json/material-symbols": "^1.1.78",
"@pinia/testing": "^0.1.3",
"@playwright/test": "^1.43.0",
"@playwright/test": "^1.43.1",
"@types/d3-array": "^3.2.1",
"@types/d3-ease": "^3.0.2",
"@types/d3-scale": "^4.0.8",
Expand Down
65 changes: 35 additions & 30 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 f804e47

Please sign in to comment.