Skip to content

Commit 4f3e575

Browse files
committed
Applying package updates.
1 parent a9df879 commit 4f3e575

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.0",
3+
"version": "0.2.1",
44
"description": "An ESLint plugin that validates TypeScript doc comments",
55
"keywords": [
66
"TypeScript",
@@ -27,7 +27,7 @@
2727
},
2828
"dependencies": {
2929
"@microsoft/tsdoc": "0.12.16",
30-
"@microsoft/tsdoc-config": "0.12.16"
30+
"@microsoft/tsdoc-config": "0.13.0"
3131
},
3232
"devDependencies": {
3333
"@rushstack/eslint-config": "0.4.0",

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

0 commit comments

Comments
 (0)