Skip to content

Commit

Permalink
chore(deps): update dependency typedoc-plugin-markdown to v3.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 1, 2023
1 parent 726c8d7 commit 2de6224
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion packages/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"lint-staged": "11.1.2",
"ts-jest": "27.1.3",
"typedoc": "0.22.13",
"typedoc-plugin-markdown": "3.11.14",
"typedoc-plugin-markdown": "3.17.0",
"typescript": "4.6.2"
}
}
8 changes: 4 additions & 4 deletions packages/base/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4024,10 +4024,10 @@ typedarray-to-buffer@^3.1.5:
dependencies:
is-typedarray "^1.0.0"

typedoc-plugin-markdown@3.11.14:
version "3.11.14"
resolved "https://registry.yarnpkg.com/typedoc-plugin-markdown/-/typedoc-plugin-markdown-3.11.14.tgz#2a7a04abd50b8f1e5d46793061d70229d504d2cd"
integrity sha512-lh47OQvl0079nB18YL9wuTRRhMpjo300SZKfx/xpQY8qG+GINeSxTod95QBELeI0NP81sNtUbemRDrn5nyef4Q==
typedoc-plugin-markdown@3.17.0:
version "3.17.0"
resolved "https://registry.yarnpkg.com/typedoc-plugin-markdown/-/typedoc-plugin-markdown-3.17.0.tgz#f4820efadcac80d0e04c2d3eb67a8cf616477923"
integrity sha512-+uh5fHNfNSGdUxae0FWOuJ8Xu9Sl08jkdshOg6dilAqN/ZXmYsUFFDKw70fYfiGxdCLvpUuyr9FYO+WAa2lHeA==
dependencies:
handlebars "^4.7.7"

Expand Down
2 changes: 1 addition & 1 deletion packages/case/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"ts-jest": "27.1.3",
"typescript": "4.6.2",
"typedoc": "0.22.13",
"typedoc-plugin-markdown": "3.11.14"
"typedoc-plugin-markdown": "3.17.0"
},
"dependencies": {
"case": "^1.6.3",
Expand Down
8 changes: 4 additions & 4 deletions packages/case/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4046,10 +4046,10 @@ typedarray-to-buffer@^3.1.5:
dependencies:
is-typedarray "^1.0.0"

typedoc-plugin-markdown@3.11.14:
version "3.11.14"
resolved "https://registry.yarnpkg.com/typedoc-plugin-markdown/-/typedoc-plugin-markdown-3.11.14.tgz#2a7a04abd50b8f1e5d46793061d70229d504d2cd"
integrity sha512-lh47OQvl0079nB18YL9wuTRRhMpjo300SZKfx/xpQY8qG+GINeSxTod95QBELeI0NP81sNtUbemRDrn5nyef4Q==
typedoc-plugin-markdown@3.17.0:
version "3.17.0"
resolved "https://registry.yarnpkg.com/typedoc-plugin-markdown/-/typedoc-plugin-markdown-3.17.0.tgz#f4820efadcac80d0e04c2d3eb67a8cf616477923"
integrity sha512-+uh5fHNfNSGdUxae0FWOuJ8Xu9Sl08jkdshOg6dilAqN/ZXmYsUFFDKw70fYfiGxdCLvpUuyr9FYO+WAa2lHeA==
dependencies:
handlebars "^4.7.7"

Expand Down
2 changes: 1 addition & 1 deletion packages/date/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"typescript": "4.6.2",
"luxon": "2.3.1",
"typedoc": "0.22.13",
"typedoc-plugin-markdown": "3.11.14"
"typedoc-plugin-markdown": "3.17.0"
},
"peerDependencies": {
"luxon": ">= 1.27.0 < 3"
Expand Down
8 changes: 4 additions & 4 deletions packages/date/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4039,10 +4039,10 @@ typedarray-to-buffer@^3.1.5:
dependencies:
is-typedarray "^1.0.0"

typedoc-plugin-markdown@3.11.14:
version "3.11.14"
resolved "https://registry.yarnpkg.com/typedoc-plugin-markdown/-/typedoc-plugin-markdown-3.11.14.tgz#2a7a04abd50b8f1e5d46793061d70229d504d2cd"
integrity sha512-lh47OQvl0079nB18YL9wuTRRhMpjo300SZKfx/xpQY8qG+GINeSxTod95QBELeI0NP81sNtUbemRDrn5nyef4Q==
typedoc-plugin-markdown@3.17.0:
version "3.17.0"
resolved "https://registry.yarnpkg.com/typedoc-plugin-markdown/-/typedoc-plugin-markdown-3.17.0.tgz#f4820efadcac80d0e04c2d3eb67a8cf616477923"
integrity sha512-+uh5fHNfNSGdUxae0FWOuJ8Xu9Sl08jkdshOg6dilAqN/ZXmYsUFFDKw70fYfiGxdCLvpUuyr9FYO+WAa2lHeA==
dependencies:
handlebars "^4.7.7"

Expand Down

0 comments on commit 2de6224

Please sign in to comment.