Skip to content

Commit 708ab26

Browse files
authored
chore(dev-deps): bump some dev-deps (#1111)
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 9023fcb commit 708ab26

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

tools/code-style/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"eslint-plugin-simple-import-sort": "12.1.0",
2121
"eslint-plugin-tsdoc": "0.3.0",
2222
"globals": "^15.7.0",
23-
"typescript-eslint": "7.14.1"
23+
"typescript-eslint": "7.15.0"
2424
}
2525
}

tools/docs-gen/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"node": ">=20"
77
},
88
"dependencies": {
9-
"typedoc": "^0.25.0",
10-
"typedoc-plugin-missing-exports": "^2.0.1"
9+
"typedoc": "^0.26.3",
10+
"typedoc-plugin-missing-exports": "^3.0.0"
1111
}
1212
}

tsdoc.json

-5
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
33
"extends": ["./tools/docs-gen/tsdoc.json"],
44
"tagDefinitions": [
5-
{
6-
"tagName": "@since",
7-
"syntaxKind": "block",
8-
"allowMultiple": false
9-
},
105
{
116
"tagName": "@TODO",
127
"syntaxKind": "block",

0 commit comments

Comments
 (0)