Skip to content

Commit ac8f461

Browse files
committed
Applying package updates.
1 parent ecc2bf8 commit ac8f461

28 files changed

Lines changed: 90 additions & 90 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": "1.5.43",
3+
"version": "1.5.44",
44
"description": "Read JSON files from api-extractor, generate documentation pages",
55
"repository": {
66
"type": "git",
@@ -22,8 +22,8 @@
2222
"js-yaml": "~3.9.1"
2323
},
2424
"devDependencies": {
25-
"@microsoft/rush-stack-compiler": "0.2.0",
26-
"@microsoft/node-library-build": "6.0.0",
25+
"@microsoft/rush-stack-compiler": "0.3.0",
26+
"@microsoft/node-library-build": "6.0.1",
2727
"@types/js-yaml": "3.9.1",
2828
"@types/node": "8.5.8",
2929
"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.5.0",
25-
"@microsoft/package-deps-hash": "2.2.91",
26-
"@microsoft/stream-collator": "3.0.6",
25+
"@microsoft/package-deps-hash": "2.2.92",
26+
"@microsoft/stream-collator": "3.0.7",
2727
"@microsoft/ts-command-line": "4.2.2",
2828
"@pnpm/link-bins": "~1.0.1",
2929
"@pnpm/logger": "~1.0.1",
@@ -51,8 +51,8 @@
5151
"z-schema": "~3.18.3"
5252
},
5353
"devDependencies": {
54-
"@microsoft/rush-stack-compiler": "0.2.0",
55-
"@microsoft/node-library-build": "6.0.0",
54+
"@microsoft/rush-stack-compiler": "0.3.0",
55+
"@microsoft/node-library-build": "6.0.1",
5656
"@types/node": "8.5.8",
5757
"@types/node-fetch": "1.6.9",
5858
"@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": "0.2.0",
41-
"@microsoft/node-library-build": "6.0.0",
40+
"@microsoft/rush-stack-compiler": "0.3.0",
41+
"@microsoft/node-library-build": "6.0.1",
4242
"@types/chai": "3.4.34",
4343
"@types/mocha": "5.2.5",
4444
"@types/node": "8.5.8",

build-tests/api-extractor-test-04/dist/internal/api-extractor-test-04.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export declare const enum ConstEnum {
8383
* This member is marked as \@internal
8484
* @internal
8585
*/
86-
_InternalMember = "_InternalMember"
86+
_InternalMember = "_InternalMember",
8787
}
8888

8989
/**
@@ -221,7 +221,7 @@ export declare enum RegularEnum {
221221
* This member is marked as \@internal
222222
* @internal
223223
*/
224-
_InternalMember = 102
224+
_InternalMember = 102,
225225
}
226226

227227
declare const variableDeclaration: string;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": {
1515
"@microsoft/api-extractor": "6.0.9",
16-
"@microsoft/api-documenter": "1.5.43",
16+
"@microsoft/api-documenter": "1.5.44",
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": "6.0.0",
14+
"@microsoft/node-library-build": "6.0.1",
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.2.0"
19+
"@microsoft/rush-stack-compiler": "0.3.0"
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.21",
14-
"@microsoft/rush-stack-compiler": "0.2.0"
13+
"@microsoft/rush-stack": "0.1.22",
14+
"@microsoft/rush-stack-compiler": "0.3.0"
1515
}
1616
}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"devDependencies": {
1212
"ts-jest": "~22.4.6",
1313
"@types/jest": "21.1.10",
14-
"@microsoft/rush-stack-compiler": "0.2.0",
15-
"@microsoft/load-themed-styles": "1.8.27",
16-
"@microsoft/web-library-build": "6.0.19",
14+
"@microsoft/rush-stack-compiler": "0.3.0",
15+
"@microsoft/load-themed-styles": "1.8.28",
16+
"@microsoft/web-library-build": "6.0.20",
1717
"gulp": "~3.9.1"
1818
}
1919
}

core-build/gulp-core-build-karma/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/gulp-core-build-karma",
3-
"version": "4.6.33",
3+
"version": "4.6.34",
44
"description": "",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",
@@ -13,7 +13,7 @@
1313
"build": "gulp --clean"
1414
},
1515
"dependencies": {
16-
"@microsoft/gulp-core-build": "3.8.36",
16+
"@microsoft/gulp-core-build": "3.8.37",
1717
"@microsoft/node-core-library": "3.5.0",
1818
"chai": "~3.5.0",
1919
"gulp": "~3.9.1",
@@ -35,8 +35,8 @@
3535
"webpack": "~3.11.0"
3636
},
3737
"devDependencies": {
38-
"@microsoft/rush-stack-compiler": "0.2.0",
39-
"@microsoft/node-library-build": "6.0.0",
38+
"@microsoft/rush-stack-compiler": "0.3.0",
39+
"@microsoft/node-library-build": "6.0.1",
4040
"@types/gulp": "3.8.32",
4141
"@types/karma": "0.13.33",
4242
"@types/log4js": "0.0.33",

core-build/gulp-core-build-mocha/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/gulp-core-build-mocha",
3-
"version": "3.5.28",
3+
"version": "3.5.29",
44
"description": "",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",
@@ -13,15 +13,15 @@
1313
"build": "gulp --clean"
1414
},
1515
"dependencies": {
16-
"@microsoft/gulp-core-build": "3.8.36",
16+
"@microsoft/gulp-core-build": "3.8.37",
1717
"@types/node": "8.5.8",
1818
"glob": "~7.0.5",
1919
"gulp": "~3.9.1",
2020
"gulp-istanbul": "~0.10.3",
2121
"gulp-mocha": "~6.0.0"
2222
},
2323
"devDependencies": {
24-
"@microsoft/rush-stack-compiler": "0.2.0",
24+
"@microsoft/rush-stack-compiler": "0.3.0",
2525
"@microsoft/node-library-build": "6.0.0",
2626
"@types/glob": "5.0.30",
2727
"@types/gulp": "3.8.32",

0 commit comments

Comments
 (0)