Skip to content

Commit a8d3f27

Browse files
committed
Applying package updates.
1 parent 1bd3875 commit a8d3f27

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

apps/api-documenter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/api-documenter",
3-
"version": "7.3.20",
3+
"version": "7.4.0",
44
"description": "Read JSON files from api-extractor, generate documentation pages",
55
"repository": {
66
"type": "git",

build-tests/api-documenter-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@microsoft/api-extractor": "7.3.11",
13-
"@microsoft/api-documenter": "7.3.20",
13+
"@microsoft/api-documenter": "7.4.0",
1414
"@types/jest": "23.3.11",
1515
"@types/node": "8.5.8",
1616
"fs-extra": "~7.0.1",

repo-scripts/doc-plugin-rush-stack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"build": "gulp test --clean"
1111
},
1212
"dependencies": {
13-
"@microsoft/api-documenter": "7.3.20",
13+
"@microsoft/api-documenter": "7.4.0",
1414
"@microsoft/api-extractor-model": "7.3.4",
1515
"@microsoft/node-core-library": "3.14.1",
1616
"@microsoft/tsdoc": "0.12.14",

repo-scripts/generate-api-docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
},
1010
"dependencies": {
1111
"doc-plugin-rush-stack": "1.0.0",
12-
"@microsoft/api-documenter": "7.3.20"
12+
"@microsoft/api-documenter": "7.4.0"
1313
}
1414
}

0 commit comments

Comments
 (0)