From 6128f2170947bc6d1849133cefed0b8134a9b68d Mon Sep 17 00:00:00 2001 From: Rushbot Date: Wed, 3 Apr 2019 02:58:46 +0000 Subject: [PATCH] Applying package updates. --- apps/api-documenter/package.json | 6 +++--- apps/api-extractor/package.json | 2 +- apps/rush-lib/package.json | 8 ++++---- apps/rush/package.json | 4 ++-- build-tests/api-documenter-test/package.json | 4 ++-- build-tests/api-extractor-lib1-test/package.json | 2 +- build-tests/api-extractor-lib2-test/package.json | 2 +- build-tests/api-extractor-lib3-test/package.json | 2 +- build-tests/api-extractor-scenarios/package.json | 2 +- build-tests/api-extractor-test-01/package.json | 2 +- build-tests/api-extractor-test-02/package.json | 2 +- build-tests/api-extractor-test-04/package.json | 2 +- build-tests/node-library-build-test/package.json | 4 ++-- .../package.json | 4 ++-- .../package.json | 4 ++-- .../package.json | 4 ++-- .../package.json | 4 ++-- .../package.json | 4 ++-- .../package.json | 4 ++-- .../package.json | 4 ++-- build-tests/rush-stack-library-test/package.json | 4 ++-- build-tests/web-library-build-test/package.json | 6 +++--- core-build/gulp-core-build-mocha/package.json | 6 +++--- core-build/gulp-core-build-sass/package.json | 10 +++++----- core-build/gulp-core-build-serve/package.json | 8 ++++---- .../gulp-core-build-typescript/package.json | 8 ++++---- core-build/gulp-core-build-webpack/package.json | 8 ++++---- core-build/gulp-core-build/package.json | 4 ++-- core-build/node-library-build/package.json | 10 +++++----- core-build/web-library-build/package.json | 16 ++++++++-------- libraries/load-themed-styles/package.json | 6 +++--- libraries/package-deps-hash/package.json | 6 +++--- libraries/rushell/package.json | 4 ++-- libraries/stream-collator/package.json | 6 +++--- stack/rush-stack-compiler-2.4/package.json | 4 ++-- stack/rush-stack-compiler-2.7/package.json | 4 ++-- stack/rush-stack-compiler-2.9/package.json | 4 ++-- stack/rush-stack-compiler-3.0/package.json | 4 ++-- stack/rush-stack-compiler-3.1/package.json | 4 ++-- stack/rush-stack-compiler-3.2/package.json | 4 ++-- stack/rush-stack-compiler-3.3/package.json | 4 ++-- stack/rush-stack/package.json | 6 +++--- webpack/loader-load-themed-styles/package.json | 8 ++++---- webpack/loader-raw-script/package.json | 6 +++--- .../loader-set-webpack-public-path/package.json | 8 ++++---- webpack/resolve-chunk-plugin/package.json | 6 +++--- .../set-webpack-public-path-plugin/package.json | 6 +++--- 47 files changed, 120 insertions(+), 120 deletions(-) diff --git a/apps/api-documenter/package.json b/apps/api-documenter/package.json index 0734d3124d4..9836da5f541 100644 --- a/apps/api-documenter/package.json +++ b/apps/api-documenter/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/api-documenter", - "version": "7.0.44", + "version": "7.0.45", "description": "Read JSON files from api-extractor, generate documentation pages", "repository": { "type": "git", @@ -23,8 +23,8 @@ "js-yaml": "~3.9.1" }, "devDependencies": { - "@microsoft/rush-stack-compiler-3.2": "0.3.0", - "@microsoft/node-library-build": "6.0.48", + "@microsoft/rush-stack-compiler-3.2": "0.3.1", + "@microsoft/node-library-build": "6.0.49", "@types/js-yaml": "3.9.1", "@types/node": "8.5.8", "gulp": "~3.9.1", diff --git a/apps/api-extractor/package.json b/apps/api-extractor/package.json index 3262d5fabb6..a360fe531ff 100644 --- a/apps/api-extractor/package.json +++ b/apps/api-extractor/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/api-extractor", - "version": "7.0.35", + "version": "7.0.36", "description": "Analyze the exported API for a TypeScript library and generate reviews, documentation, and .d.ts rollups", "keywords": [ "typescript", diff --git a/apps/rush-lib/package.json b/apps/rush-lib/package.json index 21f65eff497..f519da1699d 100644 --- a/apps/rush-lib/package.json +++ b/apps/rush-lib/package.json @@ -22,8 +22,8 @@ "license": "MIT", "dependencies": { "@microsoft/node-core-library": "3.13.0", - "@microsoft/package-deps-hash": "2.2.139", - "@microsoft/stream-collator": "3.0.54", + "@microsoft/package-deps-hash": "2.2.140", + "@microsoft/stream-collator": "3.0.55", "@microsoft/ts-command-line": "4.2.3", "@pnpm/link-bins": "~1.0.1", "@pnpm/logger": "~1.0.1", @@ -49,8 +49,8 @@ "z-schema": "~3.18.3" }, "devDependencies": { - "@microsoft/rush-stack-compiler-3.2": "0.3.0", - "@microsoft/node-library-build": "6.0.48", + "@microsoft/rush-stack-compiler-3.2": "0.3.1", + "@microsoft/node-library-build": "6.0.49", "@types/node": "8.5.8", "@types/node-fetch": "1.6.9", "@types/tar": "4.0.0", diff --git a/apps/rush/package.json b/apps/rush/package.json index 049e667c89e..1bb173da179 100644 --- a/apps/rush/package.json +++ b/apps/rush/package.json @@ -37,8 +37,8 @@ "semver": "~5.3.0" }, "devDependencies": { - "@microsoft/rush-stack-compiler-3.2": "0.3.0", - "@microsoft/node-library-build": "6.0.48", + "@microsoft/rush-stack-compiler-3.2": "0.3.1", + "@microsoft/node-library-build": "6.0.49", "@types/chai": "3.4.34", "@types/mocha": "5.2.5", "@types/node": "8.5.8", diff --git a/build-tests/api-documenter-test/package.json b/build-tests/api-documenter-test/package.json index e358f8c302a..1db683248dd 100644 --- a/build-tests/api-documenter-test/package.json +++ b/build-tests/api-documenter-test/package.json @@ -9,8 +9,8 @@ "build": "node build.js" }, "dependencies": { - "@microsoft/api-extractor": "7.0.35", - "@microsoft/api-documenter": "7.0.44", + "@microsoft/api-extractor": "7.0.36", + "@microsoft/api-documenter": "7.0.45", "@types/jest": "23.3.11", "@types/node": "8.5.8", "fs-extra": "~7.0.1", diff --git a/build-tests/api-extractor-lib1-test/package.json b/build-tests/api-extractor-lib1-test/package.json index 41488c98adf..8658f85398b 100644 --- a/build-tests/api-extractor-lib1-test/package.json +++ b/build-tests/api-extractor-lib1-test/package.json @@ -9,7 +9,7 @@ "build": "node build.js" }, "dependencies": { - "@microsoft/api-extractor": "7.0.35", + "@microsoft/api-extractor": "7.0.36", "@types/jest": "23.3.11", "@types/node": "8.5.8", "fs-extra": "~7.0.1", diff --git a/build-tests/api-extractor-lib2-test/package.json b/build-tests/api-extractor-lib2-test/package.json index 8d6d96dc990..27dc61320c3 100644 --- a/build-tests/api-extractor-lib2-test/package.json +++ b/build-tests/api-extractor-lib2-test/package.json @@ -9,7 +9,7 @@ "build": "node build.js" }, "dependencies": { - "@microsoft/api-extractor": "7.0.35", + "@microsoft/api-extractor": "7.0.36", "@types/jest": "23.3.11", "@types/node": "8.5.8", "fs-extra": "~7.0.1", diff --git a/build-tests/api-extractor-lib3-test/package.json b/build-tests/api-extractor-lib3-test/package.json index 3143d683df2..cb65c4c1532 100644 --- a/build-tests/api-extractor-lib3-test/package.json +++ b/build-tests/api-extractor-lib3-test/package.json @@ -9,7 +9,7 @@ "build": "node build.js" }, "dependencies": { - "@microsoft/api-extractor": "7.0.35", + "@microsoft/api-extractor": "7.0.36", "@types/jest": "23.3.11", "@types/node": "8.5.8", "api-extractor-lib1-test": "1.0.0", diff --git a/build-tests/api-extractor-scenarios/package.json b/build-tests/api-extractor-scenarios/package.json index 06384734f2c..97499ce82a0 100644 --- a/build-tests/api-extractor-scenarios/package.json +++ b/build-tests/api-extractor-scenarios/package.json @@ -9,7 +9,7 @@ "build": "node build.js" }, "dependencies": { - "@microsoft/api-extractor": "7.0.35", + "@microsoft/api-extractor": "7.0.36", "@microsoft/node-core-library": "3.13.0", "@microsoft/teams-js": "1.3.0-beta.4", "@types/jest": "23.3.11", diff --git a/build-tests/api-extractor-test-01/package.json b/build-tests/api-extractor-test-01/package.json index c4a23ce0a64..7da7c1e551d 100644 --- a/build-tests/api-extractor-test-01/package.json +++ b/build-tests/api-extractor-test-01/package.json @@ -12,7 +12,7 @@ "build": "node build.js" }, "dependencies": { - "@microsoft/api-extractor": "7.0.35", + "@microsoft/api-extractor": "7.0.36", "@types/jest": "23.3.11", "@types/node": "8.5.8", "fs-extra": "~7.0.1", diff --git a/build-tests/api-extractor-test-02/package.json b/build-tests/api-extractor-test-02/package.json index 9ec9fc65c57..92de9a2d4a3 100644 --- a/build-tests/api-extractor-test-02/package.json +++ b/build-tests/api-extractor-test-02/package.json @@ -12,7 +12,7 @@ "build": "node build.js" }, "dependencies": { - "@microsoft/api-extractor": "7.0.35", + "@microsoft/api-extractor": "7.0.36", "@types/semver": "5.3.33", "@types/node": "8.5.8", "api-extractor-test-01": "1.0.0", diff --git a/build-tests/api-extractor-test-04/package.json b/build-tests/api-extractor-test-04/package.json index 25518620461..60d517a6e8e 100644 --- a/build-tests/api-extractor-test-04/package.json +++ b/build-tests/api-extractor-test-04/package.json @@ -12,7 +12,7 @@ "build": "node build.js" }, "dependencies": { - "@microsoft/api-extractor": "7.0.35", + "@microsoft/api-extractor": "7.0.36", "api-extractor-lib1-test": "1.0.0", "fs-extra": "~7.0.1", "typescript": "~3.1.6" diff --git a/build-tests/node-library-build-test/package.json b/build-tests/node-library-build-test/package.json index 9025e2e4e3c..5db7970b136 100644 --- a/build-tests/node-library-build-test/package.json +++ b/build-tests/node-library-build-test/package.json @@ -11,11 +11,11 @@ "@types/node": "8.5.8" }, "devDependencies": { - "@microsoft/node-library-build": "6.0.48", + "@microsoft/node-library-build": "6.0.49", "@types/chai": "3.4.34", "@types/mocha": "5.2.5", "chai": "~3.5.0", "gulp": "~3.9.1", - "@microsoft/rush-stack-compiler-3.2": "0.3.0" + "@microsoft/rush-stack-compiler-3.2": "0.3.1" } } diff --git a/build-tests/rush-stack-compiler-2.4-library-test/package.json b/build-tests/rush-stack-compiler-2.4-library-test/package.json index 1ca2351c612..0afb3f6c608 100644 --- a/build-tests/rush-stack-compiler-2.4-library-test/package.json +++ b/build-tests/rush-stack-compiler-2.4-library-test/package.json @@ -12,8 +12,8 @@ "@types/node": "8.5.8" }, "devDependencies": { - "@microsoft/node-library-build": "6.0.48", - "@microsoft/rush-stack-compiler-2.4": "0.6.0", + "@microsoft/node-library-build": "6.0.49", + "@microsoft/rush-stack-compiler-2.4": "0.6.1", "gulp": "~3.9.1" } } diff --git a/build-tests/rush-stack-compiler-2.7-library-test/package.json b/build-tests/rush-stack-compiler-2.7-library-test/package.json index 7ca847e3695..23a6293c1d4 100644 --- a/build-tests/rush-stack-compiler-2.7-library-test/package.json +++ b/build-tests/rush-stack-compiler-2.7-library-test/package.json @@ -12,8 +12,8 @@ "@types/node": "8.5.8" }, "devDependencies": { - "@microsoft/node-library-build": "6.0.48", - "@microsoft/rush-stack-compiler-2.7": "0.6.0", + "@microsoft/node-library-build": "6.0.49", + "@microsoft/rush-stack-compiler-2.7": "0.6.1", "gulp": "~3.9.1" } } diff --git a/build-tests/rush-stack-compiler-2.9-library-test/package.json b/build-tests/rush-stack-compiler-2.9-library-test/package.json index a79ded86c2b..19210500204 100644 --- a/build-tests/rush-stack-compiler-2.9-library-test/package.json +++ b/build-tests/rush-stack-compiler-2.9-library-test/package.json @@ -12,8 +12,8 @@ "@types/node": "8.5.8" }, "devDependencies": { - "@microsoft/node-library-build": "6.0.48", - "@microsoft/rush-stack-compiler-2.9": "0.7.0", + "@microsoft/node-library-build": "6.0.49", + "@microsoft/rush-stack-compiler-2.9": "0.7.1", "gulp": "~3.9.1" } } diff --git a/build-tests/rush-stack-compiler-3.0-library-test/package.json b/build-tests/rush-stack-compiler-3.0-library-test/package.json index 74b1c8b0e94..064c9626206 100644 --- a/build-tests/rush-stack-compiler-3.0-library-test/package.json +++ b/build-tests/rush-stack-compiler-3.0-library-test/package.json @@ -12,8 +12,8 @@ "@types/node": "8.5.8" }, "devDependencies": { - "@microsoft/node-library-build": "6.0.48", - "@microsoft/rush-stack-compiler-3.0": "0.6.0", + "@microsoft/node-library-build": "6.0.49", + "@microsoft/rush-stack-compiler-3.0": "0.6.1", "gulp": "~3.9.1" } } diff --git a/build-tests/rush-stack-compiler-3.1-library-test/package.json b/build-tests/rush-stack-compiler-3.1-library-test/package.json index c6b63c9c3b3..90408966627 100644 --- a/build-tests/rush-stack-compiler-3.1-library-test/package.json +++ b/build-tests/rush-stack-compiler-3.1-library-test/package.json @@ -12,8 +12,8 @@ "@types/node": "8.5.8" }, "devDependencies": { - "@microsoft/node-library-build": "6.0.48", - "@microsoft/rush-stack-compiler-3.1": "0.6.0", + "@microsoft/node-library-build": "6.0.49", + "@microsoft/rush-stack-compiler-3.1": "0.6.1", "gulp": "~3.9.1" } } diff --git a/build-tests/rush-stack-compiler-3.2-library-test/package.json b/build-tests/rush-stack-compiler-3.2-library-test/package.json index 63465d4dd5d..34a3e70b827 100644 --- a/build-tests/rush-stack-compiler-3.2-library-test/package.json +++ b/build-tests/rush-stack-compiler-3.2-library-test/package.json @@ -12,8 +12,8 @@ "@types/node": "8.5.8" }, "devDependencies": { - "@microsoft/node-library-build": "6.0.48", - "@microsoft/rush-stack-compiler-3.2": "0.3.0", + "@microsoft/node-library-build": "6.0.49", + "@microsoft/rush-stack-compiler-3.2": "0.3.1", "gulp": "~3.9.1" } } diff --git a/build-tests/rush-stack-compiler-3.3-library-test/package.json b/build-tests/rush-stack-compiler-3.3-library-test/package.json index 9897d5204be..f4c0a7dc24a 100644 --- a/build-tests/rush-stack-compiler-3.3-library-test/package.json +++ b/build-tests/rush-stack-compiler-3.3-library-test/package.json @@ -12,8 +12,8 @@ "@types/node": "8.5.8" }, "devDependencies": { - "@microsoft/node-library-build": "6.0.48", - "@microsoft/rush-stack-compiler-3.3": "0.2.0", + "@microsoft/node-library-build": "6.0.49", + "@microsoft/rush-stack-compiler-3.3": "0.2.1", "gulp": "~3.9.1" } } diff --git a/build-tests/rush-stack-library-test/package.json b/build-tests/rush-stack-library-test/package.json index 8907ba0840b..d8bfe004c4c 100644 --- a/build-tests/rush-stack-library-test/package.json +++ b/build-tests/rush-stack-library-test/package.json @@ -10,7 +10,7 @@ "test": "node_modules/.bin/rush-stack test" }, "dependencies": { - "@microsoft/rush-stack": "0.1.68", - "@microsoft/rush-stack-compiler-3.2": "0.3.0" + "@microsoft/rush-stack": "0.1.69", + "@microsoft/rush-stack-compiler-3.2": "0.3.1" } } diff --git a/build-tests/web-library-build-test/package.json b/build-tests/web-library-build-test/package.json index caa71b70739..14eb145774f 100644 --- a/build-tests/web-library-build-test/package.json +++ b/build-tests/web-library-build-test/package.json @@ -14,9 +14,9 @@ "devDependencies": { "ts-jest": "~22.4.6", "@types/jest": "23.3.11", - "@microsoft/rush-stack-compiler-3.2": "0.3.0", - "@microsoft/load-themed-styles": "1.8.77", - "@microsoft/web-library-build": "7.0.24", + "@microsoft/rush-stack-compiler-3.2": "0.3.1", + "@microsoft/load-themed-styles": "1.8.78", + "@microsoft/web-library-build": "7.0.25", "gulp": "~3.9.1" } } diff --git a/core-build/gulp-core-build-mocha/package.json b/core-build/gulp-core-build-mocha/package.json index fd66916c3f8..dcb1bab2d79 100644 --- a/core-build/gulp-core-build-mocha/package.json +++ b/core-build/gulp-core-build-mocha/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/gulp-core-build-mocha", - "version": "3.5.75", + "version": "3.5.76", "description": "", "main": "lib/index.js", "typings": "lib/index.d.ts", @@ -16,7 +16,7 @@ "build": "gulp --clean" }, "dependencies": { - "@microsoft/gulp-core-build": "3.9.25", + "@microsoft/gulp-core-build": "3.9.26", "@types/node": "8.5.8", "glob": "~7.0.5", "gulp": "~3.9.1", @@ -24,7 +24,7 @@ "gulp-mocha": "~6.0.0" }, "devDependencies": { - "@microsoft/rush-stack-compiler-3.2": "0.3.0", + "@microsoft/rush-stack-compiler-3.2": "0.3.1", "@microsoft/node-library-build": "6.0.44", "@types/glob": "5.0.30", "@types/gulp": "3.8.32", diff --git a/core-build/gulp-core-build-sass/package.json b/core-build/gulp-core-build-sass/package.json index 5c737783dc8..9c031e9c777 100644 --- a/core-build/gulp-core-build-sass/package.json +++ b/core-build/gulp-core-build-sass/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/gulp-core-build-sass", - "version": "4.6.20", + "version": "4.6.21", "description": "", "main": "lib/index.js", "typings": "lib/index.d.ts", @@ -16,8 +16,8 @@ "build": "gulp --clean" }, "dependencies": { - "@microsoft/gulp-core-build": "3.9.25", - "@microsoft/load-themed-styles": "1.8.77", + "@microsoft/gulp-core-build": "3.9.26", + "@microsoft/load-themed-styles": "1.8.78", "@types/node": "8.5.8", "@types/gulp": "3.8.32", "autoprefixer": "~9.1.3", @@ -29,8 +29,8 @@ "@microsoft/node-core-library": "3.13.0" }, "devDependencies": { - "@microsoft/rush-stack-compiler-3.2": "0.3.0", - "@microsoft/node-library-build": "6.0.48", + "@microsoft/rush-stack-compiler-3.2": "0.3.1", + "@microsoft/node-library-build": "6.0.49", "@types/glob": "5.0.30", "@types/node-sass": "3.10.32", "@types/clean-css": "4.2.1", diff --git a/core-build/gulp-core-build-serve/package.json b/core-build/gulp-core-build-serve/package.json index 5dec9b69a6c..8edf7a5460a 100644 --- a/core-build/gulp-core-build-serve/package.json +++ b/core-build/gulp-core-build-serve/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/gulp-core-build-serve", - "version": "3.3.22", + "version": "3.3.23", "description": "", "main": "lib/index.js", "typings": "lib/index.d.ts", @@ -16,7 +16,7 @@ "build": "gulp --clean" }, "dependencies": { - "@microsoft/gulp-core-build": "3.9.25", + "@microsoft/gulp-core-build": "3.9.26", "@microsoft/node-core-library": "3.13.0", "@types/node": "8.5.8", "colors": "~1.2.1", @@ -29,8 +29,8 @@ "sudo": "~1.0.3" }, "devDependencies": { - "@microsoft/rush-stack-compiler-3.2": "0.3.0", - "@microsoft/node-library-build": "6.0.48", + "@microsoft/rush-stack-compiler-3.2": "0.3.1", + "@microsoft/node-library-build": "6.0.49", "@types/express": "4.11.0", "@types/express-serve-static-core": "4.11.0", "@types/gulp": "3.8.32", diff --git a/core-build/gulp-core-build-typescript/package.json b/core-build/gulp-core-build-typescript/package.json index becb7252f54..2a70750201c 100644 --- a/core-build/gulp-core-build-typescript/package.json +++ b/core-build/gulp-core-build-typescript/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/gulp-core-build-typescript", - "version": "8.0.22", + "version": "8.0.23", "description": "", "main": "lib/index.js", "typings": "lib/index.d.ts", @@ -16,8 +16,8 @@ "build": "gulp --clean" }, "dependencies": { - "@microsoft/rush-stack-compiler-3.2": "0.3.0", - "@microsoft/gulp-core-build": "3.9.25", + "@microsoft/rush-stack-compiler-3.2": "0.3.1", + "@microsoft/gulp-core-build": "3.9.26", "@microsoft/node-core-library": "3.13.0", "@types/node": "8.5.8", "decomment": "~0.9.1", @@ -27,7 +27,7 @@ }, "devDependencies": { "tslint-microsoft-contrib": "~5.2.1", - "@microsoft/api-extractor": "7.0.35", + "@microsoft/api-extractor": "7.0.36", "@microsoft/node-library-build": "6.0.44", "@types/glob": "5.0.30", "gulp": "~3.9.1", diff --git a/core-build/gulp-core-build-webpack/package.json b/core-build/gulp-core-build-webpack/package.json index 89f7878a97b..872f93f342e 100644 --- a/core-build/gulp-core-build-webpack/package.json +++ b/core-build/gulp-core-build-webpack/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/gulp-core-build-webpack", - "version": "3.4.89", + "version": "3.4.90", "description": "", "main": "lib/index.js", "typings": "lib/index.d.ts", @@ -16,7 +16,7 @@ "build": "gulp --clean" }, "dependencies": { - "@microsoft/gulp-core-build": "3.9.25", + "@microsoft/gulp-core-build": "3.9.26", "@types/gulp": "3.8.32", "@types/node": "8.5.8", "colors": "~1.2.1", @@ -24,8 +24,8 @@ "webpack": "~3.11.0" }, "devDependencies": { - "@microsoft/rush-stack-compiler-3.2": "0.3.0", - "@microsoft/node-library-build": "6.0.48", + "@microsoft/rush-stack-compiler-3.2": "0.3.1", + "@microsoft/node-library-build": "6.0.49", "@types/orchestrator": "0.0.30", "@types/q": "0.0.32", "@types/source-map": "0.5.0", diff --git a/core-build/gulp-core-build/package.json b/core-build/gulp-core-build/package.json index a94b00200c5..42cfc1c6dc2 100644 --- a/core-build/gulp-core-build/package.json +++ b/core-build/gulp-core-build/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/gulp-core-build", - "version": "3.9.25", + "version": "3.9.26", "description": "Core gulp build tasks for building typescript, html, less, etc.", "repository": { "type": "git", @@ -56,7 +56,7 @@ "jsdom": "~11.11.0" }, "devDependencies": { - "@microsoft/rush-stack-compiler-3.2": "0.3.0", + "@microsoft/rush-stack-compiler-3.2": "0.3.1", "@types/z-schema": "3.16.31", "@microsoft/node-library-build": "6.0.44", "chai": "~3.5.0" diff --git a/core-build/node-library-build/package.json b/core-build/node-library-build/package.json index 03276742d0d..2c4a2dea7d4 100644 --- a/core-build/node-library-build/package.json +++ b/core-build/node-library-build/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/node-library-build", - "version": "6.0.48", + "version": "6.0.49", "description": "", "main": "lib/index.js", "typings": "lib/index.d.ts", @@ -16,14 +16,14 @@ "build": "gulp --clean" }, "dependencies": { - "@microsoft/gulp-core-build": "3.9.25", - "@microsoft/gulp-core-build-mocha": "3.5.75", - "@microsoft/gulp-core-build-typescript": "8.0.22", + "@microsoft/gulp-core-build": "3.9.26", + "@microsoft/gulp-core-build-mocha": "3.5.76", + "@microsoft/gulp-core-build-typescript": "8.0.23", "@types/gulp": "3.8.32", "@types/node": "8.5.8", "gulp": "~3.9.1" }, "devDependencies": { - "@microsoft/rush-stack-compiler-3.2": "0.3.0" + "@microsoft/rush-stack-compiler-3.2": "0.3.1" } } diff --git a/core-build/web-library-build/package.json b/core-build/web-library-build/package.json index af3051ac7dc..c2ed0d232d3 100644 --- a/core-build/web-library-build/package.json +++ b/core-build/web-library-build/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/web-library-build", - "version": "7.0.24", + "version": "7.0.25", "description": "", "engines": { "npm": "3.10.8" @@ -18,18 +18,18 @@ "tsdocFlavor": "AEDoc" }, "dependencies": { - "@microsoft/gulp-core-build": "3.9.25", - "@microsoft/gulp-core-build-sass": "4.6.20", - "@microsoft/gulp-core-build-serve": "3.3.22", - "@microsoft/gulp-core-build-typescript": "8.0.22", - "@microsoft/gulp-core-build-webpack": "3.4.89", + "@microsoft/gulp-core-build": "3.9.26", + "@microsoft/gulp-core-build-sass": "4.6.21", + "@microsoft/gulp-core-build-serve": "3.3.23", + "@microsoft/gulp-core-build-typescript": "8.0.23", + "@microsoft/gulp-core-build-webpack": "3.4.90", "@types/gulp": "3.8.32", "@types/node": "8.5.8", "gulp": "~3.9.1", "gulp-replace": "^0.5.4" }, "devDependencies": { - "@microsoft/node-library-build": "6.0.48", - "@microsoft/rush-stack-compiler-3.2": "0.3.0" + "@microsoft/node-library-build": "6.0.49", + "@microsoft/rush-stack-compiler-3.2": "0.3.1" } } diff --git a/libraries/load-themed-styles/package.json b/libraries/load-themed-styles/package.json index f540476d907..ba4b5262771 100644 --- a/libraries/load-themed-styles/package.json +++ b/libraries/load-themed-styles/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/load-themed-styles", - "version": "1.8.77", + "version": "1.8.78", "description": "Loads themed styles.", "license": "MIT", "repository": { @@ -14,12 +14,12 @@ "keywords": [], "dependencies": {}, "devDependencies": { - "@microsoft/rush-stack-compiler-3.2": "0.3.0", + "@microsoft/rush-stack-compiler-3.2": "0.3.1", "@types/chai": "3.4.34", "@types/mocha": "5.2.5", "@types/webpack-env": "1.13.0", "chai": "~3.5.0", "gulp": "~3.9.1", - "@microsoft/node-library-build": "6.0.48" + "@microsoft/node-library-build": "6.0.49" } } diff --git a/libraries/package-deps-hash/package.json b/libraries/package-deps-hash/package.json index 641ad24696c..cff141ae622 100644 --- a/libraries/package-deps-hash/package.json +++ b/libraries/package-deps-hash/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/package-deps-hash", - "version": "2.2.139", + "version": "2.2.140", "description": "", "main": "lib/index.js", "typings": "dist/package-deps-hash.d.ts", @@ -16,8 +16,8 @@ "build": "gulp test --clean" }, "devDependencies": { - "@microsoft/rush-stack-compiler-3.2": "0.3.0", - "@microsoft/node-library-build": "6.0.48", + "@microsoft/rush-stack-compiler-3.2": "0.3.1", + "@microsoft/node-library-build": "6.0.49", "@microsoft/node-core-library": "3.13.0", "chai": "~3.5.0", "gulp": "~3.9.1", diff --git a/libraries/rushell/package.json b/libraries/rushell/package.json index da1ed6f1530..342abb4d201 100644 --- a/libraries/rushell/package.json +++ b/libraries/rushell/package.json @@ -20,8 +20,8 @@ "@microsoft/node-core-library": "3.13.0" }, "devDependencies": { - "@microsoft/rush-stack-compiler-3.2": "0.3.0", - "@microsoft/node-library-build": "6.0.48", + "@microsoft/rush-stack-compiler-3.2": "0.3.1", + "@microsoft/node-library-build": "6.0.49", "@types/jest": "23.3.11", "@types/node": "8.5.8", "gulp": "~3.9.1", diff --git a/libraries/stream-collator/package.json b/libraries/stream-collator/package.json index e429bfc29be..13f45266436 100644 --- a/libraries/stream-collator/package.json +++ b/libraries/stream-collator/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/stream-collator", - "version": "3.0.54", + "version": "3.0.55", "description": "Display intelligible realtime output from your asynchronous streams", "repository": { "type": "git", @@ -20,12 +20,12 @@ "@types/node": "8.5.8" }, "devDependencies": { - "@microsoft/rush-stack-compiler-3.2": "0.3.0", + "@microsoft/rush-stack-compiler-3.2": "0.3.1", "@types/chai": "3.4.34", "@types/mocha": "5.2.5", "chai": "~3.5.0", "gulp": "~3.9.1", "mocha": "^5.2.0", - "@microsoft/node-library-build": "6.0.48" + "@microsoft/node-library-build": "6.0.49" } } diff --git a/stack/rush-stack-compiler-2.4/package.json b/stack/rush-stack-compiler-2.4/package.json index 67e55e4ff4e..0307f7706a5 100644 --- a/stack/rush-stack-compiler-2.4/package.json +++ b/stack/rush-stack-compiler-2.4/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/rush-stack-compiler-2.4", - "version": "0.6.0", + "version": "0.6.1", "description": "A plug-in for selecting the compiler used with the @microsoft/rush-stack toolchain. This version selects TypeScript 2.4.", "license": "MIT", "repository": { @@ -18,7 +18,7 @@ "main": "lib/shared/index.js", "typings": "lib/shared/index.d.ts", "dependencies": { - "@microsoft/api-extractor": "7.0.35", + "@microsoft/api-extractor": "7.0.36", "@microsoft/node-core-library": "3.13.0", "@types/node": "8.5.8", "tslint-microsoft-contrib": "~5.2.1", diff --git a/stack/rush-stack-compiler-2.7/package.json b/stack/rush-stack-compiler-2.7/package.json index 66a9248eb10..1e7dacea1c1 100644 --- a/stack/rush-stack-compiler-2.7/package.json +++ b/stack/rush-stack-compiler-2.7/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/rush-stack-compiler-2.7", - "version": "0.6.0", + "version": "0.6.1", "description": "A plug-in for selecting the compiler used with the @microsoft/rush-stack toolchain. This version selects TypeScript 2.7.", "license": "MIT", "repository": { @@ -18,7 +18,7 @@ "main": "lib/shared/index.js", "typings": "lib/shared/index.d.ts", "dependencies": { - "@microsoft/api-extractor": "7.0.35", + "@microsoft/api-extractor": "7.0.36", "@microsoft/node-core-library": "3.13.0", "@types/node": "8.5.8", "tslint-microsoft-contrib": "~5.2.1", diff --git a/stack/rush-stack-compiler-2.9/package.json b/stack/rush-stack-compiler-2.9/package.json index e9508dc4e3f..c5c8d6a3731 100644 --- a/stack/rush-stack-compiler-2.9/package.json +++ b/stack/rush-stack-compiler-2.9/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/rush-stack-compiler-2.9", - "version": "0.7.0", + "version": "0.7.1", "description": "A plug-in for selecting the compiler used with the @microsoft/rush-stack toolchain. This version selects TypeScript 2.9.", "license": "MIT", "repository": { @@ -18,7 +18,7 @@ "main": "lib/shared/index.js", "typings": "lib/shared/index.d.ts", "dependencies": { - "@microsoft/api-extractor": "7.0.35", + "@microsoft/api-extractor": "7.0.36", "@microsoft/node-core-library": "3.13.0", "@types/node": "8.5.8", "tslint-microsoft-contrib": "~5.2.1", diff --git a/stack/rush-stack-compiler-3.0/package.json b/stack/rush-stack-compiler-3.0/package.json index c05c029d4b2..9a4ab943912 100644 --- a/stack/rush-stack-compiler-3.0/package.json +++ b/stack/rush-stack-compiler-3.0/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/rush-stack-compiler-3.0", - "version": "0.6.0", + "version": "0.6.1", "description": "A plug-in for selecting the compiler used with the @microsoft/rush-stack toolchain. This version selects TypeScript 3.0.", "license": "MIT", "repository": { @@ -18,7 +18,7 @@ "main": "lib/shared/index.js", "typings": "lib/shared/index.d.ts", "dependencies": { - "@microsoft/api-extractor": "7.0.35", + "@microsoft/api-extractor": "7.0.36", "@microsoft/node-core-library": "3.13.0", "@types/node": "8.5.8", "tslint-microsoft-contrib": "~5.2.1", diff --git a/stack/rush-stack-compiler-3.1/package.json b/stack/rush-stack-compiler-3.1/package.json index 629cfee1bd7..876be53740b 100644 --- a/stack/rush-stack-compiler-3.1/package.json +++ b/stack/rush-stack-compiler-3.1/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/rush-stack-compiler-3.1", - "version": "0.6.0", + "version": "0.6.1", "description": "A plug-in for selecting the compiler used with the @microsoft/rush-stack toolchain. This version selects TypeScript 3.1.", "license": "MIT", "repository": { @@ -18,7 +18,7 @@ "main": "lib/shared/index.js", "typings": "lib/shared/index.d.ts", "dependencies": { - "@microsoft/api-extractor": "7.0.35", + "@microsoft/api-extractor": "7.0.36", "@microsoft/node-core-library": "3.13.0", "@types/node": "8.5.8", "tslint-microsoft-contrib": "~5.2.1", diff --git a/stack/rush-stack-compiler-3.2/package.json b/stack/rush-stack-compiler-3.2/package.json index b18990a1261..c4d7a840009 100644 --- a/stack/rush-stack-compiler-3.2/package.json +++ b/stack/rush-stack-compiler-3.2/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/rush-stack-compiler-3.2", - "version": "0.3.0", + "version": "0.3.1", "description": "A plug-in for selecting the compiler used with the @microsoft/rush-stack toolchain. This version selects TypeScript 3.2.", "license": "MIT", "repository": { @@ -18,7 +18,7 @@ "main": "lib/shared/index.js", "typings": "lib/shared/index.d.ts", "dependencies": { - "@microsoft/api-extractor": "7.0.35", + "@microsoft/api-extractor": "7.0.36", "@microsoft/node-core-library": "3.13.0", "@types/node": "8.5.8", "tslint-microsoft-contrib": "~5.2.1", diff --git a/stack/rush-stack-compiler-3.3/package.json b/stack/rush-stack-compiler-3.3/package.json index c2093db3d07..401c0241f1f 100644 --- a/stack/rush-stack-compiler-3.3/package.json +++ b/stack/rush-stack-compiler-3.3/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/rush-stack-compiler-3.3", - "version": "0.2.0", + "version": "0.2.1", "description": "A plug-in for selecting the compiler used with the @microsoft/rush-stack toolchain. This version selects TypeScript 3.3.", "license": "MIT", "repository": { @@ -18,7 +18,7 @@ "main": "lib/shared/index.js", "typings": "lib/shared/index.d.ts", "dependencies": { - "@microsoft/api-extractor": "7.0.35", + "@microsoft/api-extractor": "7.0.36", "@microsoft/node-core-library": "3.13.0", "@types/node": "8.5.8", "tslint-microsoft-contrib": "~5.2.1", diff --git a/stack/rush-stack/package.json b/stack/rush-stack/package.json index 7873e5dfbb7..68a50642def 100644 --- a/stack/rush-stack/package.json +++ b/stack/rush-stack/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/rush-stack", - "version": "0.1.68", + "version": "0.1.69", "description": "A standardized toolchain for building JavaScript projects in a Rush monorepo", "license": "MIT", "keywords": [ @@ -30,8 +30,8 @@ "colors": "~1.2.1" }, "devDependencies": { - "@microsoft/rush-stack-compiler-3.2": "0.3.0", - "@microsoft/node-library-build": "6.0.48", + "@microsoft/rush-stack-compiler-3.2": "0.3.1", + "@microsoft/node-library-build": "6.0.49", "@types/node": "8.5.8", "gulp": "~3.9.1" } diff --git a/webpack/loader-load-themed-styles/package.json b/webpack/loader-load-themed-styles/package.json index 84d54b3b559..81db96739ac 100644 --- a/webpack/loader-load-themed-styles/package.json +++ b/webpack/loader-load-themed-styles/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/loader-load-themed-styles", - "version": "1.7.145", + "version": "1.7.146", "description": "This simple loader wraps the loading of CSS in script equivalent to `require('load-themed-styles').loadStyles( /* css text */ )`. It is designed to be a replacement for style-loader.", "main": "lib/index.js", "typings": "lib/index.d.ts", @@ -17,16 +17,16 @@ }, "dependencies": { "loader-utils": "~1.1.0", - "@microsoft/load-themed-styles": "1.8.77" + "@microsoft/load-themed-styles": "1.8.78" }, "devDependencies": { - "@microsoft/rush-stack-compiler-3.2": "0.3.0", + "@microsoft/rush-stack-compiler-3.2": "0.3.1", "@types/mocha": "5.2.5", "@types/node": "8.5.8", "@types/loader-utils": "1.1.3", "@types/webpack": "4.4.0", "chai": "~3.5.0", "gulp": "~3.9.1", - "@microsoft/node-library-build": "6.0.48" + "@microsoft/node-library-build": "6.0.49" } } diff --git a/webpack/loader-raw-script/package.json b/webpack/loader-raw-script/package.json index 69eb612650f..7aa81e11b2c 100644 --- a/webpack/loader-raw-script/package.json +++ b/webpack/loader-raw-script/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/loader-raw-script", - "version": "1.2.138", + "version": "1.2.139", "description": "", "main": "lib/index.js", "typings": "lib/index.d.ts", @@ -16,12 +16,12 @@ "loader-utils": "~1.1.0" }, "devDependencies": { - "@microsoft/rush-stack-compiler-3.2": "0.3.0", + "@microsoft/rush-stack-compiler-3.2": "0.3.1", "@types/mocha": "5.2.5", "@types/node": "8.5.8", "chai": "~3.5.0", "gulp": "~3.9.1", "mocha": "^5.2.0", - "@microsoft/node-library-build": "6.0.48" + "@microsoft/node-library-build": "6.0.49" } } diff --git a/webpack/loader-set-webpack-public-path/package.json b/webpack/loader-set-webpack-public-path/package.json index 9b6455231e5..a233ff342db 100644 --- a/webpack/loader-set-webpack-public-path/package.json +++ b/webpack/loader-set-webpack-public-path/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/loader-set-webpack-public-path", - "version": "3.2.140", + "version": "3.2.141", "description": "This loader sets the webpack public path at runtime.", "main": "lib/index.js", "typings": "lib/index.d.ts", @@ -14,17 +14,17 @@ }, "dependencies": { "@types/node": "8.5.8", - "@microsoft/set-webpack-public-path-plugin": "2.1.96", + "@microsoft/set-webpack-public-path-plugin": "2.1.97", "loader-utils": "~1.1.0", "lodash": "~4.17.5" }, "devDependencies": { - "@microsoft/rush-stack-compiler-3.2": "0.3.0", + "@microsoft/rush-stack-compiler-3.2": "0.3.1", "@types/lodash": "4.14.116", "@types/mocha": "5.2.5", "chai": "~3.5.0", "gulp": "~3.9.1", "mocha": "^5.2.0", - "@microsoft/node-library-build": "6.0.48" + "@microsoft/node-library-build": "6.0.49" } } diff --git a/webpack/resolve-chunk-plugin/package.json b/webpack/resolve-chunk-plugin/package.json index 6727decb00a..3184db52b86 100644 --- a/webpack/resolve-chunk-plugin/package.json +++ b/webpack/resolve-chunk-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/resolve-chunk-plugin", - "version": "2.0.96", + "version": "2.0.97", "description": "This is a webpack plugin that looks for calls to \"resolveChunk\" with a chunk name, and returns the chunk ID.", "main": "lib/index.js", "typings": "lib/index.d.ts", @@ -19,11 +19,11 @@ "@types/webpack": "4.4.0" }, "devDependencies": { - "@microsoft/rush-stack-compiler-3.2": "0.3.0", + "@microsoft/rush-stack-compiler-3.2": "0.3.1", "@types/mocha": "5.2.5", "chai": "~3.5.0", "gulp": "~3.9.1", "mocha": "^5.2.0", - "@microsoft/node-library-build": "6.0.48" + "@microsoft/node-library-build": "6.0.49" } } diff --git a/webpack/set-webpack-public-path-plugin/package.json b/webpack/set-webpack-public-path-plugin/package.json index 4383a9d6bf9..f1ccad811d9 100644 --- a/webpack/set-webpack-public-path-plugin/package.json +++ b/webpack/set-webpack-public-path-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/set-webpack-public-path-plugin", - "version": "2.1.96", + "version": "2.1.97", "description": "This plugin sets the webpack public path at runtime.", "main": "lib/index.js", "typings": "lib/index.d.ts", @@ -23,13 +23,13 @@ "@types/tapable": "1.0.2" }, "devDependencies": { - "@microsoft/rush-stack-compiler-3.2": "0.3.0", + "@microsoft/rush-stack-compiler-3.2": "0.3.1", "@types/lodash": "4.14.116", "@types/mocha": "5.2.5", "@types/uglify-js": "2.6.29", "chai": "~3.5.0", "gulp": "~3.9.1", "mocha": "^5.2.0", - "@microsoft/node-library-build": "6.0.48" + "@microsoft/node-library-build": "6.0.49" } }