Skip to content

Commit 47e89af

Browse files
committed
Updated packages.
1 parent 1d24e23 commit 47e89af

3 files changed

Lines changed: 487 additions & 617 deletions

File tree

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -66,17 +66,17 @@
6666
".next/cache"
6767
],
6868
"dependencies": {
69-
"@clickhouse/client": "^1.10.1",
69+
"@clickhouse/client": "^1.11.0",
7070
"@date-fns/utc": "^1.2.0",
7171
"@dicebear/collection": "^9.2.2",
7272
"@dicebear/core": "^9.2.2",
7373
"@fontsource/inter": "^5.2.5",
7474
"@hello-pangea/dnd": "^18.0.1",
7575
"@internationalized/date": "^3.7.0",
7676
"@prisma/client": "6.5.0",
77-
"@prisma/extension-read-replicas": "^0.4.0",
77+
"@prisma/extension-read-replicas": "^0.4.1",
7878
"@react-spring/web": "^9.7.5",
79-
"@tanstack/react-query": "^5.68.0",
79+
"@tanstack/react-query": "^5.71.10",
8080
"@umami/prisma-client": "^0.16.0",
8181
"@umami/react-zen": "^0.79.0",
8282
"@umami/redis-client": "^0.27.0",
@@ -101,7 +101,7 @@
101101
"is-ci": "^3.0.1",
102102
"is-docker": "^3.0.0",
103103
"is-localhost-ip": "^1.4.0",
104-
"isbot": "^5.1.23",
104+
"isbot": "^5.1.25",
105105
"jsonwebtoken": "^9.0.2",
106106
"kafkajs": "^2.2.4",
107107
"lucide-react": "^0.475.0",
@@ -112,11 +112,11 @@
112112
"npm-run-all": "^4.1.5",
113113
"prisma": "6.5.0",
114114
"pure-rand": "^6.1.0",
115-
"react": "^19.0.0",
115+
"react": "^19.1.0",
116116
"react-basics": "^0.126.0",
117-
"react-dom": "^19.0.0",
117+
"react-dom": "^19.1.0",
118118
"react-error-boundary": "^5.0.0",
119-
"react-intl": "^7.1.6",
119+
"react-intl": "^7.1.10",
120120
"react-simple-maps": "^2.3.0",
121121
"react-use-measure": "^2.1.7",
122122
"react-window": "^1.8.11",
@@ -130,7 +130,7 @@
130130
},
131131
"devDependencies": {
132132
"@formatjs/cli": "^4.8.4",
133-
"@netlify/plugin-nextjs": "^5.10.0",
133+
"@netlify/plugin-nextjs": "^5.10.3",
134134
"@rollup/plugin-alias": "^5.1.1",
135135
"@rollup/plugin-commonjs": "^25.0.8",
136136
"@rollup/plugin-json": "^6.1.0",
@@ -140,17 +140,17 @@
140140
"@svgr/cli": "^8.1.0",
141141
"@svgr/rollup": "^8.1.0",
142142
"@types/jest": "^29.5.14",
143-
"@types/node": "^22.13.11",
144-
"@types/react": "^19.0.10",
145-
"@types/react-dom": "^19.0.4",
143+
"@types/node": "^22.14.0",
144+
"@types/react": "^19.1.0",
145+
"@types/react-dom": "^19.1.1",
146146
"@types/react-window": "^1.8.8",
147-
"@typescript-eslint/eslint-plugin": "^8.26.1",
148-
"@typescript-eslint/parser": "^8.26.1",
147+
"@typescript-eslint/eslint-plugin": "^8.29.0",
148+
"@typescript-eslint/parser": "^8.29.0",
149149
"cross-env": "^7.0.3",
150150
"cypress": "^13.17.0",
151-
"esbuild": "^0.25.1",
151+
"esbuild": "^0.25.2",
152152
"eslint": "^8.57.1",
153-
"eslint-config-next": "^14.2.24",
153+
"eslint-config-next": "^14.2.26",
154154
"eslint-config-prettier": "^8.10.0",
155155
"eslint-import-resolver-alias": "^1.1.2",
156156
"eslint-plugin-css-modules": "^2.12.0",
@@ -180,9 +180,9 @@
180180
"stylelint-config-css-modules": "^4.4.0",
181181
"stylelint-config-recommended": "^14.0.1",
182182
"tar": "^6.2.1",
183-
"ts-jest": "^29.2.6",
183+
"ts-jest": "^29.3.1",
184184
"ts-node": "^10.9.2",
185-
"typescript": "^5.8.2"
185+
"typescript": "^5.8.3"
186186
},
187187
"pnpm": {
188188
"onlyBuiltDependencies": [

0 commit comments

Comments
 (0)