Skip to content

Commit aeda24b

Browse files
authored
Fix dep. (#119)
1 parent cace409 commit aeda24b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

packages/plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@vscode/codicons": "^0.0.35",
5252
"marked": "^9.1.4",
5353
"marked-smartypants": "^1.1.3",
54-
"typedoc": "0.25.0"
54+
"typedoc": "^0.25.3"
5555
},
5656
"devDependencies": {
5757
"@docusaurus/module-type-aliases": "^3.0.0",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7322,7 +7322,7 @@ __metadata:
73227322
marked-smartypants: "npm:^1.1.3"
73237323
react: "npm:^18.2.0"
73247324
react-dom: "npm:^18.2.0"
7325-
typedoc: "npm:0.25.0"
7325+
typedoc: "npm:^0.25.3"
73267326
typescript: "npm:^5.2.2"
73277327
peerDependencies:
73287328
"@docusaurus/core": ^3.0.0
@@ -17506,9 +17506,9 @@ __metadata:
1750617506
languageName: node
1750717507
linkType: hard
1750817508

17509-
"typedoc@npm:0.25.0":
17510-
version: 0.25.0
17511-
resolution: "typedoc@npm:0.25.0"
17509+
"typedoc@npm:^0.25.3":
17510+
version: 0.25.3
17511+
resolution: "typedoc@npm:0.25.3"
1751217512
dependencies:
1751317513
lunr: "npm:^2.3.9"
1751417514
marked: "npm:^4.3.0"
@@ -17518,7 +17518,7 @@ __metadata:
1751817518
typescript: 4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x
1751917519
bin:
1752017520
typedoc: bin/typedoc
17521-
checksum: 4a3a318c027c353a907d1f76f61d97b6b2490ec866e35b4bd26ad90ca05b63500523a11ce8b16640d2306601d995b77a7b11365fa7b2e0974fb0ea8d3c1b024f
17521+
checksum: 1dd06155589731143e18555f51c0ad0543136040684aefadff3117b3c3c0ffb7ea41dec9de2cf2cf50afb51f0450f3b8e93a73a7a2928c80aa2516a2d247db4a
1752217522
languageName: node
1752317523
linkType: hard
1752417524

0 commit comments

Comments
 (0)