Skip to content

Commit 0ed3018

Browse files
committed
Applying package updates.
1 parent ddec506 commit 0ed3018

21 files changed

Lines changed: 41 additions & 41 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.1.17",
3+
"version": "1.1.18",
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.3.6",
18+
"@microsoft/api-extractor": "5.3.7",
1919
"@microsoft/node-core-library": "0.7.3",
2020
"@microsoft/ts-command-line": "3.0.6",
2121
"colors": "~1.1.2",
2222
"fs-extra": "~0.26.7",
2323
"js-yaml": "~3.9.1"
2424
},
2525
"devDependencies": {
26-
"@microsoft/node-library-build": "4.3.17",
26+
"@microsoft/node-library-build": "4.3.18",
2727
"@types/colors": "1.1.3",
2828
"@types/fs-extra": "0.0.37",
2929
"@types/js-yaml": "3.9.1",

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.3.6",
3+
"version": "5.3.7",
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
@@ -19,8 +19,8 @@
1919
"license": "MIT",
2020
"dependencies": {
2121
"@microsoft/node-core-library": "0.7.3",
22-
"@microsoft/package-deps-hash": "2.2.17",
23-
"@microsoft/stream-collator": "2.2.17",
22+
"@microsoft/package-deps-hash": "2.2.18",
23+
"@microsoft/stream-collator": "2.2.18",
2424
"@microsoft/ts-command-line": "3.0.6",
2525
"@types/fs-extra": "0.0.37",
2626
"@types/node": "8.5.8",
@@ -46,7 +46,7 @@
4646
"z-schema": "~3.18.3"
4747
},
4848
"devDependencies": {
49-
"@microsoft/node-library-build": "4.3.17",
49+
"@microsoft/node-library-build": "4.3.18",
5050
"chai": "~3.5.0",
5151
"gulp": "~3.9.1",
5252
"mocha": "~3.4.2",

apps/rush/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"semver": "~5.3.0"
3737
},
3838
"devDependencies": {
39-
"@microsoft/node-library-build": "4.3.17",
39+
"@microsoft/node-library-build": "4.3.18",
4040
"@types/chai": "3.4.34",
4141
"@types/fs-extra": "0.0.37",
4242
"@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
@@ -9,7 +9,7 @@
99
"build": "node build.js"
1010
},
1111
"dependencies": {
12-
"@microsoft/api-extractor": "5.3.6",
12+
"@microsoft/api-extractor": "5.3.7",
1313
"@types/jest": "~21.1.8",
1414
"@types/node": "8.5.8",
1515
"fs-extra": "~0.26.7",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"build": "node build.js"
1010
},
1111
"dependencies": {
12-
"@microsoft/api-extractor": "5.3.6",
12+
"@microsoft/api-extractor": "5.3.7",
1313
"@types/semver": "5.3.33",
1414
"@types/node": "8.5.8",
1515
"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
@@ -9,7 +9,7 @@
99
"build": "node build.js"
1010
},
1111
"dependencies": {
12-
"@microsoft/api-extractor": "5.3.6",
12+
"@microsoft/api-extractor": "5.3.7",
1313
"fs-extra": "~0.26.7",
1414
"typescript": "~2.4.1"
1515
}

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.36",
19-
"@microsoft/web-library-build": "4.4.20",
18+
"@microsoft/load-themed-styles": "1.7.37",
19+
"@microsoft/web-library-build": "4.4.21",
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.2.19",
3+
"version": "4.2.20",
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.6.8",
17-
"@microsoft/load-themed-styles": "1.7.36",
17+
"@microsoft/load-themed-styles": "1.7.37",
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.7.15",
3+
"version": "4.7.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.3.6",
16+
"@microsoft/api-extractor": "5.3.7",
1717
"@microsoft/gulp-core-build": "3.6.8",
1818
"@microsoft/node-core-library": "0.7.3",
1919
"@types/fs-extra": "0.0.37",

0 commit comments

Comments
 (0)