Skip to content

Commit 69573cd

Browse files
committed
chore: update deltachat-jsonrpc JS dependencies
1 parent 5c2af42 commit 69573cd

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

deltachat-jsonrpc/typescript/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,31 @@
22
"author": "Delta Chat Developers (ML) <delta@codespeak.net>",
33
"dependencies": {
44
"@deltachat/tiny-emitter": "3.0.0",
5-
"isomorphic-ws": "^4.0.1",
5+
"isomorphic-ws": "^5.0.0",
66
"yerpc": "^0.6.2"
77
},
88
"devDependencies": {
9-
"@types/chai": "^4.2.21",
10-
"@types/chai-as-promised": "^7.1.5",
11-
"@types/mocha": "^9.0.0",
12-
"@types/ws": "^7.2.4",
13-
"c8": "^7.10.0",
9+
"@types/chai": "^4.3.10",
10+
"@types/chai-as-promised": "^7.1.8",
11+
"@types/mocha": "^10.0.4",
12+
"@types/ws": "^8.5.9",
13+
"c8": "^8.0.1",
1414
"chai": "^4.3.4",
1515
"chai-as-promised": "^7.1.1",
16-
"esbuild": "^0.17.9",
16+
"esbuild": "^0.25.5",
1717
"http-server": "^14.1.1",
18-
"mocha": "^9.1.1",
18+
"mocha": "^10.2.0",
1919
"npm-run-all": "^4.1.5",
20-
"prettier": "^2.6.2",
21-
"typedoc": "^0.23.2",
22-
"typescript": "^4.5.5",
20+
"prettier": "^3.5.3",
21+
"typedoc": "^0.28.5",
22+
"typescript": "^5.8.3",
2323
"ws": "^8.5.0"
2424
},
2525
"exports": {
2626
".": {
27+
"types": "./dist/deltachat.d.ts",
2728
"import": "./dist/deltachat.js",
28-
"require": "./dist/deltachat.cjs",
29-
"types": "./dist/deltachat.d.ts"
29+
"require": "./dist/deltachat.cjs"
3030
}
3131
},
3232
"license": "MPL-2.0",

0 commit comments

Comments
 (0)