Skip to content

Commit 573ee5e

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

File tree

2 files changed

+95
-95
lines changed

2 files changed

+95
-95
lines changed

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.18.1",
9+
"packageManager": "pnpm@10.18.2",
1010
"type": "module",
1111
"repository": {
1212
"type": "git",
@@ -30,13 +30,13 @@
3030
},
3131
"dependencies": {
3232
"@duckdb/duckdb-wasm": "1.30.0",
33-
"@iconify-json/carbon": "^1.2.13",
33+
"@iconify-json/carbon": "^1.2.14",
3434
"@iconify-json/cil": "^1.2.3",
3535
"@iconify-json/ic": "^1.2.4",
36-
"@iconify-json/material-symbols": "^1.2.40",
36+
"@iconify-json/material-symbols": "^1.2.41",
3737
"@iconify-json/mdi": "^1.2.3",
3838
"@iconify-json/mdi-light": "^1.2.2",
39-
"@iconify-json/octicon": "^1.2.15",
39+
"@iconify-json/octicon": "^1.2.16",
4040
"@iconify-json/ph": "^1.2.2",
4141
"@intlify/unplugin-vue-i18n": "^11.0.1",
4242
"@tailwindcss/typography": "^0.5.19",
@@ -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.29",
57+
"daisyui": "5.2.3",
5858
"entities": "^7.0.0",
5959
"fuse.js": "^7.1.0",
6060
"lodash.debounce": "^4.0.8",
@@ -79,8 +79,8 @@
7979
"devDependencies": {
8080
"@apache-arrow/esnext-esm": "^21.1.0",
8181
"@iconify-json/ion": "^1.2.6",
82-
"@iconify-json/material-symbols-light": "^1.2.40",
83-
"@iconify-json/ri": "^1.2.5",
82+
"@iconify-json/material-symbols-light": "^1.2.41",
83+
"@iconify-json/ri": "^1.2.6",
8484
"@pinia/testing": "^1.0.2",
8585
"@playwright/test": "^1.56.0",
8686
"@types/d3-array": "^3.2.2",
@@ -90,7 +90,7 @@
9090
"@types/d3-shape": "^3.1.7",
9191
"@types/d3-transition": "^3.0.9",
9292
"@types/lodash.debounce": "^4.0.9",
93-
"@types/node": "^24.7.0",
93+
"@types/node": "^24.7.2",
9494
"@vitejs/plugin-vue": "6.0.1",
9595
"@vue/compiler-sfc": "^3.5.22",
9696
"@vue/test-utils": "^2.4.6",
@@ -99,7 +99,7 @@
9999
"concurrently": "^9.2.1",
100100
"eventsourcemock": "^2.0.0",
101101
"jsdom": "^27.0.0",
102-
"lint-staged": "^16.2.3",
102+
"lint-staged": "^16.2.4",
103103
"prettier": "^3.6.2",
104104
"prettier-plugin-tailwindcss": "^0.6.14",
105105
"simple-git-hooks": "^2.13.1",

0 commit comments

Comments
 (0)