Skip to content

Commit c1726fa

Browse files
committed
Applying package updates.
1 parent 2efb9bf commit c1726fa

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.14",
8+
"@microsoft/tsdoc": "0.12.15",
99
"@types/node": "10.7.1",
1010
"colors": "~1.3.3"
1111
},

eslint-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-tsdoc",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "An ESLint plugin that validates TypeScript doc comments",
55
"keywords": [
66
"TypeScript",
@@ -26,7 +26,7 @@
2626
"test": "node lib/tests/index.js"
2727
},
2828
"dependencies": {
29-
"@microsoft/tsdoc": "0.12.14"
29+
"@microsoft/tsdoc": "0.12.15"
3030
},
3131
"devDependencies": {
3232
"@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.14",
13+
"@microsoft/tsdoc": "0.12.15",
1414
"@types/react": "16.9.11",
1515
"@types/react-dom": "16.9.3",
1616
"promise": "~8.0.3",

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.14",
3+
"version": "0.12.15",
44
"description": "A parser for the TypeScript doc comment syntax",
55
"keywords": [
66
"TypeScript",

0 commit comments

Comments
 (0)