Skip to content

Commit 09bc2ee

Browse files
committed
chore: bump package dependencies
1 parent 9672969 commit 09bc2ee

File tree

2 files changed

+224
-320
lines changed

2 files changed

+224
-320
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
".next/cache"
5656
],
5757
"dependencies": {
58-
"@clickhouse/client": "^1.16.0",
58+
"@clickhouse/client": "^1.17.0",
5959
"@date-fns/utc": "^1.2.0",
6060
"@dicebear/collection": "^9.3.1",
6161
"@dicebear/core": "^9.3.1",
@@ -65,7 +65,7 @@
6565
"@prisma/extension-read-replicas": "^0.5.0",
6666
"@react-spring/web": "^10.0.3",
6767
"@svgr/cli": "^8.1.0",
68-
"@tanstack/react-query": "^5.90.20",
68+
"@tanstack/react-query": "^5.90.21",
6969
"@umami/react-zen": "^0.245.0",
7070
"@umami/redis-client": "^0.30.0",
7171
"bcryptjs": "^3.0.2",
@@ -81,22 +81,22 @@
8181
"debug": "^4.4.3",
8282
"del": "^6.0.0",
8383
"detect-browser": "^5.2.0",
84-
"dotenv": "^17.2.4",
84+
"dotenv": "^17.3.1",
8585
"esbuild": "^0.25.11",
8686
"fs-extra": "^11.3.3",
8787
"immer": "^10.2.0",
8888
"ipaddr.js": "^2.3.0",
8989
"is-ci": "^3.0.1",
9090
"is-docker": "^3.0.0",
9191
"is-localhost-ip": "^2.0.0",
92-
"isbot": "^5.1.34",
92+
"isbot": "^5.1.35",
9393
"jsonwebtoken": "^9.0.3",
9494
"jszip": "^3.10.1",
9595
"kafkajs": "^2.1.0",
9696
"lucide-react": "^0.543.0",
9797
"maxmind": "^5.0.5",
9898
"next": "^16.1.6",
99-
"next-intl": "^4.8.2",
99+
"next-intl": "^4.8.3",
100100
"node-fetch": "^3.2.8",
101101
"npm-run-all": "^4.1.5",
102102
"papaparse": "^5.5.3",
@@ -106,7 +106,7 @@
106106
"react": "^19.2.4",
107107
"react-dom": "^19.2.4",
108108
"react-error-boundary": "^4.0.4",
109-
"react-resizable-panels": "^4.6.0",
109+
"react-resizable-panels": "^4.6.4",
110110
"react-simple-maps": "^2.3.0",
111111
"react-use-measure": "^2.0.4",
112112
"react-window": "^1.8.6",
@@ -120,8 +120,8 @@
120120
"zustand": "^5.0.11"
121121
},
122122
"devDependencies": {
123-
"@biomejs/biome": "^2.3.14",
124-
"@netlify/plugin-nextjs": "^5.15.7",
123+
"@biomejs/biome": "^2.4.2",
124+
"@netlify/plugin-nextjs": "^5.15.8",
125125
"@rollup/plugin-alias": "^5.0.0",
126126
"@rollup/plugin-commonjs": "^25.0.4",
127127
"@rollup/plugin-json": "^6.0.0",
@@ -130,8 +130,8 @@
130130
"@rollup/plugin-terser": "^0.4.4",
131131
"@rollup/plugin-typescript": "^12.3.0",
132132
"@types/jest": "^30.0.0",
133-
"@types/node": "^24.10.11",
134-
"@types/react": "^19.2.13",
133+
"@types/node": "^24.10.13",
134+
"@types/react": "^19.2.14",
135135
"@types/react-dom": "^19.2.2",
136136
"babel-plugin-react-compiler": "19.1.0-rc.2",
137137
"cross-env": "^10.1.0",
@@ -153,10 +153,10 @@
153153
"rollup-plugin-peer-deps-external": "^2.2.4",
154154
"rollup-plugin-postcss": "^4.0.2",
155155
"stylelint": "^15.10.1",
156-
"stylelint-config-css-modules": "^4.5.1",
156+
"stylelint-config-css-modules": "^4.6.0",
157157
"stylelint-config-prettier": "^9.0.3",
158158
"stylelint-config-recommended": "^14.0.0",
159-
"tar": "^7.5.7",
159+
"tar": "^7.5.9",
160160
"ts-jest": "^29.4.6",
161161
"ts-morph": "^27.0.2",
162162
"ts-node": "^10.9.1",

0 commit comments

Comments
 (0)