Skip to content

Commit fcfc27e

Browse files
committed
Applying package updates.
1 parent 164a90d commit fcfc27e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.2.11",
3+
"version": "0.2.12",
44
"description": "An ESLint plugin that validates TypeScript doc comments",
55
"keywords": [
66
"TypeScript",
@@ -25,7 +25,7 @@
2525
},
2626
"dependencies": {
2727
"@microsoft/tsdoc": "0.13.0",
28-
"@microsoft/tsdoc-config": "0.14.0"
28+
"@microsoft/tsdoc-config": "0.15.0"
2929
},
3030
"devDependencies": {
3131
"@rushstack/eslint-config": "~2.3.1",

tsdoc-config/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-config",
3-
"version": "0.14.0",
3+
"version": "0.15.0",
44
"description": "A loader for the tsdoc.json file",
55
"keywords": [
66
"TypeScript",

0 commit comments

Comments
 (0)