Skip to content

Commit

Permalink
Applying package updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
rushbot committed Apr 9, 2022
1 parent 1f4358d commit b7bddc1
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.14.0",
"@microsoft/tsdoc": "0.14.1",
"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.15",
"version": "0.2.16",
"description": "An ESLint plugin that validates TypeScript doc comments",
"keywords": [
"TypeScript",
Expand All @@ -25,8 +25,8 @@
"build": "heft test --clean"
},
"dependencies": {
"@microsoft/tsdoc": "0.14.0",
"@microsoft/tsdoc-config": "0.16.0"
"@microsoft/tsdoc": "0.14.1",
"@microsoft/tsdoc-config": "0.16.1"
},
"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.14.0",
"@microsoft/tsdoc": "0.14.1",
"@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.16.0",
"version": "0.16.1",
"description": "A loader for the tsdoc.json file",
"keywords": [
"TypeScript",
Expand All @@ -21,7 +21,7 @@
"typings": "lib/index.d.ts",
"license": "MIT",
"dependencies": {
"@microsoft/tsdoc": "0.14.0",
"@microsoft/tsdoc": "0.14.1",
"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.14.0",
"version": "0.14.1",
"description": "A parser for the TypeScript doc comment syntax",
"keywords": [
"TypeScript",
Expand Down

0 comments on commit b7bddc1

Please sign in to comment.