|
2 | 2 | "name": "credo-ts", |
3 | 3 | "private": true, |
4 | 4 | "license": "Apache-2.0", |
5 | | - "workspaces": ["packages/*", "demo", "demo-openid", "samples/*"], |
6 | | - "packageManager": "[email protected]+sha512.1f79bc245a66eb0b07c5d4d83131240774642caaa86ef7d0434ab47c0d16f66b04e21e0c086eb61e62c77efc4d7f7ec071afad3796af64892fae66509173893a", |
| 5 | + "packageManager": "[email protected]+sha512.f0dda8580f0ee9481c5c79a1d927b9164f2c478e90992ad268bbb2465a736984391d6333d2c327913578b2804af33474ca554ba29c04a8b13060a717675ae3ac", |
7 | 6 | "repository": { |
8 | 7 | "url": "https://github.com/openwallet-foundation/credo-ts", |
9 | 8 | "type": "git" |
10 | 9 | }, |
11 | 10 | "scripts": { |
12 | | - "check-types": "pnpm check-types:build && pnpm check-types:tests", |
13 | | - "check-types:tests": "tsc -p tsconfig.test.json --noEmit", |
14 | | - "check-types:build": "pnpm -r --parallel exec tsc --noEmit", |
| 11 | + "types:check": "pnpm types:check:build && pnpm types:check:tests", |
| 12 | + "types:check:tests": "tsc -p tsconfig.test.json --noEmit", |
| 13 | + "types:check:build": "pnpm -r --parallel exec tsc --noEmit", |
15 | 14 | "style:check": "biome check --unsafe", |
16 | 15 | "style:fix": "biome check --write --unsafe", |
17 | 16 | "clean": "pnpm -r --parallel run clean", |
18 | 17 | "build": "pnpm -r --parallel run build", |
19 | 18 | "test:unit": "jest --testPathIgnorePatterns 'e2e.test.ts$'", |
20 | 19 | "test:e2e": "jest --testMatch '**/?(*.)e2e.test.ts'", |
21 | 20 | "test": "jest", |
22 | | - "validate": "pnpm check-types && pnpm style:check", |
| 21 | + "validate": "pnpm types:check && pnpm style:check", |
23 | 22 | "run-mediator": "ts-node ./samples/mediator.ts", |
24 | 23 | "release": "pnpm build && pnpm changeset publish --no-git-tag", |
25 | 24 | "changeset-version": "pnpm changeset version && pnpm style:fix" |
26 | 25 | }, |
27 | 26 | "devDependencies": { |
28 | | - "@babel/core": "^7.25.8", |
29 | | - "@babel/preset-env": "^7.25.8", |
| 27 | + "@babel/core": "^7.27.4", |
| 28 | + "@babel/preset-env": "^7.27.2", |
30 | 29 | "@biomejs/biome": "^1.9.4", |
31 | | - "@changesets/cli": "^2.27.5", |
32 | | - "@openwallet-foundation/askar-nodejs": "^0.3.1", |
| 30 | + "@changesets/cli": "^2.29.4", |
33 | 31 | "@jest/types": "^29.6.3", |
34 | | - "@types/cors": "^2.8.10", |
35 | | - "@types/express": "^4.17.21", |
36 | | - "@types/jest": "^29.5.12", |
37 | | - "@types/node": "^18.18.8", |
38 | | - "@types/supertest": "^6.0.2", |
39 | | - "@types/uuid": "^9.0.1", |
40 | | - "@types/varint": "^6.0.0", |
41 | | - "@types/ws": "^8.5.4", |
| 32 | + "@openwallet-foundation/askar-nodejs": "catalog:", |
| 33 | + "@types/cors": "^2.8.19", |
| 34 | + "@types/express": "catalog:", |
| 35 | + "@types/jest": "^29.5.14", |
| 36 | + "@types/node": "catalog:", |
| 37 | + "@types/supertest": "^6.0.3", |
| 38 | + "@types/varint": "^6.0.3", |
| 39 | + "@types/ws": "catalog:", |
42 | 40 | "cors": "^2.8.5", |
43 | | - "express": "^4.21.2", |
| 41 | + "express": "catalog:", |
44 | 42 | "jest": "^29.7.0", |
45 | | - "nock": "^14.0.0-beta.19", |
46 | | - "rxjs": "^7.8.0", |
47 | | - "supertest": "^7.0.0", |
48 | | - "ts-jest": "^29.1.2", |
49 | | - "ts-node": "^10.9.2", |
50 | | - "tsyringe": "^4.8.0", |
51 | | - "typescript": "~5.5.2", |
52 | | - "undici": "^6.20.1", |
53 | | - "ws": "^8.13.0" |
| 43 | + "nock": "catalog:", |
| 44 | + "rxjs": "catalog:", |
| 45 | + "supertest": "^7.1.1", |
| 46 | + "ts-jest": "^29.3.4", |
| 47 | + "ts-node": "catalog:", |
| 48 | + "tsyringe": "catalog:", |
| 49 | + "typescript": "catalog:", |
| 50 | + "undici": "^6.21.3", |
| 51 | + "ws": "catalog:" |
54 | 52 | }, |
55 | 53 | "resolutions": { |
56 | | - "@types/node": "18.18.8", |
57 | 54 | "undici": "^6.20.1" |
58 | 55 | }, |
59 | 56 | "engines": { |
60 | | - "node": ">=18" |
| 57 | + "node": ">=20" |
61 | 58 | } |
62 | 59 | } |
0 commit comments