Skip to content

Commit 3e52b2e

Browse files
committed
Applying package updates.
1 parent 3a49546 commit 3e52b2e

24 files changed

Lines changed: 60 additions & 60 deletions

File tree

apps/api-documenter/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-documenter",
3-
"version": "1.5.38",
3+
"version": "1.5.39",
44
"description": "Read JSON files from api-extractor, generate documentation pages",
55
"repository": {
66
"type": "git",
@@ -23,7 +23,7 @@
2323
},
2424
"devDependencies": {
2525
"@microsoft/rush-stack-compiler": "0.1.17",
26-
"@microsoft/node-library-build": "5.0.22",
26+
"@microsoft/node-library-build": "5.0.23",
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"license": "MIT",
2323
"dependencies": {
2424
"@microsoft/node-core-library": "3.3.1",
25-
"@microsoft/package-deps-hash": "2.2.86",
26-
"@microsoft/stream-collator": "3.0.1",
25+
"@microsoft/package-deps-hash": "2.2.87",
26+
"@microsoft/stream-collator": "3.0.2",
2727
"@microsoft/ts-command-line": "4.2.2",
2828
"@pnpm/link-bins": "~1.0.1",
2929
"@pnpm/logger": "~1.0.1",
@@ -52,7 +52,7 @@
5252
},
5353
"devDependencies": {
5454
"@microsoft/rush-stack-compiler": "0.1.17",
55-
"@microsoft/node-library-build": "5.0.22",
55+
"@microsoft/node-library-build": "5.0.23",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"devDependencies": {
4040
"@microsoft/rush-stack-compiler": "0.1.17",
41-
"@microsoft/node-library-build": "5.0.22",
41+
"@microsoft/node-library-build": "5.0.23",
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.0.6",
16-
"@microsoft/api-documenter": "1.5.38",
16+
"@microsoft/api-documenter": "1.5.39",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@types/node": "8.5.8"
1212
},
1313
"devDependencies": {
14-
"@microsoft/node-library-build": "5.0.22",
14+
"@microsoft/node-library-build": "5.0.23",
1515
"@types/chai": "3.4.34",
1616
"@types/mocha": "5.2.5",
1717
"chai": "~3.5.0",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"ts-jest": "~22.4.6",
1313
"@types/jest": "21.1.10",
1414
"@microsoft/rush-stack-compiler": "0.1.17",
15-
"@microsoft/load-themed-styles": "1.8.22",
16-
"@microsoft/web-library-build": "6.0.14",
15+
"@microsoft/load-themed-styles": "1.8.23",
16+
"@microsoft/web-library-build": "6.0.15",
1717
"gulp": "~3.9.1"
1818
}
1919
}

core-build/gulp-core-build-karma/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-karma",
3-
"version": "4.6.28",
3+
"version": "4.6.29",
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.31",
16+
"@microsoft/gulp-core-build": "3.8.32",
1717
"@microsoft/node-core-library": "3.3.1",
1818
"chai": "~3.5.0",
1919
"gulp": "~3.9.1",
@@ -36,7 +36,7 @@
3636
},
3737
"devDependencies": {
3838
"@microsoft/rush-stack-compiler": "0.1.17",
39-
"@microsoft/node-library-build": "5.0.22",
39+
"@microsoft/node-library-build": "5.0.23",
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: 2 additions & 2 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.23",
3+
"version": "3.5.24",
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.31",
16+
"@microsoft/gulp-core-build": "3.8.32",
1717
"@types/node": "8.5.8",
1818
"glob": "~7.0.5",
1919
"gulp": "~3.9.1",

core-build/gulp-core-build-sass/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-sass",
3-
"version": "4.5.6",
3+
"version": "4.5.7",
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.31",
17-
"@microsoft/load-themed-styles": "1.8.22",
16+
"@microsoft/gulp-core-build": "3.8.32",
17+
"@microsoft/load-themed-styles": "1.8.23",
1818
"@types/node": "8.5.8",
1919
"@types/gulp": "3.8.32",
2020
"autoprefixer": "~9.1.3",
@@ -27,7 +27,7 @@
2727
},
2828
"devDependencies": {
2929
"@microsoft/rush-stack-compiler": "0.1.17",
30-
"@microsoft/node-library-build": "5.0.22",
30+
"@microsoft/node-library-build": "5.0.23",
3131
"@types/glob": "5.0.30",
3232
"@types/node-sass": "3.10.32",
3333
"@types/clean-css": "3.4.30",

core-build/gulp-core-build-serve/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-serve",
3-
"version": "3.2.63",
3+
"version": "3.2.64",
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.31",
16+
"@microsoft/gulp-core-build": "3.8.32",
1717
"@microsoft/node-core-library": "3.3.1",
1818
"@types/node": "8.5.8",
1919
"colors": "~1.2.1",
@@ -27,7 +27,7 @@
2727
},
2828
"devDependencies": {
2929
"@microsoft/rush-stack-compiler": "0.1.17",
30-
"@microsoft/node-library-build": "5.0.22",
30+
"@microsoft/node-library-build": "5.0.23",
3131
"@types/express": "4.11.0",
3232
"@types/express-serve-static-core": "4.11.0",
3333
"@types/gulp": "3.8.32",

0 commit comments

Comments
 (0)