Skip to content

Commit 5b28561

Browse files
authored
Merge pull request #31 from hildjj/update-dependencies
Update dependencies
2 parents 0fc9a6d + 6b88846 commit 5b28561

File tree

3 files changed

+159
-285
lines changed

3 files changed

+159
-285
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Example:
2828
const wsd = require('websequencediagrams');
2929
const fs = require('node:fs');
3030

31-
(async() => {
31+
(async () => {
3232
const [buf, typ] = await wsd.diagram('Alice->Bob: message', 'modern-blue', 'png');
3333
console.log('Received MIME type:', typ);
3434
fs.writeFile('my.png', buf);

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,21 +34,21 @@
3434
"release": "npm version patch && git push --follow-tags && npm publish"
3535
},
3636
"devDependencies": {
37-
"@cto.af/eslint-config": "^6.0.9",
38-
"@eslint/markdown": "6.6.0",
39-
"@types/node": "^24.0.10",
40-
"ava": "^6.4.0",
37+
"@cto.af/eslint-config": "^6.0.13",
38+
"@eslint/markdown": "7.1.0",
39+
"@types/node": "^24.2.0",
40+
"ava": "^6.4.1",
4141
"c8": "10.1.3",
42-
"eslint": "^9.30.1",
43-
"eslint-plugin-jsdoc": "^51.3.3",
44-
"nock": "14.0.5",
42+
"eslint": "^9.32.0",
43+
"eslint-plugin-jsdoc": "^52.0.4",
44+
"nock": "14.0.9",
4545
"tmp-promise": "^3.0.3",
46-
"typescript": "5.8.3"
46+
"typescript": "5.9.2"
4747
},
4848
"dependencies": {
4949
"yargs": "^18.0.0"
5050
},
51-
"packageManager": "pnpm@10.12.4",
51+
"packageManager": "pnpm@10.14.0",
5252
"engines": {
5353
"node": ">=20"
5454
}

0 commit comments

Comments
 (0)