Skip to content

Commit 9e0c30a

Browse files
committed
Applying package updates.
1 parent d2bf182 commit 9e0c30a

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

api-demo/package.json

Lines changed: 1 addition & 1 deletion
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.12.15",
8+
"@microsoft/tsdoc": "0.12.16",
99
"@types/node": "10.17.5",
1010
"colors": "~1.3.3"
1111
},

eslint-plugin/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-tsdoc",
3-
"version": "0.1.2",
3+
"version": "0.2.0",
44
"description": "An ESLint plugin that validates TypeScript doc comments",
55
"keywords": [
66
"TypeScript",
@@ -26,8 +26,8 @@
2626
"test": "node lib/tests/index.js"
2727
},
2828
"dependencies": {
29-
"@microsoft/tsdoc": "0.12.15",
30-
"@microsoft/tsdoc-config": "0.12.15"
29+
"@microsoft/tsdoc": "0.12.16",
30+
"@microsoft/tsdoc-config": "0.12.16"
3131
},
3232
"devDependencies": {
3333
"@rushstack/eslint-config": "0.4.0",

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"start": "node node_modules/webpack-dev-server/bin/webpack-dev-server --config webpack.dev.config.js --open"
1111
},
1212
"dependencies": {
13-
"@microsoft/tsdoc": "0.12.15",
13+
"@microsoft/tsdoc": "0.12.16",
1414
"@types/react": "16.9.11",
1515
"@types/react-dom": "16.9.3",
1616
"promise": "~8.0.3",

tsdoc-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/tsdoc-config",
3-
"version": "0.12.15",
3+
"version": "0.12.16",
44
"description": "A loader for the tsdoc.json file",
55
"keywords": [
66
"TypeScript",
@@ -20,7 +20,7 @@
2020
"typings": "lib/index.d.ts",
2121
"license": "MIT",
2222
"dependencies": {
23-
"@microsoft/tsdoc": "0.12.15",
23+
"@microsoft/tsdoc": "0.12.16",
2424
"ajv": "~6.10.2",
2525
"resolve": "~1.12.0"
2626
},

tsdoc/package.json

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

0 commit comments

Comments
 (0)