|
24 | 24 | "test": "LOG_LEVEL=debug jest"
|
25 | 25 | },
|
26 | 26 | "devDependencies": {
|
27 |
| - "@babel/preset-env": "^7.26.0", |
| 27 | + "@babel/preset-env": "^7.26.9", |
28 | 28 | "@babel/preset-typescript": "^7.26.0",
|
29 | 29 | "@types/hdkey": "^2.1.0",
|
30 | 30 | "@types/jest": "^29.5.14",
|
|
34 | 34 | "hdkey": "^2.1.0",
|
35 | 35 | "isomorphic-webcrypto": "^2.3.8",
|
36 | 36 | "jest": "^29.7.0",
|
37 |
| - "jest-fixed-jsdom": "^0.0.7", |
| 37 | + "jest-fixed-jsdom": "^0.0.9", |
38 | 38 | "jest-websocket-mock": "^2.5.0",
|
39 |
| - "msw": "^2.6.0", |
40 |
| - "ts-jest": "^29.2.5", |
| 39 | + "msw": "^2.7.3", |
| 40 | + "ts-jest": "^29.2.6", |
41 | 41 | "ts-node": "^10.9.2",
|
42 |
| - "typescript": "^5.6.3", |
43 |
| - "web-streams-polyfill": "^4.0.0" |
| 42 | + "typescript": "^5.8.2", |
| 43 | + "web-streams-polyfill": "^4.1.0" |
44 | 44 | },
|
45 | 45 | "engines": {
|
46 | 46 | "node": ">=18"
|
|
55 | 55 | "loglevel": "^1.9.2"
|
56 | 56 | },
|
57 | 57 | "peerDependencies": {
|
58 |
| - "@dfinity/agent": "^2.1.3", |
59 |
| - "@dfinity/candid": "^2.1.3", |
60 |
| - "@dfinity/identity-secp256k1": "^2.1.3", |
61 |
| - "@dfinity/principal": "^2.1.3" |
| 58 | + "@dfinity/agent": "^2.3.0", |
| 59 | + "@dfinity/candid": "^2.3.0", |
| 60 | + "@dfinity/identity-secp256k1": "^2.3.0", |
| 61 | + "@dfinity/principal": "^2.3.0" |
62 | 62 | },
|
63 | 63 | "packageManager": "[email protected]",
|
64 | 64 | "pnpm": {
|
|
0 commit comments