Skip to content

Commit 2c4e91a

Browse files
committed
Applying package updates.
1 parent 9f77fa1 commit 2c4e91a

File tree

23 files changed

+44
-44
lines changed

23 files changed

+44
-44
lines changed

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.2.5",
3+
"version": "1.2.6",
44
"description": "Read JSON files from api-extractor, generate documentation pages",
55
"repository": {
66
"type": "git",
@@ -15,15 +15,15 @@
1515
"api-documenter": "./bin/api-documenter"
1616
},
1717
"dependencies": {
18-
"@microsoft/api-extractor": "5.7.3",
18+
"@microsoft/api-extractor": "5.8.0",
1919
"@microsoft/node-core-library": "1.4.0",
2020
"@microsoft/ts-command-line": "4.2.0",
2121
"colors": "~1.2.1",
2222
"fs-extra": "~5.0.0",
2323
"js-yaml": "~3.9.1"
2424
},
2525
"devDependencies": {
26-
"@microsoft/node-library-build": "4.3.42",
26+
"@microsoft/node-library-build": "4.3.43",
2727
"@types/fs-extra": "5.0.1",
2828
"@types/js-yaml": "3.9.1",
2929
"@types/node": "8.5.8",

apps/api-extractor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/api-extractor",
3-
"version": "5.7.3",
3+
"version": "5.8.0",
44
"description": "Validate, document, and review the exported API for a TypeScript library",
55
"keywords": [
66
"typescript",

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": "1.4.0",
25-
"@microsoft/package-deps-hash": "2.2.42",
26-
"@microsoft/stream-collator": "2.2.43",
25+
"@microsoft/package-deps-hash": "2.2.43",
26+
"@microsoft/stream-collator": "2.2.44",
2727
"@microsoft/ts-command-line": "4.2.0",
2828
"@pnpm/link-bins": "~1.0.1",
2929
"@pnpm/logger": "~1.0.1",
@@ -50,7 +50,7 @@
5050
"z-schema": "~3.18.3"
5151
},
5252
"devDependencies": {
53-
"@microsoft/node-library-build": "4.3.42",
53+
"@microsoft/node-library-build": "4.3.43",
5454
"@types/fs-extra": "5.0.1",
5555
"@types/node": "8.5.8",
5656
"@types/node-fetch": "1.6.9",

apps/rush/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"semver": "~5.3.0"
3939
},
4040
"devDependencies": {
41-
"@microsoft/node-library-build": "4.3.42",
41+
"@microsoft/node-library-build": "4.3.43",
4242
"@types/chai": "3.4.34",
4343
"@types/fs-extra": "5.0.1",
4444
"@types/mocha": "2.2.38",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"build": "node build.js"
1313
},
1414
"dependencies": {
15-
"@microsoft/api-extractor": "5.7.3",
15+
"@microsoft/api-extractor": "5.8.0",
1616
"@types/jest": "21.1.10",
1717
"@types/node": "8.5.8",
1818
"fs-extra": "~5.0.0",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"build": "node build.js"
1313
},
1414
"dependencies": {
15-
"@microsoft/api-extractor": "5.7.3",
15+
"@microsoft/api-extractor": "5.8.0",
1616
"@types/semver": "5.3.33",
1717
"@types/node": "8.5.8",
1818
"api-extractor-test-01": "1.0.0",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"build": "node build.js"
1313
},
1414
"dependencies": {
15-
"@microsoft/api-extractor": "5.7.3",
15+
"@microsoft/api-extractor": "5.8.0",
1616
"fs-extra": "~5.0.0",
1717
"typescript": "~2.4.1"
1818
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"build": "node build.js"
1313
},
1414
"dependencies": {
15-
"@microsoft/api-extractor": "5.7.3",
16-
"@microsoft/api-documenter": "1.2.5",
15+
"@microsoft/api-extractor": "5.8.0",
16+
"@microsoft/api-documenter": "1.2.6",
1717
"@types/jest": "21.1.10",
1818
"@types/node": "8.5.8",
1919
"fs-extra": "~5.0.0",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"@types/node": "8.5.8"
1616
},
1717
"dependencies": {
18-
"@microsoft/load-themed-styles": "1.7.61",
19-
"@microsoft/web-library-build": "4.4.48",
18+
"@microsoft/load-themed-styles": "1.7.62",
19+
"@microsoft/web-library-build": "4.4.49",
2020
"gulp": "~3.9.1"
2121
}
2222
}

core-build/gulp-core-build-sass/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-sass",
3-
"version": "4.3.22",
3+
"version": "4.3.23",
44
"description": "",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",
@@ -14,7 +14,7 @@
1414
},
1515
"dependencies": {
1616
"@microsoft/gulp-core-build": "3.8.3",
17-
"@microsoft/load-themed-styles": "1.7.61",
17+
"@microsoft/load-themed-styles": "1.7.62",
1818
"@types/node": "8.5.8",
1919
"autoprefixer": "6.3.7",
2020
"gulp": "~3.9.1",

core-build/gulp-core-build-typescript/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-typescript",
3-
"version": "4.9.15",
3+
"version": "4.9.16",
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/api-extractor": "5.7.3",
16+
"@microsoft/api-extractor": "5.8.0",
1717
"@microsoft/gulp-core-build": "3.8.3",
1818
"@microsoft/node-core-library": "1.4.0",
1919
"@types/fs-extra": "5.0.1",

core-build/node-library-build/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/node-library-build",
3-
"version": "4.3.42",
3+
"version": "4.3.43",
44
"description": "",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"@microsoft/gulp-core-build": "3.8.3",
1717
"@microsoft/gulp-core-build-mocha": "3.3.29",
18-
"@microsoft/gulp-core-build-typescript": "4.9.15",
18+
"@microsoft/gulp-core-build-typescript": "4.9.16",
1919
"@types/gulp": "3.8.32",
2020
"@types/node": "8.5.8",
2121
"gulp": "~3.9.1"

core-build/web-library-build/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/web-library-build",
3-
"version": "4.4.48",
3+
"version": "4.4.49",
44
"description": "",
55
"engines": {
66
"npm": "3.10.8"
@@ -17,9 +17,9 @@
1717
"dependencies": {
1818
"@microsoft/gulp-core-build": "3.8.3",
1919
"@microsoft/gulp-core-build-karma": "4.5.5",
20-
"@microsoft/gulp-core-build-sass": "4.3.22",
20+
"@microsoft/gulp-core-build-sass": "4.3.23",
2121
"@microsoft/gulp-core-build-serve": "3.2.33",
22-
"@microsoft/gulp-core-build-typescript": "4.9.15",
22+
"@microsoft/gulp-core-build-typescript": "4.9.16",
2323
"@microsoft/gulp-core-build-webpack": "3.4.5",
2424
"@types/gulp": "3.8.32",
2525
"@types/node": "8.5.8",

libraries/load-themed-styles/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/load-themed-styles",
3-
"version": "1.7.61",
3+
"version": "1.7.62",
44
"description": "Loads themed styles.",
55
"license": "MIT",
66
"repository": {
@@ -19,6 +19,6 @@
1919
"@types/webpack-env": "1.13.0",
2020
"chai": "~3.5.0",
2121
"gulp": "~3.9.1",
22-
"@microsoft/node-library-build": "4.3.42"
22+
"@microsoft/node-library-build": "4.3.43"
2323
}
2424
}

libraries/package-deps-hash/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/package-deps-hash",
3-
"version": "2.2.42",
3+
"version": "2.2.43",
44
"description": "",
55
"main": "lib/index.js",
66
"typings": "dist/package-deps-hash.d.ts",
@@ -16,7 +16,7 @@
1616
"build": "gulp test --clean"
1717
},
1818
"devDependencies": {
19-
"@microsoft/node-library-build": "4.3.42",
19+
"@microsoft/node-library-build": "4.3.43",
2020
"chai": "~3.5.0",
2121
"gulp": "~3.9.1",
2222
"@types/chai": "3.4.34",

libraries/stream-collator/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/stream-collator",
3-
"version": "2.2.43",
3+
"version": "2.2.44",
44
"description": "Display intelligible realtime output from your asynchronous streams",
55
"repository": {
66
"type": "git",
@@ -25,6 +25,6 @@
2525
"chai": "~3.5.0",
2626
"gulp": "~3.9.1",
2727
"mocha": "~3.4.2",
28-
"@microsoft/node-library-build": "4.3.42"
28+
"@microsoft/node-library-build": "4.3.43"
2929
}
3030
}

stack/rush-stack-compiler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"build": ""
1313
},
1414
"dependencies": {
15-
"@microsoft/api-extractor": "5.7.3",
15+
"@microsoft/api-extractor": "5.8.0",
1616
"tslint": "~5.9.1",
1717
"tslint-microsoft-contrib": "~5.0.2",
1818
"typescript": "~2.4.1"

stack/rush-stack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"fs-extra": "~5.0.0"
1818
},
1919
"devDependencies": {
20-
"@microsoft/node-library-build": "4.3.42",
20+
"@microsoft/node-library-build": "4.3.43",
2121
"@types/colors": "1.2.1",
2222
"@types/fs-extra": "5.0.1",
2323
"@types/node": "8.5.8",

webpack/loader-load-themed-styles/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/loader-load-themed-styles",
3-
"version": "1.7.44",
3+
"version": "1.7.45",
44
"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.",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"loader-utils": "~1.1.0",
14-
"@microsoft/load-themed-styles": "1.7.61"
14+
"@microsoft/load-themed-styles": "1.7.62"
1515
},
1616
"devDependencies": {
1717
"@types/mocha": "2.2.38",
@@ -20,6 +20,6 @@
2020
"@types/webpack": "4.4.0",
2121
"chai": "~3.5.0",
2222
"gulp": "~3.9.1",
23-
"@microsoft/node-library-build": "4.3.42"
23+
"@microsoft/node-library-build": "4.3.43"
2424
}
2525
}

webpack/loader-raw-script/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/loader-raw-script",
3-
"version": "1.2.42",
3+
"version": "1.2.43",
44
"description": "",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",
@@ -18,6 +18,6 @@
1818
"chai": "~3.5.0",
1919
"gulp": "~3.9.1",
2020
"mocha": "~3.4.2",
21-
"@microsoft/node-library-build": "4.3.42"
21+
"@microsoft/node-library-build": "4.3.43"
2222
}
2323
}

webpack/loader-set-webpack-public-path/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/loader-set-webpack-public-path",
3-
"version": "3.2.44",
3+
"version": "3.2.45",
44
"description": "This loader sets the webpack public path at runtime.",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@types/node": "8.5.8",
14-
"@microsoft/set-webpack-public-path-plugin": "2.1.0",
14+
"@microsoft/set-webpack-public-path-plugin": "2.1.1",
1515
"loader-utils": "~1.1.0",
1616
"lodash": "~4.15.0"
1717
},
@@ -21,6 +21,6 @@
2121
"chai": "~3.5.0",
2222
"gulp": "~3.9.1",
2323
"mocha": "~3.4.2",
24-
"@microsoft/node-library-build": "4.3.42"
24+
"@microsoft/node-library-build": "4.3.43"
2525
}
2626
}

webpack/resolve-chunk-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/resolve-chunk-plugin",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "This is a webpack plugin that looks for calls to \"resolveChunk\" with a chunk name, and returns the chunk ID.",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",
@@ -17,6 +17,6 @@
1717
"chai": "~3.5.0",
1818
"gulp": "~3.9.1",
1919
"mocha": "~3.4.2",
20-
"@microsoft/node-library-build": "4.3.42"
20+
"@microsoft/node-library-build": "4.3.43"
2121
}
2222
}

webpack/set-webpack-public-path-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/set-webpack-public-path-plugin",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "This plugin sets the webpack public path at runtime.",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",
@@ -23,6 +23,6 @@
2323
"chai": "~3.5.0",
2424
"gulp": "~3.9.1",
2525
"mocha": "~3.4.2",
26-
"@microsoft/node-library-build": "4.3.42"
26+
"@microsoft/node-library-build": "4.3.43"
2727
}
2828
}

0 commit comments

Comments
 (0)