|
52 | 52 | ".next/cache" |
53 | 53 | ], |
54 | 54 | "dependencies": { |
55 | | - "@clickhouse/client": "^1.18.2", |
| 55 | + "@clickhouse/client": "^1.18.5", |
56 | 56 | "@date-fns/utc": "^2.1.1", |
57 | 57 | "@dicebear/collection": "^9.4.2", |
58 | 58 | "@dicebear/core": "^9.4.2", |
59 | 59 | "@hello-pangea/dnd": "^18.0.1", |
60 | | - "@prisma/adapter-pg": "^7.7.0", |
61 | | - "@prisma/client": "^7.7.0", |
| 60 | + "@prisma/adapter-pg": "^7.8.0", |
| 61 | + "@prisma/client": "^7.8.0", |
62 | 62 | "@prisma/extension-read-replicas": "^0.5.0", |
63 | 63 | "@svgr/cli": "^8.1.0", |
64 | | - "@tanstack/react-query": "^5.99.0", |
| 64 | + "@tanstack/react-query": "^5.100.10", |
65 | 65 | "@umami/react-zen": "^0.245.0", |
66 | 66 | "bcryptjs": "^3.0.2", |
67 | 67 | "chalk": "^5.6.2", |
|
78 | 78 | "detect-browser": "^5.2.0", |
79 | 79 | "dotenv": "^17.4.2", |
80 | 80 | "esbuild": "^0.28.0", |
81 | | - "immer": "^11.1.4", |
82 | | - "ipaddr.js": "^2.3.0", |
| 81 | + "immer": "^11.1.8", |
| 82 | + "ipaddr.js": "^2.4.0", |
83 | 83 | "is-ci": "^4.1.0", |
84 | 84 | "is-docker": "^4.0.0", |
85 | 85 | "is-localhost-ip": "^3.0.1", |
86 | | - "isbot": "^5.1.39", |
| 86 | + "isbot": "^5.1.40", |
87 | 87 | "jsonwebtoken": "^9.0.3", |
88 | 88 | "jszip": "^3.10.1", |
89 | 89 | "kafkajs": "^2.1.0", |
90 | | - "lucide-react": "^1.7.0", |
91 | | - "motion": "^12.38.0", |
| 90 | + "lucide-react": "^1.16.0", |
92 | 91 | "maxmind": "^5.0.5", |
| 92 | + "motion": "^12.38.0", |
93 | 93 | "next": "16.2.6", |
94 | 94 | "next-intl": "4.9.2", |
95 | 95 | "node-fetch": "^3.2.8", |
96 | 96 | "npm-run-all": "^4.1.5", |
97 | 97 | "papaparse": "^5.5.3", |
98 | 98 | "pg": "^8.20.0", |
99 | | - "prisma": "^7.7.0", |
| 99 | + "prisma": "^7.8.0", |
100 | 100 | "prop-types": "^15.8.1", |
101 | 101 | "pure-rand": "^8.4.0", |
102 | | - "react": "^19.2.5", |
| 102 | + "react": "^19.2.6", |
103 | 103 | "react-aria-components": "^1.17.0", |
104 | | - "react-dom": "^19.2.5", |
| 104 | + "react-dom": "^19.2.6", |
105 | 105 | "react-error-boundary": "^6.1.1", |
106 | | - "react-resizable-panels": "^4.10.0", |
| 106 | + "react-resizable-panels": "^4.11.1", |
107 | 107 | "react-simple-maps": "^3.0.0", |
108 | 108 | "react-use-measure": "^2.0.4", |
109 | 109 | "react-window": "^2.2.7", |
110 | 110 | "redis": "^5.12.1", |
111 | 111 | "request-ip": "^3.3.0", |
112 | 112 | "rrweb": "2.0.0-alpha.4", |
113 | 113 | "rrweb-player": "1.0.0-alpha.4", |
114 | | - "semver": "^7.7.4", |
| 114 | + "semver": "^7.8.0", |
115 | 115 | "serialize-error": "^13.0.1", |
116 | | - "thenby": "^1.4.0", |
| 116 | + "thenby": "^1.4.1", |
117 | 117 | "ua-parser-js": "^2.0.9", |
118 | 118 | "uuid": "^14.0.0", |
119 | | - "uuid": "^14.0.0", |
120 | | - "zod": "^4.3.6", |
121 | | - "zustand": "^5.0.12" |
| 119 | + "zod": "^4.4.3", |
| 120 | + "zustand": "^5.0.13" |
122 | 121 | }, |
123 | 122 | "devDependencies": { |
124 | | - "@biomejs/biome": "^2.4.12", |
125 | | - "@netlify/plugin-nextjs": "^5.15.9", |
126 | | - "@playwright/test": "^1.59.1", |
| 123 | + "@biomejs/biome": "^2.4.15", |
| 124 | + "@netlify/plugin-nextjs": "^5.15.11", |
| 125 | + "@playwright/test": "^1.60.0", |
127 | 126 | "@rollup/plugin-alias": "^6.0.0", |
128 | 127 | "@rollup/plugin-commonjs": "^29.0.2", |
129 | 128 | "@rollup/plugin-json": "^6.0.0", |
|
134 | 133 | "@testing-library/jest-dom": "^6.9.1", |
135 | 134 | "@testing-library/react": "^16.3.2", |
136 | 135 | "@testing-library/user-event": "^14.6.1", |
137 | | - "@types/node": "^25.6.0", |
| 136 | + "@types/node": "^25.8.0", |
138 | 137 | "@types/react": "^19.2.14", |
139 | 138 | "@types/react-dom": "^19.2.2", |
140 | 139 | "babel-plugin-react-compiler": "19.1.0-rc.2", |
141 | 140 | "cross-env": "^10.1.0", |
142 | 141 | "dotenv-cli": "^11.0.0", |
143 | | - "jsdom": "^29.1.1", |
144 | | - "msw": "^2.14.5", |
145 | | - "postcss": "^8.5.10", |
146 | 142 | "jest": "^29.7.0", |
147 | | - "postcss": "^8.5.10", |
| 143 | + "jsdom": "^29.1.1", |
| 144 | + "msw": "^2.14.6", |
| 145 | + "postcss": "^8.5.14", |
148 | 146 | "postcss-flexbugs-fixes": "^5.0.2", |
149 | 147 | "postcss-import": "^16.1.1", |
150 | 148 | "postcss-preset-env": "11.2.1", |
151 | 149 | "prompts": "2.4.2", |
152 | | - "rollup": "^4.60.1", |
| 150 | + "rollup": "^4.60.3", |
153 | 151 | "rollup-plugin-copy": "^3.4.0", |
154 | 152 | "rollup-plugin-delete": "^3.0.2", |
155 | 153 | "rollup-plugin-dts": "^6.4.1", |
156 | 154 | "rollup-plugin-node-externals": "^9.0.1", |
157 | 155 | "rollup-plugin-peer-deps-external": "^2.2.4", |
158 | 156 | "rollup-plugin-postcss": "^4.0.2", |
159 | | - "tar": "^7.5.13", |
| 157 | + "tar": "^7.5.15", |
160 | 158 | "ts-morph": "^28.0.0", |
161 | 159 | "ts-node": "^10.9.1", |
162 | 160 | "tsup": "^8.5.0", |
163 | | - "tsx": "^4.19.0", |
| 161 | + "tsx": "^4.22.0", |
164 | 162 | "typescript": "^6.0.3", |
165 | | - "vitest": "^4.1.5" |
| 163 | + "vitest": "^4.1.6" |
166 | 164 | } |
167 | 165 | } |
0 commit comments