Skip to content

Commit 7aeec0c

Browse files
committed
Applying package updates.
1 parent 7840257 commit 7aeec0c

32 files changed

Lines changed: 108 additions & 108 deletions

File tree

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": "1.5.29",
3+
"version": "1.5.30",
44
"description": "Read JSON files from api-extractor, generate documentation pages",
55
"repository": {
66
"type": "git",
@@ -15,15 +15,15 @@
1515
"api-documenter": "./bin/api-documenter"
1616
},
1717
"dependencies": {
18-
"@microsoft/api-extractor": "5.13.0",
19-
"@microsoft/node-core-library": "3.0.1",
18+
"@microsoft/api-extractor": "5.13.1",
19+
"@microsoft/node-core-library": "3.1.0",
2020
"@microsoft/ts-command-line": "4.2.2",
2121
"colors": "~1.2.1",
2222
"js-yaml": "~3.9.1"
2323
},
2424
"devDependencies": {
25-
"@microsoft/rush-stack-compiler": "0.1.9",
26-
"@microsoft/node-library-build": "5.0.14",
25+
"@microsoft/rush-stack-compiler": "0.1.10",
26+
"@microsoft/node-library-build": "5.0.15",
2727
"@types/js-yaml": "3.9.1",
2828
"@types/node": "8.5.8",
2929
"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": "5.13.0",
3+
"version": "5.13.1",
44
"description": "Validate, document, and review the exported API for a TypeScript library",
55
"keywords": [
66
"typescript",
@@ -31,7 +31,7 @@
3131
"build": "gulp test --clean"
3232
},
3333
"dependencies": {
34-
"@microsoft/node-core-library": "3.0.1",
34+
"@microsoft/node-core-library": "3.1.0",
3535
"@microsoft/ts-command-line": "4.2.2",
3636
"@types/node": "8.5.8",
3737
"@types/z-schema": "3.16.31",

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.0.1",
25-
"@microsoft/package-deps-hash": "2.2.78",
26-
"@microsoft/stream-collator": "2.2.78",
24+
"@microsoft/node-core-library": "3.1.0",
25+
"@microsoft/package-deps-hash": "2.2.79",
26+
"@microsoft/stream-collator": "2.2.79",
2727
"@microsoft/ts-command-line": "4.2.2",
2828
"@pnpm/link-bins": "~1.0.1",
2929
"@pnpm/logger": "~1.0.1",
@@ -50,8 +50,8 @@
5050
"z-schema": "~3.18.3"
5151
},
5252
"devDependencies": {
53-
"@microsoft/rush-stack-compiler": "0.1.9",
54-
"@microsoft/node-library-build": "5.0.14",
53+
"@microsoft/rush-stack-compiler": "0.1.10",
54+
"@microsoft/node-library-build": "5.0.15",
5555
"@types/node": "8.5.8",
5656
"@types/node-fetch": "1.6.9",
5757
"@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.0.1",
34+
"@microsoft/node-core-library": "3.1.0",
3535
"@microsoft/rush-lib": "5.2.1",
3636
"colors": "~1.2.1",
3737
"semver": "~5.3.0"
3838
},
3939
"devDependencies": {
40-
"@microsoft/rush-stack-compiler": "0.1.9",
41-
"@microsoft/node-library-build": "5.0.14",
40+
"@microsoft/rush-stack-compiler": "0.1.10",
41+
"@microsoft/node-library-build": "5.0.15",
4242
"@types/chai": "3.4.34",
4343
"@types/mocha": "5.2.5",
4444
"@types/node": "8.5.8",

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": "5.13.0",
15+
"@microsoft/api-extractor": "5.13.1",
1616
"@types/jest": "21.1.10",
1717
"@types/node": "8.5.8",
1818
"fs-extra": "~5.0.0",

build-tests/api-extractor-test-02/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": "5.13.0",
15+
"@microsoft/api-extractor": "5.13.1",
1616
"@types/semver": "5.3.33",
1717
"@types/node": "8.5.8",
1818
"api-extractor-test-01": "1.0.0",

build-tests/api-extractor-test-04/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": "5.13.0",
15+
"@microsoft/api-extractor": "5.13.1",
1616
"fs-extra": "~5.0.0",
1717
"typescript": "~2.4.1"
1818
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"build": "node build.js"
1313
},
1414
"dependencies": {
15-
"@microsoft/api-extractor": "5.13.0",
16-
"@microsoft/api-documenter": "1.5.29",
15+
"@microsoft/api-extractor": "5.13.1",
16+
"@microsoft/api-documenter": "1.5.30",
1717
"@types/jest": "21.1.10",
1818
"@types/node": "8.5.8",
1919
"fs-extra": "~5.0.0",

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": "5.0.14",
14+
"@microsoft/node-library-build": "5.0.15",
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": "0.1.9"
19+
"@microsoft/rush-stack-compiler": "0.1.10"
2020
}
2121
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"test": "node_modules/.bin/rush-stack test"
1111
},
1212
"dependencies": {
13-
"@microsoft/rush-stack": "0.1.9",
14-
"@microsoft/rush-stack-compiler": "0.1.9"
13+
"@microsoft/rush-stack": "0.1.10",
14+
"@microsoft/rush-stack-compiler": "0.1.10"
1515
}
1616
}

0 commit comments

Comments
 (0)