Skip to content

Commit

Permalink
chore(deps): update dependency typedoc to ^0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 25, 2023
1 parent c0cfea2 commit d6b6aff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"lint-staged": "^13.1.0",
"prettier": "^3.0.0",
"ts-jest": "^29.1.0",
"typedoc": "^0.24.4",
"typedoc": "^0.25.0",
"typedoc-plugin-markdown": "^3.1.1",
"typescript": "^5.0.0",
"zod": "^3.18.0"
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3306,7 +3306,7 @@ minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
dependencies:
brace-expansion "^1.1.7"

minimatch@^9.0.0:
minimatch@^9.0.3:
version "9.0.3"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
Expand Down Expand Up @@ -4307,14 +4307,14 @@ typedoc-plugin-markdown@^3.1.1:
dependencies:
handlebars "^4.7.7"

typedoc@^0.24.4:
version "0.24.8"
resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.24.8.tgz#cce9f47ba6a8d52389f5e583716a2b3b4335b63e"
integrity sha512-ahJ6Cpcvxwaxfu4KtjA8qZNqS43wYt6JL27wYiIgl1vd38WW/KWX11YuAeZhuz9v+ttrutSsgK+XO1CjL1kA3w==
typedoc@^0.25.0:
version "0.25.0"
resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.25.0.tgz#287f83d01c1c2186766884f4e04d698820d68115"
integrity sha512-FvCYWhO1n5jACE0C32qg6b3dSfQ8f2VzExnnRboowHtqUD6ARzM2r8YJeZFYXhcm2hI4C2oCRDgNPk/yaQUN9g==
dependencies:
lunr "^2.3.9"
marked "^4.3.0"
minimatch "^9.0.0"
minimatch "^9.0.3"
shiki "^0.14.1"

typescript@^5.0.0:
Expand Down

0 comments on commit d6b6aff

Please sign in to comment.