|
22 | 22 | "dev": "nuxt dev", |
23 | 23 | "generate": "nuxt generate", |
24 | 24 | "preview": "nuxt preview", |
25 | | - "lint": "basis lint --all", |
| 25 | + "lint": "basis lint", |
26 | 26 | "db": "bun scripts/migrate.ts", |
27 | | - "postinstall": "nuxt prepare && basis git setup" |
| 27 | + "postinstall": "basis git setup" |
28 | 28 | }, |
29 | 29 | "devDependencies": { |
30 | | - "@better-auth/cli": "1.5.0-beta.13", |
31 | | - "@clickhouse/client-web": "1.17.0", |
32 | | - "@funish/basis": "0.1.3", |
| 30 | + "@better-auth/api-key": "1.5.3", |
| 31 | + "@clickhouse/client-web": "1.18.1", |
| 32 | + "@funish/basis": "0.2.9", |
33 | 33 | "@hypequery/clickhouse": "1.5.0", |
34 | | - "@iconify-json/lucide": "1.2.93", |
35 | | - "@iconify-json/simple-icons": "1.2.71", |
36 | | - "@nuxt/content": "3.11.2", |
37 | | - "@nuxt/ui": "4.4.0", |
| 34 | + "@iconify-json/lucide": "1.2.95", |
| 35 | + "@iconify-json/simple-icons": "1.2.72", |
| 36 | + "@nuxt/content": "3.12.0", |
| 37 | + "@nuxt/ui": "4.5.1", |
38 | 38 | "@nuxtjs/i18n": "10.2.3", |
39 | | - "@types/node": "25.3.0", |
40 | | - "@types/pg": "8.16.0", |
| 39 | + "@types/node": "25.3.3", |
| 40 | + "@types/pg": "8.18.0", |
41 | 41 | "@types/ua-parser-js": "0.7.39", |
42 | 42 | "@unovis/vue": "1.6.4", |
43 | 43 | "@vueuse/nuxt": "14.2.1", |
44 | | - "better-auth": "1.5.0-beta.13", |
| 44 | + "better-auth": "1.5.3", |
45 | 45 | "date-fns": "4.1.0", |
46 | 46 | "geoip0": "0.0.12", |
47 | | - "ioredis": "5.9.3", |
| 47 | + "ioredis": "5.10.0", |
48 | 48 | "ipdo": "0.0.6", |
49 | 49 | "isbot": "5.1.35", |
50 | 50 | "kysely": "0.28.11", |
51 | 51 | "nuxt": "4.3.1", |
52 | 52 | "openapi-renderer": "0.1.1", |
53 | | - "oxfmt": "0.35.0", |
54 | | - "oxlint": "1.50.0", |
55 | | - "oxlint-tsgolint": "0.14.2", |
56 | | - "pg": "8.18.0", |
57 | | - "resend": "6.9.2", |
| 53 | + "oxfmt": "0.36.0", |
| 54 | + "oxlint": "1.51.0", |
| 55 | + "oxlint-tsgolint": "0.16.0", |
| 56 | + "pg": "8.20.0", |
| 57 | + "resend": "6.9.3", |
58 | 58 | "reserved-usernames": "1.1.6", |
59 | 59 | "tailwindcss": "4.2.1", |
60 | 60 | "ua-parser-js": "2.0.9", |
|
0 commit comments