mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-25 23:03:47 +01:00
fix(deps): update all non-major dependencies (#3241)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Build assets
|
||||
FROM --platform=$BUILDPLATFORM node:22.7.0-alpine AS node
|
||||
FROM --platform=$BUILDPLATFORM node:22.8.0-alpine AS node
|
||||
|
||||
RUN corepack enable
|
||||
|
||||
|
||||
@@ -94,7 +94,7 @@ services:
|
||||
|
||||
playwright:
|
||||
container_name: playwright
|
||||
image: mcr.microsoft.com/playwright:v1.46.1-jammy
|
||||
image: mcr.microsoft.com/playwright:v1.47.0-jammy
|
||||
working_dir: /app
|
||||
volumes:
|
||||
- .:/app
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
"@iconify-json/carbon": "^1.2.1",
|
||||
"@iconify-json/cil": "^1.2.0",
|
||||
"@iconify-json/ic": "^1.2.0",
|
||||
"@iconify-json/material-symbols": "^1.2.0",
|
||||
"@iconify-json/material-symbols": "^1.2.1",
|
||||
"@iconify-json/mdi": "^1.2.0",
|
||||
"@iconify-json/mdi-light": "^1.2.0",
|
||||
"@iconify-json/octicon": "^1.2.0",
|
||||
@@ -72,13 +72,13 @@
|
||||
"vite-plugin-compression2": "^1.2.0",
|
||||
"vite-plugin-vue-layouts": "^0.11.0",
|
||||
"vitepress": "1.3.4",
|
||||
"vue": "^3.5.2",
|
||||
"vue": "^3.5.3",
|
||||
"vue-i18n": "^9.14.0",
|
||||
"vue-router": "^4.4.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@pinia/testing": "^0.1.5",
|
||||
"@playwright/test": "^1.46.1",
|
||||
"@playwright/test": "^1.47.0",
|
||||
"@types/d3-array": "^3.2.1",
|
||||
"@types/d3-ease": "^3.0.2",
|
||||
"@types/d3-scale": "^4.0.8",
|
||||
@@ -88,7 +88,7 @@
|
||||
"@types/lodash.debounce": "^4.0.9",
|
||||
"@types/node": "^22.5.4",
|
||||
"@vitejs/plugin-vue": "5.1.3",
|
||||
"@vue/compiler-sfc": "^3.5.2",
|
||||
"@vue/compiler-sfc": "^3.5.3",
|
||||
"@vue/test-utils": "^2.4.6",
|
||||
"bumpp": "^9.5.2",
|
||||
"c8": "^10.1.2",
|
||||
|
||||
523
pnpm-lock.yaml
generated
523
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user