X Tutup
Skip to content

Commit 4514bd4

Browse files
committed
Applying package updates.
1 parent 2ef8c82 commit 4514bd4

File tree

28 files changed

+67
-67
lines changed

28 files changed

+67
-67
lines changed

apps/api-documenter/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/api-documenter",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
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.1",
19-
"@microsoft/node-core-library": "1.3.1",
18+
"@microsoft/api-extractor": "5.7.2",
19+
"@microsoft/node-core-library": "1.3.2",
2020
"@microsoft/ts-command-line": "4.1.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.40",
26+
"@microsoft/node-library-build": "4.3.41",
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/api-extractor",
3-
"version": "5.7.1",
3+
"version": "5.7.2",
44
"description": "Validate, document, and review the exported API for a TypeScript library",
55
"keywords": [
66
"typescript",
@@ -31,7 +31,7 @@
3131
"build": "gulp test --clean"
3232
},
3333
"dependencies": {
34-
"@microsoft/node-core-library": "1.3.1",
34+
"@microsoft/node-core-library": "1.3.2",
3535
"@microsoft/ts-command-line": "4.1.0",
3636
"@types/fs-extra": "5.0.1",
3737
"@types/node": "8.5.8",

apps/rush-lib/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
},
2222
"license": "MIT",
2323
"dependencies": {
24-
"@microsoft/node-core-library": "1.3.1",
25-
"@microsoft/package-deps-hash": "2.2.40",
26-
"@microsoft/stream-collator": "2.2.41",
24+
"@microsoft/node-core-library": "1.3.2",
25+
"@microsoft/package-deps-hash": "2.2.41",
26+
"@microsoft/stream-collator": "2.2.42",
2727
"@microsoft/ts-command-line": "4.1.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.40",
53+
"@microsoft/node-library-build": "4.3.41",
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@
3030
},
3131
"license": "MIT",
3232
"dependencies": {
33-
"@microsoft/node-core-library": "1.3.1",
33+
"@microsoft/node-core-library": "1.3.2",
3434
"@microsoft/rush-lib": "5.0.0-dev.21",
3535
"colors": "~1.2.1",
3636
"fs-extra": "~5.0.0",
3737
"semver": "~5.3.0"
3838
},
3939
"devDependencies": {
40-
"@microsoft/node-library-build": "4.3.40",
40+
"@microsoft/node-library-build": "4.3.41",
4141
"@types/chai": "3.4.34",
4242
"@types/fs-extra": "5.0.1",
4343
"@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.1",
15+
"@microsoft/api-extractor": "5.7.2",
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.1",
15+
"@microsoft/api-extractor": "5.7.2",
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.1",
15+
"@microsoft/api-extractor": "5.7.2",
1616
"fs-extra": "~5.0.0",
1717
"typescript": "~2.4.1"
1818
}

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.59",
19-
"@microsoft/web-library-build": "4.4.45",
18+
"@microsoft/load-themed-styles": "1.7.60",
19+
"@microsoft/web-library-build": "4.4.46",
2020
"gulp": "~3.9.1"
2121
}
2222
}

core-build/gulp-core-build-karma/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-karma",
3-
"version": "4.5.3",
3+
"version": "4.5.4",
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.1",
16+
"@microsoft/gulp-core-build": "3.8.2",
1717
"chai": "~3.5.0",
1818
"gulp": "~3.9.1",
1919
"gulp-karma": "~0.0.5",

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.3.27",
3+
"version": "3.3.28",
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.1",
16+
"@microsoft/gulp-core-build": "3.8.2",
1717
"@types/node": "8.5.8",
1818
"gulp": "~3.9.1",
1919
"gulp-istanbul": "~0.10.3",

0 commit comments

Comments
 (0)
X Tutup