Skip to content

Commit 0716f4e

Browse files
committed
chore: update dependencies
1 parent b0a1185 commit 0716f4e

File tree

2 files changed

+432
-296
lines changed

2 files changed

+432
-296
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"test": "LOG_LEVEL=debug jest"
2525
},
2626
"devDependencies": {
27-
"@babel/preset-env": "^7.26.0",
27+
"@babel/preset-env": "^7.26.9",
2828
"@babel/preset-typescript": "^7.26.0",
2929
"@types/hdkey": "^2.1.0",
3030
"@types/jest": "^29.5.14",
@@ -34,13 +34,13 @@
3434
"hdkey": "^2.1.0",
3535
"isomorphic-webcrypto": "^2.3.8",
3636
"jest": "^29.7.0",
37-
"jest-fixed-jsdom": "^0.0.7",
37+
"jest-fixed-jsdom": "^0.0.9",
3838
"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",
4141
"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"
4444
},
4545
"engines": {
4646
"node": ">=18"
@@ -55,10 +55,10 @@
5555
"loglevel": "^1.9.2"
5656
},
5757
"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"
6262
},
6363
"packageManager": "[email protected]",
6464
"pnpm": {

0 commit comments

Comments
 (0)