From 28fc0215cc132ab166085cc3d75b2ea447fcf0d2 Mon Sep 17 00:00:00 2001 From: Local Admin by Powershell Date: Thu, 23 Aug 2018 18:18:55 +0000 Subject: [PATCH] Applying package updates. --- apps/api-documenter/package.json | 12 ++++++------ apps/api-extractor/package.json | 8 ++++---- apps/rush-lib/package.json | 10 +++++----- apps/rush/package.json | 4 ++-- build-tests/api-extractor-test-01/package.json | 4 ++-- build-tests/api-extractor-test-02/package.json | 4 ++-- build-tests/api-extractor-test-04/package.json | 4 ++-- build-tests/api-extractor-test-05/package.json | 6 +++--- build-tests/node-library-build-test/package.json | 4 ++-- build-tests/web-library-build-test/package.json | 6 +++--- core-build/gulp-core-build-karma/package.json | 8 ++++---- core-build/gulp-core-build-mocha/package.json | 6 +++--- core-build/gulp-core-build-sass/package.json | 6 +++--- core-build/gulp-core-build-serve/package.json | 8 ++++---- .../gulp-core-build-typescript/package.json | 8 ++++---- core-build/gulp-core-build-webpack/package.json | 6 +++--- 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/node-core-library/package.json | 4 ++-- libraries/package-deps-hash/package.json | 8 ++++---- libraries/rushell/package.json | 6 +++--- libraries/stream-collator/package.json | 6 +++--- libraries/ts-command-line/package.json | 2 +- stack/rush-stack-compiler/package.json | 4 ++-- stack/rush-stack/package.json | 8 ++++---- 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 +++--- 32 files changed, 106 insertions(+), 106 deletions(-) diff --git a/apps/api-documenter/package.json b/apps/api-documenter/package.json index 7730e2a78fa..e8a22743041 100644 --- a/apps/api-documenter/package.json +++ b/apps/api-documenter/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/api-documenter", - "version": "1.5.13", + "version": "1.5.14", "description": "Read JSON files from api-extractor, generate documentation pages", "repository": { "type": "git", @@ -15,17 +15,17 @@ "api-documenter": "./bin/api-documenter" }, "dependencies": { - "@microsoft/api-extractor": "5.10.6", - "@microsoft/node-core-library": "2.2.0", - "@microsoft/ts-command-line": "4.2.0", + "@microsoft/api-extractor": "5.10.7", + "@microsoft/node-core-library": "2.2.1", + "@microsoft/ts-command-line": "4.2.1", "colors": "~1.2.1", "js-yaml": "~3.9.1" }, "devDependencies": { - "@microsoft/node-library-build": "4.4.10", + "@microsoft/node-library-build": "4.4.11", "@types/js-yaml": "3.9.1", "@types/node": "8.5.8", "gulp": "~3.9.1", "@types/jest": "21.1.10" } -} \ No newline at end of file +} diff --git a/apps/api-extractor/package.json b/apps/api-extractor/package.json index 6f7bb3abdb4..bffdbbd6391 100644 --- a/apps/api-extractor/package.json +++ b/apps/api-extractor/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/api-extractor", - "version": "5.10.6", + "version": "5.10.7", "description": "Validate, document, and review the exported API for a TypeScript library", "keywords": [ "typescript", @@ -31,8 +31,8 @@ "build": "gulp test --clean" }, "dependencies": { - "@microsoft/node-core-library": "2.2.0", - "@microsoft/ts-command-line": "4.2.0", + "@microsoft/node-core-library": "2.2.1", + "@microsoft/ts-command-line": "4.2.1", "@types/node": "8.5.8", "@types/z-schema": "3.16.31", "colors": "~1.2.1", @@ -47,4 +47,4 @@ "@microsoft/node-library-build": "4.4.0", "@types/jest": "21.1.10" } -} \ No newline at end of file +} diff --git a/apps/rush-lib/package.json b/apps/rush-lib/package.json index e108246f213..5b538353efa 100644 --- a/apps/rush-lib/package.json +++ b/apps/rush-lib/package.json @@ -21,10 +21,10 @@ }, "license": "MIT", "dependencies": { - "@microsoft/node-core-library": "2.2.0", - "@microsoft/package-deps-hash": "2.2.62", - "@microsoft/stream-collator": "2.2.62", - "@microsoft/ts-command-line": "4.2.0", + "@microsoft/node-core-library": "2.2.1", + "@microsoft/package-deps-hash": "2.2.63", + "@microsoft/stream-collator": "2.2.63", + "@microsoft/ts-command-line": "4.2.1", "@pnpm/link-bins": "~1.0.1", "@pnpm/logger": "~1.0.1", "builtins": "~1.0.3", @@ -49,7 +49,7 @@ "z-schema": "~3.18.3" }, "devDependencies": { - "@microsoft/node-library-build": "4.4.10", + "@microsoft/node-library-build": "4.4.11", "@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 07254b70596..4d6a260b7c5 100644 --- a/apps/rush/package.json +++ b/apps/rush/package.json @@ -31,13 +31,13 @@ }, "license": "MIT", "dependencies": { - "@microsoft/node-core-library": "2.2.0", + "@microsoft/node-core-library": "2.2.1", "@microsoft/rush-lib": "5.0.4", "colors": "~1.2.1", "semver": "~5.3.0" }, "devDependencies": { - "@microsoft/node-library-build": "4.4.10", + "@microsoft/node-library-build": "4.4.11", "@types/chai": "3.4.34", "@types/mocha": "5.2.5", "@types/node": "8.5.8", diff --git a/build-tests/api-extractor-test-01/package.json b/build-tests/api-extractor-test-01/package.json index 023b6d43fbc..2d897c38a0e 100644 --- a/build-tests/api-extractor-test-01/package.json +++ b/build-tests/api-extractor-test-01/package.json @@ -12,10 +12,10 @@ "build": "node build.js" }, "dependencies": { - "@microsoft/api-extractor": "5.10.6", + "@microsoft/api-extractor": "5.10.7", "@types/jest": "21.1.10", "@types/node": "8.5.8", "fs-extra": "~5.0.0", "typescript": "~2.4.1" } -} \ No newline at end of file +} diff --git a/build-tests/api-extractor-test-02/package.json b/build-tests/api-extractor-test-02/package.json index d8276761b72..dc058ba36cb 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": "5.10.6", + "@microsoft/api-extractor": "5.10.7", "@types/semver": "5.3.33", "@types/node": "8.5.8", "api-extractor-test-01": "1.0.0", @@ -20,4 +20,4 @@ "fs-extra": "~5.0.0", "typescript": "~2.4.1" } -} \ No newline at end of file +} diff --git a/build-tests/api-extractor-test-04/package.json b/build-tests/api-extractor-test-04/package.json index 57d3499eceb..845528aa30f 100644 --- a/build-tests/api-extractor-test-04/package.json +++ b/build-tests/api-extractor-test-04/package.json @@ -12,8 +12,8 @@ "build": "node build.js" }, "dependencies": { - "@microsoft/api-extractor": "5.10.6", + "@microsoft/api-extractor": "5.10.7", "fs-extra": "~5.0.0", "typescript": "~2.4.1" } -} \ No newline at end of file +} diff --git a/build-tests/api-extractor-test-05/package.json b/build-tests/api-extractor-test-05/package.json index 0054b4105df..8899e28748a 100644 --- a/build-tests/api-extractor-test-05/package.json +++ b/build-tests/api-extractor-test-05/package.json @@ -12,11 +12,11 @@ "build": "node build.js" }, "dependencies": { - "@microsoft/api-extractor": "5.10.6", - "@microsoft/api-documenter": "1.5.13", + "@microsoft/api-extractor": "5.10.7", + "@microsoft/api-documenter": "1.5.14", "@types/jest": "21.1.10", "@types/node": "8.5.8", "fs-extra": "~5.0.0", "typescript": "~2.4.1" } -} \ No newline at end of file +} diff --git a/build-tests/node-library-build-test/package.json b/build-tests/node-library-build-test/package.json index c115ca2eaac..51e4d03b779 100644 --- a/build-tests/node-library-build-test/package.json +++ b/build-tests/node-library-build-test/package.json @@ -11,10 +11,10 @@ "@types/node": "8.5.8" }, "devDependencies": { - "@microsoft/node-library-build": "4.4.10", + "@microsoft/node-library-build": "4.4.11", "@types/chai": "3.4.34", "@types/mocha": "5.2.5", "chai": "~3.5.0", "gulp": "~3.9.1" } -} \ No newline at end of file +} diff --git a/build-tests/web-library-build-test/package.json b/build-tests/web-library-build-test/package.json index 37cca42b6f5..da199d70b12 100644 --- a/build-tests/web-library-build-test/package.json +++ b/build-tests/web-library-build-test/package.json @@ -15,8 +15,8 @@ "@types/node": "8.5.8" }, "dependencies": { - "@microsoft/load-themed-styles": "1.7.80", - "@microsoft/web-library-build": "4.4.67", + "@microsoft/load-themed-styles": "1.7.81", + "@microsoft/web-library-build": "4.4.68", "gulp": "~3.9.1" } -} \ No newline at end of file +} diff --git a/core-build/gulp-core-build-karma/package.json b/core-build/gulp-core-build-karma/package.json index 381feb0053a..d63a5c76554 100644 --- a/core-build/gulp-core-build-karma/package.json +++ b/core-build/gulp-core-build-karma/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/gulp-core-build-karma", - "version": "4.6.5", + "version": "4.6.6", "description": "", "main": "lib/index.js", "typings": "lib/index.d.ts", @@ -13,8 +13,8 @@ "build": "gulp --clean" }, "dependencies": { - "@microsoft/gulp-core-build": "3.8.10", - "@microsoft/node-core-library": "2.2.0", + "@microsoft/gulp-core-build": "3.8.11", + "@microsoft/node-core-library": "2.2.1", "chai": "~3.5.0", "gulp": "~3.9.1", "gulp-karma": "~0.0.5", @@ -42,4 +42,4 @@ "@types/node": "8.5.8", "@types/bluebird": "3.5.3" } -} \ No newline at end of file +} diff --git a/core-build/gulp-core-build-mocha/package.json b/core-build/gulp-core-build-mocha/package.json index 16c016c279d..246a10683ed 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.2", + "version": "3.5.3", "description": "", "main": "lib/index.js", "typings": "lib/index.d.ts", @@ -13,7 +13,7 @@ "build": "gulp --clean" }, "dependencies": { - "@microsoft/gulp-core-build": "3.8.10", + "@microsoft/gulp-core-build": "3.8.11", "@types/node": "8.5.8", "glob": "~7.0.5", "gulp": "~3.9.1", @@ -30,4 +30,4 @@ "@types/orchestrator": "0.0.30", "@types/q": "0.0.32" } -} \ No newline at end of file +} diff --git a/core-build/gulp-core-build-sass/package.json b/core-build/gulp-core-build-sass/package.json index a65842f4526..2d0e462d24b 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.3.41", + "version": "4.3.42", "description": "", "main": "lib/index.js", "typings": "lib/index.d.ts", @@ -13,8 +13,8 @@ "build": "gulp --clean" }, "dependencies": { - "@microsoft/gulp-core-build": "3.8.10", - "@microsoft/load-themed-styles": "1.7.80", + "@microsoft/gulp-core-build": "3.8.11", + "@microsoft/load-themed-styles": "1.7.81", "@types/node": "8.5.8", "autoprefixer": "6.3.7", "gulp": "~3.9.1", diff --git a/core-build/gulp-core-build-serve/package.json b/core-build/gulp-core-build-serve/package.json index 0f2503c45cf..4cd7fcfb522 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.2.40", + "version": "3.2.41", "description": "", "main": "lib/index.js", "typings": "lib/index.d.ts", @@ -13,8 +13,8 @@ "build": "gulp --clean" }, "dependencies": { - "@microsoft/gulp-core-build": "3.8.10", - "@microsoft/node-core-library": "2.2.0", + "@microsoft/gulp-core-build": "3.8.11", + "@microsoft/node-core-library": "2.2.1", "@types/node": "8.5.8", "colors": "~1.2.1", "deasync": "~0.1.7", @@ -40,4 +40,4 @@ "@types/through2": "2.0.32", "@types/vinyl": "1.2.30" } -} \ No newline at end of file +} diff --git a/core-build/gulp-core-build-typescript/package.json b/core-build/gulp-core-build-typescript/package.json index 2a8802113e9..f459decf289 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": "4.11.6", + "version": "4.11.7", "description": "", "main": "lib/index.js", "typings": "lib/index.d.ts", @@ -13,9 +13,9 @@ "build": "gulp --clean" }, "dependencies": { - "@microsoft/api-extractor": "5.10.6", - "@microsoft/gulp-core-build": "3.8.10", - "@microsoft/node-core-library": "2.2.0", + "@microsoft/api-extractor": "5.10.7", + "@microsoft/gulp-core-build": "3.8.11", + "@microsoft/node-core-library": "2.2.1", "@types/gulp": "3.8.32", "@types/node": "8.5.8", "@types/vinyl": "1.2.30", diff --git a/core-build/gulp-core-build-webpack/package.json b/core-build/gulp-core-build-webpack/package.json index e169008d00b..bbe57adf084 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.12", + "version": "3.4.13", "description": "", "main": "lib/index.js", "typings": "lib/index.d.ts", @@ -13,7 +13,7 @@ "build": "gulp --clean" }, "dependencies": { - "@microsoft/gulp-core-build": "3.8.10", + "@microsoft/gulp-core-build": "3.8.11", "@types/gulp": "3.8.32", "@types/node": "8.5.8", "colors": "~1.2.1", @@ -29,4 +29,4 @@ "@types/uglify-js": "2.6.29", "@types/webpack": "4.4.0" } -} \ No newline at end of file +} diff --git a/core-build/gulp-core-build/package.json b/core-build/gulp-core-build/package.json index 21ff3b211ee..518ba944ef1 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.8.10", + "version": "3.8.11", "description": "Core gulp build tasks for building typescript, html, less, etc.", "repository": { "type": "git", @@ -13,7 +13,7 @@ "typings": "lib/index.d.ts", "license": "MIT", "dependencies": { - "@microsoft/node-core-library": "2.2.0", + "@microsoft/node-core-library": "2.2.1", "@types/assertion-error": "1.0.30", "@types/chai": "3.4.34", "@types/chalk": "0.4.31", diff --git a/core-build/node-library-build/package.json b/core-build/node-library-build/package.json index 69b9f2ffc4b..a60725dc6ba 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": "4.4.10", + "version": "4.4.11", "description": "", "main": "lib/index.js", "typings": "lib/index.d.ts", @@ -13,12 +13,12 @@ "build": "gulp --clean" }, "dependencies": { - "@microsoft/gulp-core-build": "3.8.10", - "@microsoft/gulp-core-build-mocha": "3.5.2", - "@microsoft/gulp-core-build-typescript": "4.11.6", + "@microsoft/gulp-core-build": "3.8.11", + "@microsoft/gulp-core-build-mocha": "3.5.3", + "@microsoft/gulp-core-build-typescript": "4.11.7", "@types/gulp": "3.8.32", "@types/node": "8.5.8", "gulp": "~3.9.1" }, "devDependencies": {} -} \ No newline at end of file +} diff --git a/core-build/web-library-build/package.json b/core-build/web-library-build/package.json index 72bcbbe1d65..7b089d98ea0 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": "4.4.67", + "version": "4.4.68", "description": "", "engines": { "npm": "3.10.8" @@ -15,16 +15,16 @@ "main": "lib/index.js", "typings": "lib/index.d.ts", "dependencies": { - "@microsoft/gulp-core-build": "3.8.10", - "@microsoft/gulp-core-build-karma": "4.6.5", - "@microsoft/gulp-core-build-sass": "4.3.41", - "@microsoft/gulp-core-build-serve": "3.2.40", - "@microsoft/gulp-core-build-typescript": "4.11.6", - "@microsoft/gulp-core-build-webpack": "3.4.12", + "@microsoft/gulp-core-build": "3.8.11", + "@microsoft/gulp-core-build-karma": "4.6.6", + "@microsoft/gulp-core-build-sass": "4.3.42", + "@microsoft/gulp-core-build-serve": "3.2.41", + "@microsoft/gulp-core-build-typescript": "4.11.7", + "@microsoft/gulp-core-build-webpack": "3.4.13", "@types/gulp": "3.8.32", "@types/node": "8.5.8", "gulp": "~3.9.1", "gulp-replace": "^0.5.4" }, "devDependencies": {} -} \ No newline at end of file +} diff --git a/libraries/load-themed-styles/package.json b/libraries/load-themed-styles/package.json index 2459372be4b..6e20cef9ab8 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.7.80", + "version": "1.7.81", "description": "Loads themed styles.", "license": "MIT", "repository": { @@ -19,6 +19,6 @@ "@types/webpack-env": "1.13.0", "chai": "~3.5.0", "gulp": "~3.9.1", - "@microsoft/node-library-build": "4.4.10" + "@microsoft/node-library-build": "4.4.11" } -} \ No newline at end of file +} diff --git a/libraries/node-core-library/package.json b/libraries/node-core-library/package.json index 94334a1fc15..d2ab58e4300 100644 --- a/libraries/node-core-library/package.json +++ b/libraries/node-core-library/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/node-core-library", - "version": "2.2.0", + "version": "2.2.1", "description": "Core libraries that every NodeJS toolchain project should use", "main": "lib/index.js", "typings": "dist/index-internal.d.ts", @@ -24,4 +24,4 @@ "gulp": "~3.9.1", "@microsoft/node-library-build": "4.4.0" } -} \ No newline at end of file +} diff --git a/libraries/package-deps-hash/package.json b/libraries/package-deps-hash/package.json index 397864713d2..574ef39cd1b 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.62", + "version": "2.2.63", "description": "", "main": "lib/index.js", "typings": "dist/package-deps-hash.d.ts", @@ -16,12 +16,12 @@ "build": "gulp test --clean" }, "devDependencies": { - "@microsoft/node-library-build": "4.4.10", - "@microsoft/node-core-library": "2.2.0", + "@microsoft/node-library-build": "4.4.11", + "@microsoft/node-core-library": "2.2.1", "chai": "~3.5.0", "gulp": "~3.9.1", "@types/chai": "3.4.34", "@types/mocha": "5.2.5", "@types/node": "8.5.8" } -} \ No newline at end of file +} diff --git a/libraries/rushell/package.json b/libraries/rushell/package.json index 6fc50307991..25ad412f861 100644 --- a/libraries/rushell/package.json +++ b/libraries/rushell/package.json @@ -17,10 +17,10 @@ }, "license": "MIT", "dependencies": { - "@microsoft/node-core-library": "2.2.0" + "@microsoft/node-core-library": "2.2.1" }, "devDependencies": { - "@microsoft/node-library-build": "4.4.10", + "@microsoft/node-library-build": "4.4.11", "@types/jest": "21.1.10", "@types/node": "8.5.8", "gulp": "~3.9.1", @@ -41,4 +41,4 @@ "/src/**/*.test.ts" ] } -} \ No newline at end of file +} diff --git a/libraries/stream-collator/package.json b/libraries/stream-collator/package.json index 005e8780cc7..98e0b5f972f 100644 --- a/libraries/stream-collator/package.json +++ b/libraries/stream-collator/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/stream-collator", - "version": "2.2.62", + "version": "2.2.63", "description": "Display intelligible realtime output from your asynchronous streams", "repository": { "type": "git", @@ -25,6 +25,6 @@ "chai": "~3.5.0", "gulp": "~3.9.1", "mocha": "^5.2.0", - "@microsoft/node-library-build": "4.4.10" + "@microsoft/node-library-build": "4.4.11" } -} \ No newline at end of file +} diff --git a/libraries/ts-command-line/package.json b/libraries/ts-command-line/package.json index 8d7d8f1134b..a13bd173f47 100644 --- a/libraries/ts-command-line/package.json +++ b/libraries/ts-command-line/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/ts-command-line", - "version": "4.2.0", + "version": "4.2.1", "description": "An object-oriented command-line parser for TypeScript", "repository": { "type": "git", diff --git a/stack/rush-stack-compiler/package.json b/stack/rush-stack-compiler/package.json index 6582023a2c2..435f2b19974 100644 --- a/stack/rush-stack-compiler/package.json +++ b/stack/rush-stack-compiler/package.json @@ -12,9 +12,9 @@ "build": "" }, "dependencies": { - "@microsoft/api-extractor": "5.10.6", + "@microsoft/api-extractor": "5.10.7", "tslint": "~5.9.1", "tslint-microsoft-contrib": "~5.0.2", "typescript": "~2.4.1" } -} \ No newline at end of file +} diff --git a/stack/rush-stack/package.json b/stack/rush-stack/package.json index eb30a00d9e5..c5fe7ec1574 100644 --- a/stack/rush-stack/package.json +++ b/stack/rush-stack/package.json @@ -11,12 +11,12 @@ "build": "gulp test --clean" }, "dependencies": { - "@microsoft/node-core-library": "2.2.0", - "@microsoft/ts-command-line": "4.2.0", + "@microsoft/node-core-library": "2.2.1", + "@microsoft/ts-command-line": "4.2.1", "colors": "~1.2.1" }, "devDependencies": { - "@microsoft/node-library-build": "4.4.10", + "@microsoft/node-library-build": "4.4.11", "@types/colors": "1.2.1", "@types/node": "8.5.8", "gulp": "~3.9.1" @@ -24,4 +24,4 @@ "peerDependencies": { "@microsoft/rush-stack-compiler": "*" } -} \ No newline at end of file +} diff --git a/webpack/loader-load-themed-styles/package.json b/webpack/loader-load-themed-styles/package.json index 0ea75bcd1a9..b81d801fd40 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.63", + "version": "1.7.64", "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", @@ -11,7 +11,7 @@ }, "dependencies": { "loader-utils": "~1.1.0", - "@microsoft/load-themed-styles": "1.7.80" + "@microsoft/load-themed-styles": "1.7.81" }, "devDependencies": { "@types/mocha": "5.2.5", @@ -20,6 +20,6 @@ "@types/webpack": "4.4.0", "chai": "~3.5.0", "gulp": "~3.9.1", - "@microsoft/node-library-build": "4.4.10" + "@microsoft/node-library-build": "4.4.11" } -} \ No newline at end of file +} diff --git a/webpack/loader-raw-script/package.json b/webpack/loader-raw-script/package.json index 527b1efe22c..45d21bccd59 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.61", + "version": "1.2.62", "description": "", "main": "lib/index.js", "typings": "lib/index.d.ts", @@ -18,6 +18,6 @@ "chai": "~3.5.0", "gulp": "~3.9.1", "mocha": "^5.2.0", - "@microsoft/node-library-build": "4.4.10" + "@microsoft/node-library-build": "4.4.11" } -} \ No newline at end of file +} diff --git a/webpack/loader-set-webpack-public-path/package.json b/webpack/loader-set-webpack-public-path/package.json index 78bec7d8ea5..aae709fd340 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.63", + "version": "3.2.64", "description": "This loader sets the webpack public path at runtime.", "main": "lib/index.js", "typings": "lib/index.d.ts", @@ -11,7 +11,7 @@ }, "dependencies": { "@types/node": "8.5.8", - "@microsoft/set-webpack-public-path-plugin": "2.1.19", + "@microsoft/set-webpack-public-path-plugin": "2.1.20", "loader-utils": "~1.1.0", "lodash": "~4.17.5" }, @@ -21,6 +21,6 @@ "chai": "~3.5.0", "gulp": "~3.9.1", "mocha": "^5.2.0", - "@microsoft/node-library-build": "4.4.10" + "@microsoft/node-library-build": "4.4.11" } -} \ No newline at end of file +} diff --git a/webpack/resolve-chunk-plugin/package.json b/webpack/resolve-chunk-plugin/package.json index 1fde0699648..0ee03fe2ca8 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.19", + "version": "2.0.20", "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", @@ -17,6 +17,6 @@ "chai": "~3.5.0", "gulp": "~3.9.1", "mocha": "^5.2.0", - "@microsoft/node-library-build": "4.4.10" + "@microsoft/node-library-build": "4.4.11" } -} \ No newline at end of file +} diff --git a/webpack/set-webpack-public-path-plugin/package.json b/webpack/set-webpack-public-path-plugin/package.json index b53687613bc..5089f2fb4dd 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.19", + "version": "2.1.20", "description": "This plugin sets the webpack public path at runtime.", "main": "lib/index.js", "typings": "lib/index.d.ts", @@ -23,6 +23,6 @@ "chai": "~3.5.0", "gulp": "~3.9.1", "mocha": "^5.2.0", - "@microsoft/node-library-build": "4.4.10" + "@microsoft/node-library-build": "4.4.11" } -} \ No newline at end of file +}