This commit is contained in:
Local Admin by Powershell 2018-11-20 07:42:17 +00:00
Родитель 11a787e4c2
Коммит e2718c33b2
3 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -5,7 +5,7 @@
"description": "A code sample that illustrates usage of the API for @microsoft/tsdoc", "description": "A code sample that illustrates usage of the API for @microsoft/tsdoc",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@microsoft/tsdoc": "0.12.2", "@microsoft/tsdoc": "0.12.3",
"@types/node": "10.7.1", "@types/node": "10.7.1",
"colors": "~1.3.2" "colors": "~1.3.2"
}, },

Просмотреть файл

@ -9,7 +9,7 @@
"start": "node node_modules/webpack-dev-server/bin/webpack-dev-server --config webpack.dev.config.js --open" "start": "node node_modules/webpack-dev-server/bin/webpack-dev-server --config webpack.dev.config.js --open"
}, },
"dependencies": { "dependencies": {
"@microsoft/tsdoc": "0.12.2", "@microsoft/tsdoc": "0.12.3",
"@types/react": "16.4.18", "@types/react": "16.4.18",
"@types/react-dom": "16.0.9", "@types/react-dom": "16.0.9",
"promise": "8.0.1", "promise": "8.0.1",

Просмотреть файл

@ -1,6 +1,6 @@
{ {
"name": "@microsoft/tsdoc", "name": "@microsoft/tsdoc",
"version": "0.12.2", "version": "0.12.3",
"description": "A parser for the TypeScript doc comment syntax", "description": "A parser for the TypeScript doc comment syntax",
"keywords": [ "keywords": [
"TypeScript", "TypeScript",