Skip to content

Commit

Permalink
Update dependency typedoc-plugin-markdown to ^3.17.1 (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 5, 2024
1 parent 7350edb commit f2174e5
Show file tree
Hide file tree
Showing 20 changed files with 30 additions and 18 deletions.
12 changes: 12 additions & 0 deletions .changeset/renovate-af8d1b3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
'@jakubmazanec/args': patch
'@jakubmazanec/carson-templates': patch
'@jakubmazanec/carson': patch
'@jakubmazanec/cli': patch
'@jakubmazanec/error': patch
'@jakubmazanec/fs-utils': patch
'@jakubmazanec/template': patch
'@jakubmazanec/ts-utils': patch
'@jakubmazanec/zod-utils': patch
---
Dependency `typedoc-plugin-markdown` updated to version `^3.17.1`.
18 changes: 9 additions & 9 deletions package-lock.json

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

Binary file modified packages/args/.carson/project.snapshot
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/args/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"prettier": "^3.2.5",
"prettier-plugin-packagejson": "^2.4.3",
"typedoc": "^0.25.2",
"typedoc-plugin-markdown": "^3.15.1",
"typedoc-plugin-markdown": "^3.17.1",
"typescript": "^5.3.3",
"vitest": "^1.2.2"
},
Expand Down
Binary file modified packages/carson-templates/.carson/project.snapshot
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/carson-templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"prettier": "^3.2.5",
"prettier-plugin-packagejson": "^2.4.3",
"typedoc": "^0.25.2",
"typedoc-plugin-markdown": "^3.15.1",
"typedoc-plugin-markdown": "^3.17.1",
"typescript": "^5.3.3",
"vitest": "^1.2.2",
"zen-observable": "^0.10.0"
Expand Down
Binary file modified packages/carson/.carson/project.snapshot
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/carson/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"react": "^18.2.0",
"ts-node": "^10.9.2",
"typedoc": "^0.25.2",
"typedoc-plugin-markdown": "^3.15.1",
"typedoc-plugin-markdown": "^3.17.1",
"typescript": "^5.3.3",
"vitest": "^1.2.2"
},
Expand Down
Binary file modified packages/cli/.carson/project.snapshot
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"prettier-plugin-packagejson": "^2.4.3",
"react": "^18.2.0",
"typedoc": "^0.25.2",
"typedoc-plugin-markdown": "^3.15.1",
"typedoc-plugin-markdown": "^3.17.1",
"typescript": "^5.3.3",
"vitest": "^1.2.2"
},
Expand Down
Binary file modified packages/error/.carson/project.snapshot
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/error/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"prettier": "^3.2.5",
"prettier-plugin-packagejson": "^2.4.3",
"typedoc": "^0.25.2",
"typedoc-plugin-markdown": "^3.15.1",
"typedoc-plugin-markdown": "^3.17.1",
"typescript": "^5.3.3",
"vitest": "^1.2.2"
},
Expand Down
Binary file modified packages/fs-utils/.carson/project.snapshot
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/fs-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"prettier": "^3.2.5",
"prettier-plugin-packagejson": "^2.4.3",
"typedoc": "^0.25.2",
"typedoc-plugin-markdown": "^3.15.1",
"typedoc-plugin-markdown": "^3.17.1",
"typescript": "^5.3.3",
"vitest": "^1.2.2"
},
Expand Down
Binary file modified packages/template/.carson/project.snapshot
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"prettier": "^3.2.5",
"prettier-plugin-packagejson": "^2.4.3",
"typedoc": "^0.25.2",
"typedoc-plugin-markdown": "^3.15.1",
"typedoc-plugin-markdown": "^3.17.1",
"typescript": "^5.3.3",
"vitest": "^1.2.2"
},
Expand Down
Binary file modified packages/ts-utils/.carson/project.snapshot
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/ts-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"prettier": "^3.2.5",
"prettier-plugin-packagejson": "^2.4.3",
"typedoc": "^0.25.2",
"typedoc-plugin-markdown": "^3.15.1",
"typedoc-plugin-markdown": "^3.17.1",
"typescript": "^5.3.3",
"vitest": "^1.2.2"
},
Expand Down
Binary file modified packages/zod-utils/.carson/project.snapshot
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/zod-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"prettier": "^3.2.5",
"prettier-plugin-packagejson": "^2.4.3",
"typedoc": "^0.25.2",
"typedoc-plugin-markdown": "^3.15.1",
"typedoc-plugin-markdown": "^3.17.1",
"typescript": "^5.3.3",
"vitest": "^1.2.2",
"zod": "^3.22.4"
Expand Down

0 comments on commit f2174e5

Please sign in to comment.