Skip to content

Commit

Permalink
chore(deps): update dependency typedoc to v0.24.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 26, 2023
1 parent 1a12316 commit 2ae48e0
Show file tree
Hide file tree
Showing 7 changed files with 43 additions and 43 deletions.
62 changes: 31 additions & 31 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
]
},
"peerDependencies": {
"typedoc": "^0.23.0"
"typedoc": "^0.23.0 || ^0.24.0"
},
"devDependencies": {
"@alex_neo/jest-expect-message": "^1.0.5",
Expand Down Expand Up @@ -124,7 +124,7 @@
"tmp": "^0.2.1",
"ts-jest": "^29.0.0",
"type-fest": "^3.0.0",
"typedoc": "^0.23.28",
"typedoc": "^0.24.0",
"typescript": "^5.0.0",
"unionfs": "^4.4.0",
"yaml": "^2.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-code-blocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@knodes/typedoc-pluginutils": "~0.23.4"
},
"peerDependencies": {
"typedoc": "^0.23.0",
"typedoc": "^0.23.0 || ^0.24.0",
"minimatch": "^5.1.0 || ^8.0.0"
},
"devDependencies": {
Expand All @@ -66,7 +66,7 @@
"jsdom": "^21.0.0",
"rimraf": "^4.0.0",
"ts-jest": "^29.0.0",
"typedoc": "^0.23.28",
"typedoc": "^0.24.0",
"typescript": "^5.0.0",
"@types/minimatch": "^5.0.0",
"@types/marked": "^4.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@knodes/typedoc-pluginutils": "~0.23.4"
},
"peerDependencies": {
"typedoc": "^0.23.0",
"typedoc": "^0.23.0 || ^0.24.0",
"lunr": "^2.3.0"
},
"devDependencies": {
Expand All @@ -68,7 +68,7 @@
"jsdom": "^21.0.0",
"rimraf": "^4.0.0",
"ts-jest": "^29.0.0",
"typedoc": "^0.23.28",
"typedoc": "^0.24.0",
"typescript": "^5.0.0",
"@types/fs-extra": "^11.0.0",
"@types/lunr": "^2.3.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugintestbed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"unionfs": "^4.4.0"
},
"peerDependencies": {
"typedoc": "^0.23.0",
"typedoc": "^0.23.0 || ^0.24.0",
"@knodes/typedoc-pluginutils": "~0.23.4"
},
"devDependencies": {
Expand All @@ -63,7 +63,7 @@
"jsdom": "^21.0.0",
"rimraf": "^4.0.0",
"ts-jest": "^29.0.0",
"typedoc": "^0.23.28",
"typedoc": "^0.24.0",
"typescript": "^5.0.0",
"@types/js-beautify": "^1.13.3",
"fs-monkey": "^1.0.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/pluginutils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"semver": "^7.3.5"
},
"peerDependencies": {
"typedoc": "^0.23.0"
"typedoc": "^0.23.0 || ^0.24.0"
},
"devDependencies": {
"@knodes/eslint-config": "^1.6.5",
Expand All @@ -77,7 +77,7 @@
"jsdom": "^21.0.0",
"rimraf": "^4.0.0",
"ts-jest": "^29.0.0",
"typedoc": "^0.23.28",
"typedoc": "^0.24.0",
"typescript": "^5.0.0",
"@alex_neo/jest-expect-message": "^1.0.5",
"@types/semver": "^7.3.9",
Expand Down
4 changes: 2 additions & 2 deletions tools/proto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"lodash": "^4.17.21"
},
"peerDependencies": {
"typedoc": "^0.23.0"
"typedoc": "^0.23.0 || ^0.24.0"
},
"devDependencies": {
"@knodes/eslint-config": "^1.6.5",
Expand All @@ -56,7 +56,7 @@
"jsdom": "^21.0.0",
"rimraf": "^4.0.0",
"ts-jest": "^29.0.0",
"typedoc": "^0.23.28",
"typedoc": "^0.24.0",
"typescript": "^5.0.0"
}
}

0 comments on commit 2ae48e0

Please sign in to comment.