Skip to content

Commit

Permalink
Applying package updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
rushbot committed Jan 22, 2021
1 parent d952784 commit bab6753
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion api-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "A code sample that illustrates usage of the API for @microsoft/tsdoc",
"license": "MIT",
"dependencies": {
"@microsoft/tsdoc": "0.12.24",
"@microsoft/tsdoc": "0.13.0",
"colors": "~1.4.0",
"typescript": "~3.9.7"
},
Expand Down
6 changes: 3 additions & 3 deletions eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-tsdoc",
"version": "0.2.10",
"version": "0.2.11",
"description": "An ESLint plugin that validates TypeScript doc comments",
"keywords": [
"TypeScript",
Expand All @@ -24,8 +24,8 @@
"build": "heft test --clean"
},
"dependencies": {
"@microsoft/tsdoc": "0.12.24",
"@microsoft/tsdoc-config": "0.13.9"
"@microsoft/tsdoc": "0.13.0",
"@microsoft/tsdoc-config": "0.14.0"
},
"devDependencies": {
"@rushstack/eslint-config": "~2.3.1",
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start": "heft start"
},
"dependencies": {
"@microsoft/tsdoc": "0.12.24",
"@microsoft/tsdoc": "0.13.0",
"@types/react-dom": "16.9.3",
"@types/react": "16.9.11",
"monaco-editor": "~0.17.1",
Expand Down
4 changes: 2 additions & 2 deletions tsdoc-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/tsdoc-config",
"version": "0.13.9",
"version": "0.14.0",
"description": "A loader for the tsdoc.json file",
"keywords": [
"TypeScript",
Expand All @@ -20,7 +20,7 @@
"typings": "lib/index.d.ts",
"license": "MIT",
"dependencies": {
"@microsoft/tsdoc": "0.12.24",
"@microsoft/tsdoc": "0.13.0",
"ajv": "~6.12.6",
"jju": "~1.4.0",
"resolve": "~1.19.0"
Expand Down
2 changes: 1 addition & 1 deletion tsdoc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/tsdoc",
"version": "0.12.24",
"version": "0.13.0",
"description": "A parser for the TypeScript doc comment syntax",
"keywords": [
"TypeScript",
Expand Down

0 comments on commit bab6753

Please sign in to comment.