Skip to content

Commit 9f8e1e8

Browse files
committed
Applying package updates.
1 parent 6b45fa6 commit 9f8e1e8

49 files changed

Lines changed: 144 additions & 144 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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/api-documenter",
3-
"version": "7.0.34",
3+
"version": "7.0.35",
44
"description": "Read JSON files from api-extractor, generate documentation pages",
55
"repository": {
66
"type": "git",
@@ -15,16 +15,16 @@
1515
"api-documenter": "./bin/api-documenter"
1616
},
1717
"dependencies": {
18-
"@microsoft/api-extractor-model": "7.0.26",
19-
"@microsoft/node-core-library": "3.12.0",
18+
"@microsoft/api-extractor-model": "7.0.27",
19+
"@microsoft/node-core-library": "3.12.1",
2020
"@microsoft/ts-command-line": "4.2.3",
2121
"@microsoft/tsdoc": "0.12.8",
2222
"colors": "~1.2.1",
2323
"js-yaml": "~3.9.1"
2424
},
2525
"devDependencies": {
26-
"@microsoft/rush-stack-compiler-3.2": "0.2.12",
27-
"@microsoft/node-library-build": "6.0.39",
26+
"@microsoft/rush-stack-compiler-3.2": "0.2.13",
27+
"@microsoft/node-library-build": "6.0.40",
2828
"@types/js-yaml": "3.9.1",
2929
"@types/node": "8.5.8",
3030
"gulp": "~3.9.1",

apps/api-extractor-model/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-model",
3-
"version": "7.0.26",
3+
"version": "7.0.27",
44
"description": "A helper library for loading and saving the .api.json files created by API Extractor",
55
"repository": {
66
"type": "git",
@@ -17,7 +17,7 @@
1717
"build": "gulp test --clean"
1818
},
1919
"dependencies": {
20-
"@microsoft/node-core-library": "3.12.0",
20+
"@microsoft/node-core-library": "3.12.1",
2121
"@microsoft/tsdoc": "0.12.8",
2222
"@types/node": "8.5.8"
2323
},

apps/api-extractor/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-extractor",
3-
"version": "7.0.27",
3+
"version": "7.0.28",
44
"description": "Analyze the exported API for a TypeScript library and generate reviews, documentation, and .d.ts rollups",
55
"keywords": [
66
"typescript",
@@ -35,8 +35,8 @@
3535
"build": "gulp test --clean"
3636
},
3737
"dependencies": {
38-
"@microsoft/api-extractor-model": "7.0.26",
39-
"@microsoft/node-core-library": "3.12.0",
38+
"@microsoft/api-extractor-model": "7.0.27",
39+
"@microsoft/node-core-library": "3.12.1",
4040
"@microsoft/ts-command-line": "4.2.3",
4141
"@microsoft/tsdoc": "0.12.8",
4242
"colors": "~1.2.1",

apps/rush-lib/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
},
2222
"license": "MIT",
2323
"dependencies": {
24-
"@microsoft/node-core-library": "3.12.0",
25-
"@microsoft/package-deps-hash": "2.2.130",
26-
"@microsoft/stream-collator": "3.0.45",
24+
"@microsoft/node-core-library": "3.12.1",
25+
"@microsoft/package-deps-hash": "2.2.131",
26+
"@microsoft/stream-collator": "3.0.46",
2727
"@microsoft/ts-command-line": "4.2.3",
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.2.12",
53-
"@microsoft/node-library-build": "6.0.39",
52+
"@microsoft/rush-stack-compiler-3.2": "0.2.13",
53+
"@microsoft/node-library-build": "6.0.40",
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@
3131
},
3232
"license": "MIT",
3333
"dependencies": {
34-
"@microsoft/node-core-library": "3.12.0",
34+
"@microsoft/node-core-library": "3.12.1",
3535
"@microsoft/rush-lib": "5.6.0",
3636
"colors": "~1.2.1",
3737
"semver": "~5.3.0"
3838
},
3939
"devDependencies": {
40-
"@microsoft/rush-stack-compiler-3.2": "0.2.12",
41-
"@microsoft/node-library-build": "6.0.39",
40+
"@microsoft/rush-stack-compiler-3.2": "0.2.13",
41+
"@microsoft/node-library-build": "6.0.40",
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.0.27",
13-
"@microsoft/api-documenter": "7.0.34",
12+
"@microsoft/api-extractor": "7.0.28",
13+
"@microsoft/api-documenter": "7.0.35",
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.0.27",
12+
"@microsoft/api-extractor": "7.0.28",
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.0.27",
12+
"@microsoft/api-extractor": "7.0.28",
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.0.27",
12+
"@microsoft/api-extractor": "7.0.28",
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: 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.0.27",
13-
"@microsoft/node-core-library": "3.12.0",
12+
"@microsoft/api-extractor": "7.0.28",
13+
"@microsoft/node-core-library": "3.12.1",
1414
"@microsoft/teams-js": "1.3.0-beta.4",
1515
"@types/jest": "23.3.11",
1616
"@types/node": "8.5.8",

0 commit comments

Comments
 (0)