|
17 | 17 | "dist" |
18 | 18 | ], |
19 | 19 | "main": "dist/index.js", |
20 | | - "packageManager": "pnpm@9.0.4+sha256.caa915eaae9d9aefccf50ee8aeda25a2f8684d8f9d5c6e367eaf176d97c1f89e", |
| 20 | + "packageManager": "pnpm@10.14.0+sha512.ad27a79641b49c3e481a16a805baa71817a04bbe06a38d17e60e2eaee83f6a146c6a688125f5792e48dd5ba30e7da52a5cda4c3992b9ccf333f9ce223af84748", |
21 | 21 | "author": "Thijs Koerselman", |
22 | 22 | "license": "MIT", |
23 | 23 | "publishConfig": { |
|
28 | 28 | "url": "https://github.com/0x80/mono-ts" |
29 | 29 | }, |
30 | 30 | "scripts": { |
31 | | - "check-types": "turbo run check-types", |
32 | | - "build": "turbo run build", |
33 | | - "build:fns": "turbo run build --filter=@repo/fns", |
34 | | - "build:api": "turbo run build --filter=@repo/api", |
35 | | - "clean": "turbo run clean", |
36 | | - "dev": "turbo run dev", |
| 31 | + "check-types": "turbo check-types --continue", |
| 32 | + "check-circular": "turbo check-circular --continue", |
| 33 | + "build": "turbo build", |
| 34 | + "build:fns": "turbo build --filter=@repo/fns", |
| 35 | + "build:api": "turbo build --filter=@repo/api", |
| 36 | + "clean": "turbo clean", |
| 37 | + "dev": "turbo dev", |
37 | 38 | "deploy": "firebase deploy", |
38 | 39 | "watch": "turbo watch build --filter=@repo/core --filter=@repo/fns --filter=@repo/api", |
39 | | - "lint": "turbo run lint --parallel", |
40 | | - "test": "turbo run test -- --watch false", |
| 40 | + "lint": "turbo lint", |
| 41 | + "test": "turbo test -- --watch false", |
41 | 42 | "format": "prettier --write .", |
| 43 | + "check-format": "prettier --check .", |
42 | 44 | "emulate": "firebase emulators:start --project demo-mono-ts", |
43 | 45 | "db:get-indexes": "firebase firestore:indexes > firestore.indexes.json" |
44 | 46 | }, |
45 | 47 | "devDependencies": { |
46 | | - "firebase-tools-with-isolate": "13.29.1-2", |
| 48 | + "firebase-tools-with-isolate": "14.10.1", |
47 | 49 | "prettier": "^3.4.2", |
48 | 50 | "prettier-plugin-jsdoc": "^1.3.2", |
49 | 51 | "turbo": "^2.3.4", |
50 | | - "typescript": "^5.7.3", |
51 | | - "vercel": "^39.3.0", |
| 52 | + "typescript": "^5.9.2", |
| 53 | + "vercel": "^44.7.3", |
52 | 54 | "vitest": "^3.0.4" |
53 | 55 | } |
54 | 56 | } |
0 commit comments