Skip to content

Commit 21676d9

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

File tree

3 files changed

+57
-57
lines changed

3 files changed

+57
-57
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ services:
9595

9696
playwright:
9797
container_name: playwright
98-
image: mcr.microsoft.com/playwright:v1.58.0-jammy
98+
image: mcr.microsoft.com/playwright:v1.58.1-jammy
9999
working_dir: /app
100100
volumes:
101101
- .:/app

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@xterm/xterm": "^6.0.0",
5858
"ansi-to-html": "^0.7.2",
5959
"codemirror": "^6.0.2",
60-
"daisyui": "5.5.14",
60+
"daisyui": "5.5.16",
6161
"entities": "^7.0.1",
6262
"fuse.js": "^7.1.0",
6363
"lodash.debounce": "^4.0.8",
@@ -82,11 +82,11 @@
8282
"@apache-arrow/esnext-esm": "^21.1.0",
8383
"@iconify-json/ion": "^1.2.6",
8484
"@iconify-json/material-symbols-light": "^1.2.53",
85-
"@iconify-json/ri": "^1.2.8",
85+
"@iconify-json/ri": "^1.2.9",
8686
"@pinia/testing": "^1.0.3",
8787
"@playwright/test": "^1.58.1",
8888
"@types/lodash.debounce": "^4.0.9",
89-
"@types/node": "^25.1.0",
89+
"@types/node": "^25.2.0",
9090
"@vitejs/plugin-vue": "6.0.3",
9191
"@vue/compiler-sfc": "^3.5.27",
9292
"@vue/test-utils": "^2.4.6",

0 commit comments

Comments
 (0)