This commit is contained in:
Rushbot 2020-03-27 23:14:54 +00:00
Родитель ac39d6ce4c
Коммит b2bdf5ca8a
5 изменённых файлов: 8 добавлений и 8 удалений

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

@ -5,7 +5,7 @@
"description": "A code sample that illustrates usage of the API for @microsoft/tsdoc",
"license": "MIT",
"dependencies": {
"@microsoft/tsdoc": "0.12.18",
"@microsoft/tsdoc": "0.12.19",
"@types/node": "10.17.5",
"colors": "~1.3.3"
},

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

@ -1,6 +1,6 @@
{
"name": "eslint-plugin-tsdoc",
"version": "0.2.3",
"version": "0.2.4",
"description": "An ESLint plugin that validates TypeScript doc comments",
"keywords": [
"TypeScript",
@ -26,8 +26,8 @@
"test": "node lib/tests/index.js"
},
"dependencies": {
"@microsoft/tsdoc": "0.12.18",
"@microsoft/tsdoc-config": "0.13.2"
"@microsoft/tsdoc": "0.12.19",
"@microsoft/tsdoc-config": "0.13.3"
},
"devDependencies": {
"@rushstack/eslint-config": "0.4.0",

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

@ -10,7 +10,7 @@
"start": "node node_modules/webpack-dev-server/bin/webpack-dev-server --config webpack.dev.config.js --open"
},
"dependencies": {
"@microsoft/tsdoc": "0.12.18",
"@microsoft/tsdoc": "0.12.19",
"@types/react": "16.9.11",
"@types/react-dom": "16.9.3",
"promise": "~8.0.3",

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

@ -1,6 +1,6 @@
{
"name": "@microsoft/tsdoc-config",
"version": "0.13.2",
"version": "0.13.3",
"description": "A loader for the tsdoc.json file",
"keywords": [
"TypeScript",
@ -20,7 +20,7 @@
"typings": "lib/index.d.ts",
"license": "MIT",
"dependencies": {
"@microsoft/tsdoc": "0.12.18",
"@microsoft/tsdoc": "0.12.19",
"ajv": "~6.10.2",
"jju": "~1.4.0",
"resolve": "~1.12.0"

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

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