|
5 | 5 | "scripts": { |
6 | 6 | "dev": "GRAPHILE_ENV=development NODE_ENV=development bun run --hot src/server.ts", |
7 | 7 | "build": "bun build --target node --outdir build src/server.ts", |
8 | | - "start": "GRAPHILE_ENV=production NODE_ENV=production bun run build/server.js", |
| 8 | + "start": "GRAPHILE_ENV=production NODE_ENV=production bun db:migrate && GRAPHILE_ENV=production NODE_ENV=production bun run build/server.js", |
9 | 9 | "lint": "biome lint src", |
10 | 10 | "format": "biome format --write src", |
11 | 11 | "db:check": "bun --env-file .env.local drizzle-kit check", |
|
22 | 22 | }, |
23 | 23 | "devDependencies": { |
24 | 24 | "@biomejs/biome": "^1.9.4", |
25 | | - "@faker-js/faker": "^9.1.0", |
26 | | - "@types/bun": "^1.1.12", |
27 | | - "@types/node": "^22.8.6", |
28 | | - "@types/pg": "^8.11.10", |
29 | | - "drizzle-kit": "^0.30.1", |
30 | | - "husky": "^9.1.6", |
31 | | - "replace-in-file": "^8.2.0", |
32 | | - "typescript": "^5.6.3" |
| 25 | + "@faker-js/faker": "^9.6.0", |
| 26 | + "@types/bun": "^1.2.8", |
| 27 | + "@types/node": "^22.13.14", |
| 28 | + "@types/pg": "^8.11.11", |
| 29 | + "drizzle-kit": "^0.30.6", |
| 30 | + "husky": "^9.1.7", |
| 31 | + "replace-in-file": "^8.3.0", |
| 32 | + "typescript": "^5.8.2" |
33 | 33 | }, |
34 | 34 | "dependencies": { |
35 | | - "@envelop/generic-auth": "^8.0.1", |
| 35 | + "@envelop/generic-auth": "^9.1.3", |
36 | 36 | "@envelop/parser-cache": "^8.1.3", |
37 | 37 | "@envelop/validation-cache": "^8.1.3", |
38 | 38 | "@escape.tech/graphql-armor": "^3.1.2", |
39 | 39 | "@graphile/pg-aggregates": "0.2.0-beta.7", |
40 | 40 | "@graphile/simplify-inflection": "8.0.0-beta.5", |
41 | 41 | "dayjs": "^1.11.13", |
42 | | - "drizzle-orm": "^0.38.2", |
43 | | - "drizzle-seed": "^0.3.0", |
| 42 | + "drizzle-orm": "^0.41.0", |
| 43 | + "drizzle-seed": "^0.3.1", |
44 | 44 | "graphile-export": "0.0.2-beta.24", |
45 | | - "graphql": "^16.9.0", |
46 | | - "graphql-yoga": "^5.8.0", |
47 | | - "hono": "^4.6.8", |
48 | | - "jose": "^5.9.6", |
49 | | - "pg": "^8.13.1", |
| 45 | + "graphql": "^16.10.0", |
| 46 | + "graphql-yoga": "^5.13.2", |
| 47 | + "hono": "^4.7.5", |
| 48 | + "jose": "^6.0.10", |
| 49 | + "pg": "^8.14.1", |
50 | 50 | "postgraphile": "5.0.0-beta.37", |
51 | 51 | "postgraphile-plugin-connection-filter": "3.0.0-beta.7" |
52 | 52 | }, |
53 | | - "trustedDependencies": ["@biomejs/biome", "esbuild"] |
| 53 | + "trustedDependencies": [ |
| 54 | + "@biomejs/biome", |
| 55 | + "esbuild" |
| 56 | + ] |
54 | 57 | } |
0 commit comments