Skip to content

Commit f6ecb61

Browse files
committed
Applying package updates.
1 parent 296b69a commit f6ecb61

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.9.1",
8+
"@microsoft/tsdoc": "0.9.2",
99
"@types/node": "10.7.1",
1010
"colors": "~1.3.2"
1111
},

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"start": "node node_modules/webpack-dev-server/bin/webpack-dev-server --config webpack.dev.config.js --open"
1010
},
1111
"dependencies": {
12-
"@microsoft/tsdoc": "0.9.1",
12+
"@microsoft/tsdoc": "0.9.2",
1313
"@types/react": "16.4.16",
1414
"@types/react-dom": "16.0.8",
1515
"promise": "8.0.1",

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

0 commit comments

Comments
 (0)