Skip to content

Commit b4658ac

Browse files
committed
Applying package updates.
1 parent 13747d5 commit b4658ac

27 files changed

Lines changed: 88 additions & 88 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.48",
3+
"version": "1.5.49",
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.4.2",
26-
"@microsoft/node-library-build": "6.0.5",
25+
"@microsoft/rush-stack-compiler": "0.4.3",
26+
"@microsoft/node-library-build": "6.0.6",
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.96",
26-
"@microsoft/stream-collator": "3.0.11",
25+
"@microsoft/package-deps-hash": "2.2.97",
26+
"@microsoft/stream-collator": "3.0.12",
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.4.2",
55-
"@microsoft/node-library-build": "6.0.5",
54+
"@microsoft/rush-stack-compiler": "0.4.3",
55+
"@microsoft/node-library-build": "6.0.6",
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.4.2",
41-
"@microsoft/node-library-build": "6.0.5",
40+
"@microsoft/rush-stack-compiler": "0.4.3",
41+
"@microsoft/node-library-build": "6.0.6",
4242
"@types/chai": "3.4.34",
4343
"@types/mocha": "5.2.5",
4444
"@types/node": "8.5.8",

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.1.1",
16-
"@microsoft/api-documenter": "1.5.48",
16+
"@microsoft/api-documenter": "1.5.49",
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.5",
14+
"@microsoft/node-library-build": "6.0.6",
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.4.2"
19+
"@microsoft/rush-stack-compiler": "0.4.3"
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.25",
14-
"@microsoft/rush-stack-compiler": "0.4.2"
13+
"@microsoft/rush-stack": "0.1.26",
14+
"@microsoft/rush-stack-compiler": "0.4.3"
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.4.2",
15-
"@microsoft/load-themed-styles": "1.8.32",
16-
"@microsoft/web-library-build": "6.0.24",
14+
"@microsoft/rush-stack-compiler": "0.4.3",
15+
"@microsoft/load-themed-styles": "1.8.33",
16+
"@microsoft/web-library-build": "6.0.25",
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.38",
3+
"version": "4.6.39",
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.40",
16+
"@microsoft/gulp-core-build": "3.8.41",
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.4.2",
39-
"@microsoft/node-library-build": "6.0.5",
38+
"@microsoft/rush-stack-compiler": "0.4.3",
39+
"@microsoft/node-library-build": "6.0.6",
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.32",
3+
"version": "3.5.33",
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.40",
16+
"@microsoft/gulp-core-build": "3.8.41",
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.4.2",
24+
"@microsoft/rush-stack-compiler": "0.4.3",
2525
"@microsoft/node-library-build": "6.0.2",
2626
"@types/glob": "5.0.30",
2727
"@types/gulp": "3.8.32",

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/gulp-core-build-sass",
3-
"version": "4.5.16",
3+
"version": "4.5.17",
44
"description": "",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",
@@ -13,8 +13,8 @@
1313
"build": "gulp --clean"
1414
},
1515
"dependencies": {
16-
"@microsoft/gulp-core-build": "3.8.40",
17-
"@microsoft/load-themed-styles": "1.8.32",
16+
"@microsoft/gulp-core-build": "3.8.41",
17+
"@microsoft/load-themed-styles": "1.8.33",
1818
"@types/node": "8.5.8",
1919
"@types/gulp": "3.8.32",
2020
"autoprefixer": "~9.1.3",
@@ -26,8 +26,8 @@
2626
"@microsoft/node-core-library": "3.5.0"
2727
},
2828
"devDependencies": {
29-
"@microsoft/rush-stack-compiler": "0.4.2",
30-
"@microsoft/node-library-build": "6.0.5",
29+
"@microsoft/rush-stack-compiler": "0.4.3",
30+
"@microsoft/node-library-build": "6.0.6",
3131
"@types/glob": "5.0.30",
3232
"@types/node-sass": "3.10.32",
3333
"@types/clean-css": "3.4.30",

0 commit comments

Comments
 (0)