Skip to content

Commit 41737cb

Browse files
committed
Applying package updates.
1 parent e861bc8 commit 41737cb

File tree

53 files changed

+128
-128
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+128
-128
lines changed

apps/api-documenter/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/api-documenter",
3-
"version": "7.3.14",
3+
"version": "7.3.15",
44
"description": "Read JSON files from api-extractor, generate documentation pages",
55
"repository": {
66
"type": "git",
@@ -17,14 +17,14 @@
1717
"dependencies": {
1818
"@microsoft/api-extractor-model": "7.3.2",
1919
"@microsoft/node-core-library": "3.14.0",
20-
"@microsoft/ts-command-line": "4.2.6",
20+
"@microsoft/ts-command-line": "4.2.7",
2121
"@microsoft/tsdoc": "0.12.12",
2222
"colors": "~1.2.1",
2323
"js-yaml": "~3.13.1"
2424
},
2525
"devDependencies": {
26-
"@microsoft/rush-stack-compiler-3.4": "0.1.16",
27-
"@microsoft/node-library-build": "6.1.3",
26+
"@microsoft/rush-stack-compiler-3.4": "0.1.17",
27+
"@microsoft/node-library-build": "6.1.4",
2828
"@types/jest": "23.3.11",
2929
"@types/js-yaml": "3.12.1",
3030
"@types/node": "8.5.8",

apps/api-extractor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/api-extractor",
3-
"version": "7.3.7",
3+
"version": "7.3.8",
44
"description": "Analyze the exported API for a TypeScript library and generate reviews, documentation, and .d.ts rollups",
55
"keywords": [
66
"typescript",
@@ -34,7 +34,7 @@
3434
"dependencies": {
3535
"@microsoft/api-extractor-model": "7.3.2",
3636
"@microsoft/node-core-library": "3.14.0",
37-
"@microsoft/ts-command-line": "4.2.6",
37+
"@microsoft/ts-command-line": "4.2.7",
3838
"@microsoft/tsdoc": "0.12.12",
3939
"colors": "~1.2.1",
4040
"lodash": "~4.17.15",

apps/rush-buildxl/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
"dependencies": {
2222
"@microsoft/node-core-library": "3.14.0",
2323
"@microsoft/rush-lib": "5.11.1",
24-
"@microsoft/ts-command-line": "4.2.6"
24+
"@microsoft/ts-command-line": "4.2.7"
2525
},
2626
"devDependencies": {
27-
"@microsoft/node-library-build": "6.1.3",
28-
"@microsoft/rush-stack-compiler-3.4": "0.1.16",
27+
"@microsoft/node-library-build": "6.1.4",
28+
"@microsoft/rush-stack-compiler-3.4": "0.1.17",
2929
"@types/jest": "23.3.11",
3030
"@types/node": "8.5.8",
3131
"gulp": "~4.0.2"

apps/rush-lib/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
"license": "MIT",
2020
"dependencies": {
2121
"@microsoft/node-core-library": "3.14.0",
22-
"@microsoft/package-deps-hash": "2.2.169",
23-
"@microsoft/stream-collator": "3.0.84",
24-
"@microsoft/ts-command-line": "4.2.6",
22+
"@microsoft/package-deps-hash": "2.2.170",
23+
"@microsoft/stream-collator": "3.0.85",
24+
"@microsoft/ts-command-line": "4.2.7",
2525
"@pnpm/link-bins": "~1.0.1",
2626
"@pnpm/logger": "~1.0.1",
2727
"@types/inquirer": "0.0.43",
@@ -48,8 +48,8 @@
4848
"z-schema": "~3.18.3"
4949
},
5050
"devDependencies": {
51-
"@microsoft/node-library-build": "6.1.3",
52-
"@microsoft/rush-stack-compiler-3.4": "0.1.16",
51+
"@microsoft/node-library-build": "6.1.4",
52+
"@microsoft/rush-stack-compiler-3.4": "0.1.17",
5353
"@types/glob": "5.0.30",
5454
"@types/jest": "23.3.11",
5555
"@types/js-yaml": "3.12.1",

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.4": "0.1.16",
41-
"@microsoft/node-library-build": "6.1.3",
40+
"@microsoft/rush-stack-compiler-3.4": "0.1.17",
41+
"@microsoft/node-library-build": "6.1.4",
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"build": "node build.js"
1010
},
1111
"dependencies": {
12-
"@microsoft/api-extractor": "7.3.7",
13-
"@microsoft/api-documenter": "7.3.14",
12+
"@microsoft/api-extractor": "7.3.8",
13+
"@microsoft/api-documenter": "7.3.15",
1414
"@types/jest": "23.3.11",
1515
"@types/node": "8.5.8",
1616
"fs-extra": "~7.0.1",

build-tests/api-extractor-lib1-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"build": "node build.js"
1010
},
1111
"dependencies": {
12-
"@microsoft/api-extractor": "7.3.7",
12+
"@microsoft/api-extractor": "7.3.8",
1313
"@types/jest": "23.3.11",
1414
"@types/node": "8.5.8",
1515
"fs-extra": "~7.0.1",

build-tests/api-extractor-lib2-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"build": "node build.js"
1010
},
1111
"dependencies": {
12-
"@microsoft/api-extractor": "7.3.7",
12+
"@microsoft/api-extractor": "7.3.8",
1313
"@types/jest": "23.3.11",
1414
"@types/node": "8.5.8",
1515
"fs-extra": "~7.0.1",

build-tests/api-extractor-lib3-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"build": "node build.js"
1010
},
1111
"dependencies": {
12-
"@microsoft/api-extractor": "7.3.7",
12+
"@microsoft/api-extractor": "7.3.8",
1313
"@types/jest": "23.3.11",
1414
"@types/node": "8.5.8",
1515
"api-extractor-lib1-test": "1.0.0",

build-tests/api-extractor-scenarios/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"build": "node build.js"
1010
},
1111
"dependencies": {
12-
"@microsoft/api-extractor": "7.3.7",
12+
"@microsoft/api-extractor": "7.3.8",
1313
"@microsoft/node-core-library": "3.14.0",
1414
"@microsoft/teams-js": "1.3.0-beta.4",
1515
"@types/jest": "23.3.11",

0 commit comments

Comments
 (0)