From bab67532f80d731087eb167c586943e946dc8b11 Mon Sep 17 00:00:00 2001 From: Rushbot Date: Fri, 22 Jan 2021 18:07:19 +0000 Subject: [PATCH] Applying package updates. --- api-demo/package.json | 2 +- eslint-plugin/package.json | 6 +++--- playground/package.json | 2 +- tsdoc-config/package.json | 4 ++-- tsdoc/package.json | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/api-demo/package.json b/api-demo/package.json index 446a9158..17b7ca45 100644 --- a/api-demo/package.json +++ b/api-demo/package.json @@ -5,7 +5,7 @@ "description": "A code sample that illustrates usage of the API for @microsoft/tsdoc", "license": "MIT", "dependencies": { - "@microsoft/tsdoc": "0.12.24", + "@microsoft/tsdoc": "0.13.0", "colors": "~1.4.0", "typescript": "~3.9.7" }, diff --git a/eslint-plugin/package.json b/eslint-plugin/package.json index 8ad91ea0..cd55654a 100644 --- a/eslint-plugin/package.json +++ b/eslint-plugin/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-tsdoc", - "version": "0.2.10", + "version": "0.2.11", "description": "An ESLint plugin that validates TypeScript doc comments", "keywords": [ "TypeScript", @@ -24,8 +24,8 @@ "build": "heft test --clean" }, "dependencies": { - "@microsoft/tsdoc": "0.12.24", - "@microsoft/tsdoc-config": "0.13.9" + "@microsoft/tsdoc": "0.13.0", + "@microsoft/tsdoc-config": "0.14.0" }, "devDependencies": { "@rushstack/eslint-config": "~2.3.1", diff --git a/playground/package.json b/playground/package.json index 409a4b5f..c4dfae4e 100644 --- a/playground/package.json +++ b/playground/package.json @@ -9,7 +9,7 @@ "start": "heft start" }, "dependencies": { - "@microsoft/tsdoc": "0.12.24", + "@microsoft/tsdoc": "0.13.0", "@types/react-dom": "16.9.3", "@types/react": "16.9.11", "monaco-editor": "~0.17.1", diff --git a/tsdoc-config/package.json b/tsdoc-config/package.json index 592ec362..ceffe4c9 100644 --- a/tsdoc-config/package.json +++ b/tsdoc-config/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/tsdoc-config", - "version": "0.13.9", + "version": "0.14.0", "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.24", + "@microsoft/tsdoc": "0.13.0", "ajv": "~6.12.6", "jju": "~1.4.0", "resolve": "~1.19.0" diff --git a/tsdoc/package.json b/tsdoc/package.json index a4114c24..deaf0fec 100644 --- a/tsdoc/package.json +++ b/tsdoc/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/tsdoc", - "version": "0.12.24", + "version": "0.13.0", "description": "A parser for the TypeScript doc comment syntax", "keywords": [ "TypeScript",