Skip to content

Commit

Permalink
Update dependency typedoc-plugin-markdown to v4 (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 3, 2024
1 parent 262bfb6 commit d8fb2f4
Show file tree
Hide file tree
Showing 20 changed files with 34 additions and 71 deletions.
12 changes: 12 additions & 0 deletions .changeset/renovate-9b272e5.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 `^4.0.3`.
75 changes: 13 additions & 62 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 @@ -45,7 +45,7 @@
"prettier": "^3.2.5",
"prettier-plugin-packagejson": "^2.4.12",
"typedoc": "^0.25.13",
"typedoc-plugin-markdown": "^3.17.1",
"typedoc-plugin-markdown": "^4.0.3",
"typescript": "^5.4.5",
"vitest": "^1.3.1"
},
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 @@ -52,7 +52,7 @@
"prettier": "^3.2.5",
"prettier-plugin-packagejson": "^2.4.12",
"typedoc": "^0.25.13",
"typedoc-plugin-markdown": "^3.17.1",
"typedoc-plugin-markdown": "^4.0.3",
"typescript": "^5.4.5",
"vitest": "^1.3.1",
"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 @@ -75,7 +75,7 @@
"react": "^18.2.0",
"ts-node": "^10.9.2",
"typedoc": "^0.25.13",
"typedoc-plugin-markdown": "^3.17.1",
"typedoc-plugin-markdown": "^4.0.3",
"typescript": "^5.4.5",
"vitest": "^1.3.1"
},
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 @@ -57,7 +57,7 @@
"prettier-plugin-packagejson": "^2.4.12",
"react": "^18.2.0",
"typedoc": "^0.25.13",
"typedoc-plugin-markdown": "^3.17.1",
"typedoc-plugin-markdown": "^4.0.3",
"typescript": "^5.4.5",
"vitest": "^1.3.1"
},
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 @@ -42,7 +42,7 @@
"prettier": "^3.2.5",
"prettier-plugin-packagejson": "^2.4.12",
"typedoc": "^0.25.13",
"typedoc-plugin-markdown": "^3.17.1",
"typedoc-plugin-markdown": "^4.0.3",
"typescript": "^5.4.5",
"vitest": "^1.3.1"
},
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 @@ -43,7 +43,7 @@
"prettier": "^3.2.5",
"prettier-plugin-packagejson": "^2.4.12",
"typedoc": "^0.25.13",
"typedoc-plugin-markdown": "^3.17.1",
"typedoc-plugin-markdown": "^4.0.3",
"typescript": "^5.4.5",
"vitest": "^1.3.1"
},
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 @@ -54,7 +54,7 @@
"prettier": "^3.2.5",
"prettier-plugin-packagejson": "^2.4.12",
"typedoc": "^0.25.13",
"typedoc-plugin-markdown": "^3.17.1",
"typedoc-plugin-markdown": "^4.0.3",
"typescript": "^5.4.5",
"vitest": "^1.3.1"
},
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 @@ -39,7 +39,7 @@
"prettier": "^3.2.5",
"prettier-plugin-packagejson": "^2.4.12",
"typedoc": "^0.25.13",
"typedoc-plugin-markdown": "^3.17.1",
"typedoc-plugin-markdown": "^4.0.3",
"typescript": "^5.4.5",
"vitest": "^1.3.1"
},
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 @@ -42,7 +42,7 @@
"prettier": "^3.2.5",
"prettier-plugin-packagejson": "^2.4.12",
"typedoc": "^0.25.13",
"typedoc-plugin-markdown": "^3.17.1",
"typedoc-plugin-markdown": "^4.0.3",
"typescript": "^5.4.5",
"vitest": "^1.3.1",
"zod": "^3.23.8"
Expand Down

0 comments on commit d8fb2f4

Please sign in to comment.