Skip to content

Commit 220dcd9

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

File tree

3 files changed

+118
-141
lines changed

3 files changed

+118
-141
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.55.0-jammy
98+
image: mcr.microsoft.com/playwright:v1.55.1-jammy
9999
working_dir: /app
100100
volumes:
101101
- .:/app

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"bugs": {
77
"url": "https://github.com/amir20/dozzle/issues"
88
},
9-
"packageManager": "pnpm@10.17.0",
9+
"packageManager": "pnpm@10.17.1",
1010
"type": "module",
1111
"repository": {
1212
"type": "git",
@@ -33,7 +33,7 @@
3333
"@iconify-json/carbon": "^1.2.13",
3434
"@iconify-json/cil": "^1.2.3",
3535
"@iconify-json/ic": "^1.2.4",
36-
"@iconify-json/material-symbols": "^1.2.37",
36+
"@iconify-json/material-symbols": "^1.2.38",
3737
"@iconify-json/mdi": "^1.2.3",
3838
"@iconify-json/mdi-light": "^1.2.2",
3939
"@iconify-json/octicon": "^1.2.14",
@@ -54,7 +54,7 @@
5454
"d3-selection": "^3.0.0",
5555
"d3-shape": "^3.2.0",
5656
"d3-transition": "^3.0.1",
57-
"daisyui": "5.1.13",
57+
"daisyui": "5.1.14",
5858
"entities": "^7.0.0",
5959
"fuse.js": "^7.1.0",
6060
"lodash.debounce": "^4.0.8",
@@ -68,7 +68,7 @@
6868
"unplugin-vue-components": "^29.1.0",
6969
"unplugin-vue-macros": "^2.14.5",
7070
"unplugin-vue-router": "^0.15.0",
71-
"vite": "7.1.6",
71+
"vite": "7.1.7",
7272
"vite-plugin-vue-layouts": "^0.11.0",
7373
"vite-svg-loader": "^5.1.0",
7474
"vitepress": "1.6.4",
@@ -79,10 +79,10 @@
7979
"devDependencies": {
8080
"@apache-arrow/esnext-esm": "^21.0.0",
8181
"@iconify-json/ion": "^1.2.6",
82-
"@iconify-json/material-symbols-light": "^1.2.37",
82+
"@iconify-json/material-symbols-light": "^1.2.38",
8383
"@iconify-json/ri": "^1.2.5",
8484
"@pinia/testing": "^1.0.2",
85-
"@playwright/test": "^1.55.0",
85+
"@playwright/test": "^1.55.1",
8686
"@types/d3-array": "^3.2.2",
8787
"@types/d3-ease": "^3.0.2",
8888
"@types/d3-scale": "^4.0.9",
@@ -99,15 +99,15 @@
9999
"concurrently": "^9.2.1",
100100
"eventsourcemock": "^2.0.0",
101101
"jsdom": "^27.0.0",
102-
"lint-staged": "^16.1.6",
102+
"lint-staged": "^16.2.0",
103103
"prettier": "^3.6.2",
104104
"prettier-plugin-tailwindcss": "^0.6.14",
105105
"simple-git-hooks": "^2.13.1",
106106
"ts-node": "^10.9.2",
107107
"typescript": "^5.9.2",
108108
"vitest": "^3.2.4",
109-
"vue-component-type-helpers": "3.0.7",
110-
"vue-tsc": "3.0.7"
109+
"vue-component-type-helpers": "3.0.8",
110+
"vue-tsc": "3.0.8"
111111
},
112112
"lint-staged": {
113113
"*.{js,vue,css,ts,html,md}": [

0 commit comments

Comments
 (0)