drizzle-cube 0.1.60 → 0.1.62

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "drizzle-cube",
3
- "version": "0.1.60",
3
+ "version": "0.1.62",
4
4
  "description": "Drizzle ORM-first semantic layer with Cube.js compatibility. Type-safe analytics and dashboards with SQL injection protection.",
5
5
  "main": "./dist/server/index.js",
6
6
  "types": "./dist/server/index.d.ts",
@@ -138,14 +138,14 @@
138
138
  "@neondatabase/serverless": "^1.0.1",
139
139
  "cors": "^2.8.5",
140
140
  "d3": "^7.9.0",
141
- "drizzle-orm": "^0.44.4",
141
+ "drizzle-orm": "^0.45.0",
142
142
  "express": "^5.0.0",
143
143
  "fastify": "^5.0.0",
144
144
  "hono": "^4.0.0",
145
145
  "react": "^18.0.0",
146
146
  "react-dom": "^18.0.0",
147
147
  "react-grid-layout": "^1.4.0",
148
- "recharts": "^3.0.0"
148
+ "recharts": "^3.5.1"
149
149
  },
150
150
  "peerDependenciesMeta": {
151
151
  "react": {
@@ -209,11 +209,11 @@
209
209
  "better-sqlite3": "^12.0.0",
210
210
  "concurrently": "^9.0.0",
211
211
  "cors": "^2.8.5",
212
- "drizzle-kit": "^0.31.4",
213
- "drizzle-orm": "^0.44.4",
212
+ "drizzle-kit": "^0.31.8",
213
+ "drizzle-orm": "^0.45.0",
214
214
  "eslint": "^9.34.0",
215
215
  "express": "^5.1.0",
216
- "fastify": "^5.5.0",
216
+ "fastify": "^5.6.2",
217
217
  "globals": "^16.3.0",
218
218
  "hono": "^4.0.0",
219
219
  "jsdom": "^27.0.0",
@@ -224,9 +224,9 @@
224
224
  "react": "^18.0.0",
225
225
  "react-dom": "^18.0.0",
226
226
  "react-grid-layout": "^1.4.0",
227
- "react-hook-form": "^7.47.0",
227
+ "react-hook-form": "^7.68.0",
228
228
  "react-resizable": "^3.0.5",
229
- "recharts": "^3.0.0",
229
+ "recharts": "^3.5.1",
230
230
  "rollup-plugin-visualizer": "^6.0.3",
231
231
  "sql-formatter": "^15.6.6",
232
232
  "supertest": "^7.0.0",
@@ -239,11 +239,11 @@
239
239
  "zod": "^4.0.0"
240
240
  },
241
241
  "dependencies": {
242
- "@tanstack/react-query": "^5.85.5",
242
+ "@tanstack/react-query": "^5.90.12",
243
243
  "@types/dagre": "^0.7.53",
244
244
  "dagre": "^0.8.5",
245
245
  "react-intersection-observer": "^10.0.0",
246
- "react-router-dom": "^7.8.2",
246
+ "react-router-dom": "^7.10.1",
247
247
  "reactflow": "^11.11.4"
248
248
  }
249
249
  }