Skip to content

Commit

Permalink
Fixed pkg version
Browse files Browse the repository at this point in the history
  • Loading branch information
tgreyuk committed Feb 21, 2021
1 parent ed816e5 commit 5ce7d23
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/docusaurus-plugin-typedoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"devDependencies": {
"@docusaurus/types": "^2.0.0-alpha.37",
"typedoc-plugin-markdown": "^3.5.1"
"typedoc-plugin-markdown": "^3.5.0"
},
"scripts": {
"lint": "eslint ./src --ext .ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/typedoc-bitbucket-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"typedoc-plugin-markdown": ">=3.1.0"
},
"devDependencies": {
"typedoc-plugin-markdown": "^3.5.1"
"typedoc-plugin-markdown": "^3.5.0"
},
"keywords": []
}
2 changes: 1 addition & 1 deletion packages/typedoc-github-wiki-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"typedoc-plugin-markdown": ">=3.4.0"
},
"devDependencies": {
"typedoc-plugin-markdown": "^3.5.1"
"typedoc-plugin-markdown": "^3.5.0"
},
"keywords": []
}
2 changes: 1 addition & 1 deletion packages/vuepress-plugin-typedoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"typedoc-plugin-markdown": ">=3.4.0"
},
"devDependencies": {
"typedoc-plugin-markdown": "^3.5.1"
"typedoc-plugin-markdown": "^3.5.0"
},
"scripts": {
"lint": "eslint ./src --ext .ts",
Expand Down

0 comments on commit 5ce7d23

Please sign in to comment.