Skip to content

Commit da1f1cc

Browse files
committed
Applying package updates.
1 parent b659a64 commit da1f1cc

46 files changed

Lines changed: 113 additions & 113 deletions

File tree

Some content is hidden

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

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.1.5",
3+
"version": "7.1.6",
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.1.0",
1919
"@microsoft/node-core-library": "3.13.0",
20-
"@microsoft/ts-command-line": "4.2.3",
20+
"@microsoft/ts-command-line": "4.2.4",
2121
"@microsoft/tsdoc": "0.12.9",
2222
"colors": "~1.2.1",
2323
"js-yaml": "~3.13.1"
2424
},
2525
"devDependencies": {
26-
"@microsoft/rush-stack-compiler-3.2": "0.3.11",
27-
"@microsoft/node-library-build": "6.0.59",
26+
"@microsoft/rush-stack-compiler-3.2": "0.3.12",
27+
"@microsoft/node-library-build": "6.0.60",
2828
"@types/js-yaml": "3.12.1",
2929
"@types/node": "8.5.8",
3030
"gulp": "~3.9.1",

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.1.3",
3+
"version": "7.1.4",
44
"description": "Analyze the exported API for a TypeScript library and generate reviews, documentation, and .d.ts rollups",
55
"keywords": [
66
"typescript",
@@ -37,7 +37,7 @@
3737
"dependencies": {
3838
"@microsoft/api-extractor-model": "7.1.0",
3939
"@microsoft/node-core-library": "3.13.0",
40-
"@microsoft/ts-command-line": "4.2.3",
40+
"@microsoft/ts-command-line": "4.2.4",
4141
"@microsoft/tsdoc": "0.12.9",
4242
"colors": "~1.2.1",
4343
"lodash": "~4.17.5",

apps/rush-lib/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
"license": "MIT",
2323
"dependencies": {
2424
"@microsoft/node-core-library": "3.13.0",
25-
"@microsoft/package-deps-hash": "2.2.150",
26-
"@microsoft/stream-collator": "3.0.65",
27-
"@microsoft/ts-command-line": "4.2.3",
25+
"@microsoft/package-deps-hash": "2.2.151",
26+
"@microsoft/stream-collator": "3.0.66",
27+
"@microsoft/ts-command-line": "4.2.4",
2828
"@pnpm/link-bins": "~1.0.1",
2929
"@pnpm/logger": "~1.0.1",
3030
"@yarnpkg/lockfile": "~1.0.2",
@@ -49,8 +49,8 @@
4949
"z-schema": "~3.18.3"
5050
},
5151
"devDependencies": {
52-
"@microsoft/rush-stack-compiler-3.2": "0.3.11",
53-
"@microsoft/node-library-build": "6.0.59",
52+
"@microsoft/rush-stack-compiler-3.2": "0.3.12",
53+
"@microsoft/node-library-build": "6.0.60",
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.11",
41-
"@microsoft/node-library-build": "6.0.59",
40+
"@microsoft/rush-stack-compiler-3.2": "0.3.12",
41+
"@microsoft/node-library-build": "6.0.60",
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.1.3",
13-
"@microsoft/api-documenter": "7.1.5",
12+
"@microsoft/api-extractor": "7.1.4",
13+
"@microsoft/api-documenter": "7.1.6",
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.1.3",
12+
"@microsoft/api-extractor": "7.1.4",
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.1.3",
12+
"@microsoft/api-extractor": "7.1.4",
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.1.3",
12+
"@microsoft/api-extractor": "7.1.4",
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.1.3",
12+
"@microsoft/api-extractor": "7.1.4",
1313
"@microsoft/node-core-library": "3.13.0",
1414
"@microsoft/teams-js": "1.3.0-beta.4",
1515
"@types/jest": "23.3.11",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"build": "node build.js"
1313
},
1414
"dependencies": {
15-
"@microsoft/api-extractor": "7.1.3",
15+
"@microsoft/api-extractor": "7.1.4",
1616
"@types/jest": "23.3.11",
1717
"@types/node": "8.5.8",
1818
"fs-extra": "~7.0.1",

0 commit comments

Comments
 (0)