Skip to content

chore(deps): update dependency typedoc to ^0.24.0 #4468

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@
"rimraf": "^4.0.4",
"storybook": "7.0.2",
"turndown": "^7.0.0",
"typedoc": "^0.23.26",
"typedoc-plugin-markdown": "^3.14.0",
"typedoc": "^0.24.0",
"typescript": "5.0.4",
"vite": "^4.1.1",
"vite-plugin-istanbul": "^4.0.0",
Expand Down
1 change: 0 additions & 1 deletion typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"entryPoints": ["packages/cypress-commands"],
"entryPointStrategy": "expand",
"out": "temp/typedoc",
"plugin": ["typedoc-plugin-markdown"],
"exclude": ["**/dist/**/*", "**/test/**/*"],
"excludePrivate": true,
"json": "./packages/cypress-commands/api.json"
Expand Down
22 changes: 5 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21171,20 +21171,9 @@ __metadata:
languageName: node
linkType: hard

"typedoc-plugin-markdown@npm:^3.14.0":
version: 3.14.0
resolution: "typedoc-plugin-markdown@npm:3.14.0"
dependencies:
handlebars: ^4.7.7
peerDependencies:
typedoc: ">=0.23.0"
checksum: 6205600052185b4b193ab8a253d9df5ccbc95002c948a07f9024bcd26f0f23fbcc089fda4d6b4c8f4172f4eaca2bf9c32129989f6baaace7261cf4a0e41c976b
languageName: node
linkType: hard

"typedoc@npm:^0.23.26":
version: 0.23.28
resolution: "typedoc@npm:0.23.28"
"typedoc@npm:^0.24.0":
version: 0.24.1
resolution: "typedoc@npm:0.24.1"
dependencies:
lunr: ^2.3.9
marked: ^4.2.12
Expand All @@ -21194,7 +21183,7 @@ __metadata:
typescript: 4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x
bin:
typedoc: bin/typedoc
checksum: 40eb4e207aac1b734e09400cf03f543642cc7b11000895198dd5a0d3166315759ccf4ac30a2915153597c5c186101c72bac2f1fc12b428184a9274d3a0e44c5e
checksum: 49ecc56060a9d37fd3da4fb57f0a848bf618f3b97542ef503dad67e805a611359ad2453a625da0e2dd7a2d9eb7992bcefded58115b5cb3ddc98780b548e6dfd5
languageName: node
linkType: hard

Expand Down Expand Up @@ -21323,8 +21312,7 @@ __metadata:
storybook: 7.0.2
tocbot: ^4.12.0
turndown: ^7.0.0
typedoc: ^0.23.26
typedoc-plugin-markdown: ^3.14.0
typedoc: ^0.24.0
typescript: 5.0.4
vite: ^4.1.1
vite-plugin-istanbul: ^4.0.0
Expand Down