|
16 | 16 | "brace-expansion": "^2.0.3", |
17 | 17 | "file-type": "^22.0.1", |
18 | 18 | "lodash": "^4.18.1", |
19 | | - "minimatch": "^9.0.7", |
| 19 | + "minimatch": "^10.2.5", |
20 | 20 | "picomatch": "^4.0.4", |
21 | | - "protobufjs": "^7.5.5", |
| 21 | + "protobufjs": "^8.0.1", |
22 | 22 | "undici": "^6.24.0", |
23 | 23 | "uuid": "^14.0.0", |
24 | | - "@stablelib/ed25519": "^2.1.0" |
| 24 | + "@stablelib/ed25519": "^2.1.0", |
| 25 | + "@stablelib/ed25519-cjs": "npm:@stablelib/ed25519@^2.1.0", |
| 26 | + "uuid-cjs": "npm:uuid@^14.0.0", |
| 27 | + "file-type-cjs": "npm:file-type@^21.3.2", |
| 28 | + "@cheqd/ts-proto": { |
| 29 | + "protobufjs": "^8.0.1" |
| 30 | + }, |
| 31 | + "@cheqd/ts-proto-cjs": { |
| 32 | + "protobufjs": "^8.0.1" |
| 33 | + } |
25 | 34 | }, |
26 | 35 | "devDependencies": { |
27 | 36 | "@babel/cli": "^7.24.1", |
|
40 | 49 | "brace-expansion": "^2.0.3", |
41 | 50 | "file-type": "^22.0.1", |
42 | 51 | "lodash": "^4.18.1", |
43 | | - "minimatch": "^9.0.7", |
| 52 | + "minimatch": "^10.2.5", |
44 | 53 | "picomatch": "^4.0.4", |
45 | | - "protobufjs": "^7.5.5", |
| 54 | + "protobufjs": "^8.0.1", |
46 | 55 | "undici": "^6.24.0", |
47 | 56 | "uuid": "^14.0.0", |
48 | | - "@stablelib/ed25519": "^2.1.0" |
| 57 | + "@stablelib/ed25519": "^2.1.0", |
| 58 | + "@stablelib/ed25519-cjs": "npm:@stablelib/ed25519@^2.1.0", |
| 59 | + "uuid-cjs": "npm:uuid@^14.0.0", |
| 60 | + "file-type-cjs": "npm:file-type@^21.3.2", |
| 61 | + "@cheqd/ts-proto/protobufjs": "^8.0.1", |
| 62 | + "@cheqd/ts-proto-cjs/protobufjs": "^8.0.1" |
49 | 63 | }, |
50 | 64 | "scripts": { |
51 | 65 | "mdbook": "mdbook build tutorials --dest-dir ../out/tutorials", |
|
0 commit comments