Skip to content

Commit b7bddc1

Browse files
committed
Applying package updates.
1 parent 1f4358d commit b7bddc1

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

Diff for: api-demo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "A code sample that illustrates usage of the API for @microsoft/tsdoc",
66
"license": "MIT",
77
"dependencies": {
8-
"@microsoft/tsdoc": "0.14.0",
8+
"@microsoft/tsdoc": "0.14.1",
99
"colors": "~1.4.0",
1010
"typescript": "~3.9.7"
1111
},

Diff for: eslint-plugin/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-tsdoc",
3-
"version": "0.2.15",
3+
"version": "0.2.16",
44
"description": "An ESLint plugin that validates TypeScript doc comments",
55
"keywords": [
66
"TypeScript",
@@ -25,8 +25,8 @@
2525
"build": "heft test --clean"
2626
},
2727
"dependencies": {
28-
"@microsoft/tsdoc": "0.14.0",
29-
"@microsoft/tsdoc-config": "0.16.0"
28+
"@microsoft/tsdoc": "0.14.1",
29+
"@microsoft/tsdoc-config": "0.16.1"
3030
},
3131
"devDependencies": {
3232
"@rushstack/eslint-config": "~2.3.1",

Diff for: playground/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"start": "heft start"
1010
},
1111
"dependencies": {
12-
"@microsoft/tsdoc": "0.14.0",
12+
"@microsoft/tsdoc": "0.14.1",
1313
"@types/react-dom": "16.9.3",
1414
"@types/react": "16.9.11",
1515
"monaco-editor": "~0.17.1",

Diff for: tsdoc-config/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/tsdoc-config",
3-
"version": "0.16.0",
3+
"version": "0.16.1",
44
"description": "A loader for the tsdoc.json file",
55
"keywords": [
66
"TypeScript",
@@ -21,7 +21,7 @@
2121
"typings": "lib/index.d.ts",
2222
"license": "MIT",
2323
"dependencies": {
24-
"@microsoft/tsdoc": "0.14.0",
24+
"@microsoft/tsdoc": "0.14.1",
2525
"ajv": "~6.12.6",
2626
"jju": "~1.4.0",
2727
"resolve": "~1.19.0"

Diff for: tsdoc/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/tsdoc",
3-
"version": "0.14.0",
3+
"version": "0.14.1",
44
"description": "A parser for the TypeScript doc comment syntax",
55
"keywords": [
66
"TypeScript",

0 commit comments

Comments
 (0)