Skip to content

Commit

Permalink
chore: Updated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
tgreyuk committed Apr 11, 2023
1 parent f777028 commit 5326f14
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions packages/docusaurus-plugin-typedoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
},
"homepage": "https://github.com/tgreyuk/typedoc-plugin-markdown/tree/master/packages/docusaurus-plugin-typedoc",
"peerDependencies": {
"typedoc": ">=0.23.0",
"typedoc-plugin-markdown": ">=3.13.0"
"typedoc": ">=0.24.0",
"typedoc-plugin-markdown": ">=3.15.0"
},
"devDependencies": {
"typedoc-plugin-markdown": "^3.13.0"
"typedoc-plugin-markdown": "^3.15.0"
},
"scripts": {
"lint": "eslint ./src --ext .ts",
Expand Down
6 changes: 3 additions & 3 deletions packages/typedoc-github-wiki-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
"author": "Thomas Grey",
"license": "MIT",
"peerDependencies": {
"typedoc": ">=0.23.0",
"typedoc-plugin-markdown": ">=3.13.0"
"typedoc": ">=0.24.0",
"typedoc-plugin-markdown": ">=3.15.0"
},
"devDependencies": {
"typedoc-plugin-markdown": "^3.13.0"
"typedoc-plugin-markdown": "^3.15.0"
},
"keywords": [
"typedoc",
Expand Down
6 changes: 3 additions & 3 deletions packages/typedoc-gitlab-wiki-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
"author": "Thomas Grey",
"license": "MIT",
"peerDependencies": {
"typedoc": ">=0.23.0",
"typedoc-plugin-markdown": ">=3.13.0"
"typedoc": ">=0.24.0",
"typedoc-plugin-markdown": ">=3.15.0"
},
"devDependencies": {
"typedoc-plugin-markdown": "^3.13.0"
"typedoc-plugin-markdown": "^3.15.0"
},
"keywords": [
"typedoc",
Expand Down
2 changes: 1 addition & 1 deletion packages/typedoc-plugin-markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"typedoc"
],
"peerDependencies": {
"typedoc": ">=0.23.0"
"typedoc": ">=0.24.0"
},
"dependencies": {
"handlebars": "^4.7.7"
Expand Down
6 changes: 3 additions & 3 deletions packages/vuepress-plugin-typedoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
"build": "rm -rf ./dist && tsc"
},
"peerDependencies": {
"typedoc": ">=0.23.0",
"typedoc-plugin-markdown": ">=3.13.0"
"typedoc": ">=0.24.0",
"typedoc-plugin-markdown": ">=3.15.0"
},
"devDependencies": {
"typedoc-plugin-markdown": ">=3.13.0"
"typedoc-plugin-markdown": ">=3.15.0"
},
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit 5326f14

Please sign in to comment.