Skip to content

Commit df9eaf6

Browse files
committed
Applying package updates.
1 parent 76e76ad commit df9eaf6

34 files changed

Lines changed: 81 additions & 81 deletions

File tree

apps/api-documenter/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/api-documenter",
3-
"version": "7.3.0",
3+
"version": "7.3.1",
44
"description": "Read JSON files from api-extractor, generate documentation pages",
55
"repository": {
66
"type": "git",
@@ -23,8 +23,8 @@
2323
"js-yaml": "~3.13.1"
2424
},
2525
"devDependencies": {
26-
"@microsoft/rush-stack-compiler-3.2": "0.3.16",
27-
"@microsoft/node-library-build": "6.0.64",
26+
"@microsoft/rush-stack-compiler-3.2": "0.3.17",
27+
"@microsoft/node-library-build": "6.0.65",
2828
"@types/js-yaml": "3.12.1",
2929
"@types/node": "8.5.8",
3030
"gulp": "~3.9.1",

apps/rush-lib/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"license": "MIT",
2323
"dependencies": {
2424
"@microsoft/node-core-library": "3.13.0",
25-
"@microsoft/package-deps-hash": "2.2.155",
26-
"@microsoft/stream-collator": "3.0.70",
25+
"@microsoft/package-deps-hash": "2.2.156",
26+
"@microsoft/stream-collator": "3.0.71",
2727
"@microsoft/ts-command-line": "4.2.5",
2828
"@pnpm/link-bins": "~1.0.1",
2929
"@pnpm/logger": "~1.0.1",
@@ -49,8 +49,8 @@
4949
"z-schema": "~3.18.3"
5050
},
5151
"devDependencies": {
52-
"@microsoft/rush-stack-compiler-3.2": "0.3.16",
53-
"@microsoft/node-library-build": "6.0.64",
52+
"@microsoft/rush-stack-compiler-3.2": "0.3.17",
53+
"@microsoft/node-library-build": "6.0.65",
5454
"@types/node": "8.5.8",
5555
"@types/node-fetch": "1.6.9",
5656
"@types/tar": "4.0.0",

apps/rush/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
"semver": "~5.3.0"
3838
},
3939
"devDependencies": {
40-
"@microsoft/rush-stack-compiler-3.2": "0.3.16",
41-
"@microsoft/node-library-build": "6.0.64",
40+
"@microsoft/rush-stack-compiler-3.2": "0.3.17",
41+
"@microsoft/node-library-build": "6.0.65",
4242
"@types/chai": "3.4.34",
4343
"@types/mocha": "5.2.5",
4444
"@types/node": "8.5.8",

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.1.8",
13-
"@microsoft/api-documenter": "7.3.0",
13+
"@microsoft/api-documenter": "7.3.1",
1414
"@types/jest": "23.3.11",
1515
"@types/node": "8.5.8",
1616
"fs-extra": "~7.0.1",

build-tests/node-library-build-test/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
"@types/node": "8.5.8"
1212
},
1313
"devDependencies": {
14-
"@microsoft/node-library-build": "6.0.64",
14+
"@microsoft/node-library-build": "6.0.65",
1515
"@types/chai": "3.4.34",
1616
"@types/mocha": "5.2.5",
1717
"chai": "~3.5.0",
1818
"gulp": "~3.9.1",
19-
"@microsoft/rush-stack-compiler-3.2": "0.3.16"
19+
"@microsoft/rush-stack-compiler-3.2": "0.3.17"
2020
}
2121
}

build-tests/rush-stack-compiler-2.4-library-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@types/node": "8.5.8"
1313
},
1414
"devDependencies": {
15-
"@microsoft/node-library-build": "6.0.64",
15+
"@microsoft/node-library-build": "6.0.65",
1616
"@microsoft/rush-stack-compiler-2.4": "0.6.16",
1717
"gulp": "~3.9.1"
1818
}

build-tests/rush-stack-compiler-2.7-library-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@types/node": "8.5.8"
1313
},
1414
"devDependencies": {
15-
"@microsoft/node-library-build": "6.0.64",
15+
"@microsoft/node-library-build": "6.0.65",
1616
"@microsoft/rush-stack-compiler-2.7": "0.6.16",
1717
"gulp": "~3.9.1"
1818
}

build-tests/rush-stack-compiler-2.8-library-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@types/node": "8.5.8"
1313
},
1414
"devDependencies": {
15-
"@microsoft/node-library-build": "6.0.64",
15+
"@microsoft/node-library-build": "6.0.65",
1616
"@microsoft/rush-stack-compiler-2.8": "0.1.3",
1717
"gulp": "~3.9.1"
1818
}

build-tests/rush-stack-compiler-2.9-library-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@types/node": "8.5.8"
1313
},
1414
"devDependencies": {
15-
"@microsoft/node-library-build": "6.0.64",
15+
"@microsoft/node-library-build": "6.0.65",
1616
"@microsoft/rush-stack-compiler-2.9": "0.7.16",
1717
"gulp": "~3.9.1"
1818
}

build-tests/rush-stack-compiler-3.0-library-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@types/node": "8.5.8"
1313
},
1414
"devDependencies": {
15-
"@microsoft/node-library-build": "6.0.64",
15+
"@microsoft/node-library-build": "6.0.65",
1616
"@microsoft/rush-stack-compiler-3.0": "0.6.16",
1717
"gulp": "~3.9.1"
1818
}

0 commit comments

Comments
 (0)