Skip to content

Commit 47e9194

Browse files
committed
Applying package updates.
1 parent f999fe2 commit 47e9194

File tree

61 files changed

+177
-177
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+177
-177
lines changed

apps/api-documenter/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/api-documenter",
3-
"version": "7.4.7",
3+
"version": "7.4.8",
44
"description": "Read JSON files from api-extractor, generate documentation pages",
55
"repository": {
66
"type": "git",
@@ -17,17 +17,17 @@
1717
"main": "lib/index.js",
1818
"typings": "dist/rollup.d.ts",
1919
"dependencies": {
20-
"@microsoft/api-extractor-model": "7.5.0",
21-
"@microsoft/node-core-library": "3.15.0",
22-
"@microsoft/ts-command-line": "4.3.1",
20+
"@microsoft/api-extractor-model": "7.5.1",
21+
"@microsoft/node-core-library": "3.15.1",
22+
"@microsoft/ts-command-line": "4.3.2",
2323
"@microsoft/tsdoc": "0.12.14",
2424
"colors": "~1.2.1",
2525
"js-yaml": "~3.13.1",
2626
"resolve": "1.8.1"
2727
},
2828
"devDependencies": {
29-
"@microsoft/rush-stack-compiler-3.4": "0.2.2",
30-
"@microsoft/node-library-build": "6.2.2",
29+
"@microsoft/rush-stack-compiler-3.4": "0.2.3",
30+
"@microsoft/node-library-build": "6.2.3",
3131
"@types/jest": "23.3.11",
3232
"@types/js-yaml": "3.12.1",
3333
"@types/node": "8.10.54",

apps/api-extractor-model/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-model",
3-
"version": "7.5.0",
3+
"version": "7.5.1",
44
"description": "A helper library for loading and saving the .api.json files created by API Extractor",
55
"repository": {
66
"type": "git",
@@ -14,7 +14,7 @@
1414
"build": "gulp test --clean"
1515
},
1616
"dependencies": {
17-
"@microsoft/node-core-library": "3.15.0",
17+
"@microsoft/node-core-library": "3.15.1",
1818
"@microsoft/tsdoc": "0.12.14"
1919
},
2020
"devDependencies": {

apps/api-extractor/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-extractor",
3-
"version": "7.4.5",
3+
"version": "7.4.6",
44
"description": "Analyze the exported API for a TypeScript library and generate reviews, documentation, and .d.ts rollups",
55
"keywords": [
66
"typescript",
@@ -32,9 +32,9 @@
3232
"build": "gulp test --clean"
3333
},
3434
"dependencies": {
35-
"@microsoft/api-extractor-model": "7.5.0",
36-
"@microsoft/node-core-library": "3.15.0",
37-
"@microsoft/ts-command-line": "4.3.1",
35+
"@microsoft/api-extractor-model": "7.5.1",
36+
"@microsoft/node-core-library": "3.15.1",
37+
"@microsoft/ts-command-line": "4.3.2",
3838
"@microsoft/tsdoc": "0.12.14",
3939
"colors": "~1.2.1",
4040
"lodash": "~4.17.15",

apps/rush-buildxl/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
},
2020
"license": "MIT",
2121
"dependencies": {
22-
"@microsoft/node-core-library": "3.15.0",
22+
"@microsoft/node-core-library": "3.15.1",
2323
"@microsoft/rush-lib": "5.13.1",
24-
"@microsoft/ts-command-line": "4.3.1"
24+
"@microsoft/ts-command-line": "4.3.2"
2525
},
2626
"devDependencies": {
27-
"@microsoft/node-library-build": "6.2.2",
28-
"@microsoft/rush-stack-compiler-3.4": "0.2.2",
27+
"@microsoft/node-library-build": "6.2.3",
28+
"@microsoft/rush-stack-compiler-3.4": "0.2.3",
2929
"@types/jest": "23.3.11",
3030
"@types/node": "8.10.54",
3131
"gulp": "~4.0.2"

apps/rush-lib/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
},
1919
"license": "MIT",
2020
"dependencies": {
21-
"@microsoft/node-core-library": "3.15.0",
22-
"@microsoft/package-deps-hash": "2.2.180",
23-
"@microsoft/stream-collator": "3.1.2",
24-
"@microsoft/ts-command-line": "4.3.1",
21+
"@microsoft/node-core-library": "3.15.1",
22+
"@microsoft/package-deps-hash": "2.2.181",
23+
"@microsoft/stream-collator": "3.1.3",
24+
"@microsoft/ts-command-line": "4.3.2",
2525
"@pnpm/link-bins": "~1.0.1",
2626
"@pnpm/logger": "~1.0.1",
2727
"@yarnpkg/lockfile": "~1.0.2",
@@ -47,8 +47,8 @@
4747
"z-schema": "~3.18.3"
4848
},
4949
"devDependencies": {
50-
"@microsoft/node-library-build": "6.2.2",
51-
"@microsoft/rush-stack-compiler-3.4": "0.2.2",
50+
"@microsoft/node-library-build": "6.2.3",
51+
"@microsoft/rush-stack-compiler-3.4": "0.2.3",
5252
"@types/glob": "5.0.30",
5353
"@types/inquirer": "0.0.43",
5454
"@types/jest": "23.3.11",

apps/rush/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@
3131
},
3232
"license": "MIT",
3333
"dependencies": {
34-
"@microsoft/node-core-library": "3.15.0",
34+
"@microsoft/node-core-library": "3.15.1",
3535
"@microsoft/rush-lib": "5.13.1",
3636
"colors": "~1.2.1",
3737
"semver": "~5.3.0"
3838
},
3939
"devDependencies": {
40-
"@microsoft/rush-stack-compiler-3.4": "0.2.2",
41-
"@microsoft/node-library-build": "6.2.2",
40+
"@microsoft/rush-stack-compiler-3.4": "0.2.3",
41+
"@microsoft/node-library-build": "6.2.3",
4242
"@types/chai": "3.4.34",
4343
"@types/mocha": "5.2.5",
4444
"@types/node": "8.10.54",

build-tests/api-documenter-test/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"build": "node build.js"
1010
},
1111
"devDependencies": {
12-
"@microsoft/api-extractor": "7.4.5",
13-
"@microsoft/api-documenter": "7.4.7",
12+
"@microsoft/api-extractor": "7.4.6",
13+
"@microsoft/api-documenter": "7.4.8",
1414
"@types/jest": "23.3.11",
1515
"@types/node": "8.10.54",
1616
"fs-extra": "~7.0.1",

build-tests/api-extractor-lib1-test/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
"devDependencies": {
12-
"@microsoft/api-extractor": "7.4.5",
12+
"@microsoft/api-extractor": "7.4.6",
1313
"@types/jest": "23.3.11",
1414
"@types/node": "8.10.54",
1515
"fs-extra": "~7.0.1",

build-tests/api-extractor-lib2-test/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
"devDependencies": {
12-
"@microsoft/api-extractor": "7.4.5",
12+
"@microsoft/api-extractor": "7.4.6",
1313
"@types/jest": "23.3.11",
1414
"@types/node": "8.10.54",
1515
"fs-extra": "~7.0.1",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"api-extractor-lib1-test": "1.0.0"
1313
},
1414
"devDependencies": {
15-
"@microsoft/api-extractor": "7.4.5",
15+
"@microsoft/api-extractor": "7.4.6",
1616
"@types/jest": "23.3.11",
1717
"@types/node": "8.10.54",
1818
"fs-extra": "~7.0.1",

build-tests/api-extractor-scenarios/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"build": "node build.js"
1010
},
1111
"devDependencies": {
12-
"@microsoft/api-extractor": "7.4.5",
13-
"@microsoft/node-core-library": "3.15.0",
12+
"@microsoft/api-extractor": "7.4.6",
13+
"@microsoft/node-core-library": "3.15.1",
1414
"@microsoft/teams-js": "1.3.0-beta.4",
1515
"@types/jest": "23.3.11",
1616
"@types/node": "8.10.54",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"long": "^4.0.0"
1515
},
1616
"devDependencies": {
17-
"@microsoft/api-extractor": "7.4.5",
17+
"@microsoft/api-extractor": "7.4.6",
1818
"@types/node": "8.10.54",
1919
"fs-extra": "~7.0.1",
2020
"typescript": "~3.1.6"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"semver": "~5.3.0"
1515
},
1616
"devDependencies": {
17-
"@microsoft/api-extractor": "7.4.5",
17+
"@microsoft/api-extractor": "7.4.6",
1818
"@types/node": "8.10.54",
1919
"fs-extra": "~7.0.1",
2020
"typescript": "~3.1.6"

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": "7.4.5",
12+
"@microsoft/api-extractor": "7.4.6",
1313
"api-extractor-lib1-test": "1.0.0",
1414
"fs-extra": "~7.0.1",
1515
"typescript": "~3.1.6"

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
"build": "gulp test --clean"
99
},
1010
"devDependencies": {
11-
"@microsoft/node-library-build": "6.2.2",
11+
"@microsoft/node-library-build": "6.2.3",
1212
"@types/chai": "3.4.34",
1313
"@types/mocha": "5.2.5",
1414
"@types/node": "8.10.54",
1515
"chai": "~3.5.0",
1616
"gulp": "~4.0.2",
17-
"@microsoft/rush-stack-compiler-3.4": "0.2.2"
17+
"@microsoft/rush-stack-compiler-3.4": "0.2.3"
1818
}
1919
}

build-tests/rush-stack-compiler-2.4-library-test/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"build": "gulp test --clean"
1010
},
1111
"devDependencies": {
12-
"@microsoft/node-library-build": "6.2.2",
13-
"@microsoft/rush-stack-compiler-2.4": "0.7.2",
12+
"@microsoft/node-library-build": "6.2.3",
13+
"@microsoft/rush-stack-compiler-2.4": "0.7.3",
1414
"@types/node": "8.10.54",
1515
"gulp": "~4.0.2"
1616
}

build-tests/rush-stack-compiler-2.7-library-test/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"build": "gulp test --clean"
1010
},
1111
"devDependencies": {
12-
"@microsoft/node-library-build": "6.2.2",
13-
"@microsoft/rush-stack-compiler-2.7": "0.7.2",
12+
"@microsoft/node-library-build": "6.2.3",
13+
"@microsoft/rush-stack-compiler-2.7": "0.7.3",
1414
"@types/node": "8.10.54",
1515
"gulp": "~4.0.2"
1616
}

build-tests/rush-stack-compiler-2.8-library-test/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"build": "gulp test --clean"
1010
},
1111
"devDependencies": {
12-
"@microsoft/node-library-build": "6.2.2",
13-
"@microsoft/rush-stack-compiler-2.8": "0.2.2",
12+
"@microsoft/node-library-build": "6.2.3",
13+
"@microsoft/rush-stack-compiler-2.8": "0.2.3",
1414
"@types/node": "8.10.54",
1515
"gulp": "~4.0.2"
1616
}

build-tests/rush-stack-compiler-2.9-library-test/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"build": "gulp test --clean"
1010
},
1111
"devDependencies": {
12-
"@microsoft/node-library-build": "6.2.2",
13-
"@microsoft/rush-stack-compiler-2.9": "0.8.2",
12+
"@microsoft/node-library-build": "6.2.3",
13+
"@microsoft/rush-stack-compiler-2.9": "0.8.3",
1414
"@types/node": "8.10.54",
1515
"gulp": "~4.0.2"
1616
}

build-tests/rush-stack-compiler-3.0-library-test/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"build": "gulp test --clean"
1010
},
1111
"devDependencies": {
12-
"@microsoft/node-library-build": "6.2.2",
13-
"@microsoft/rush-stack-compiler-3.0": "0.7.2",
12+
"@microsoft/node-library-build": "6.2.3",
13+
"@microsoft/rush-stack-compiler-3.0": "0.7.3",
1414
"@types/node": "8.10.54",
1515
"gulp": "~4.0.2"
1616
}

build-tests/rush-stack-compiler-3.1-library-test/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"build": "gulp test --clean"
1010
},
1111
"devDependencies": {
12-
"@microsoft/node-library-build": "6.2.2",
13-
"@microsoft/rush-stack-compiler-3.1": "0.7.2",
12+
"@microsoft/node-library-build": "6.2.3",
13+
"@microsoft/rush-stack-compiler-3.1": "0.7.3",
1414
"@types/node": "8.10.54",
1515
"gulp": "~4.0.2"
1616
}

build-tests/rush-stack-compiler-3.2-library-test/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"build": "gulp test --clean"
1010
},
1111
"devDependencies": {
12-
"@microsoft/node-library-build": "6.2.2",
13-
"@microsoft/rush-stack-compiler-3.2": "0.4.2",
12+
"@microsoft/node-library-build": "6.2.3",
13+
"@microsoft/rush-stack-compiler-3.2": "0.4.3",
1414
"@types/node": "8.10.54",
1515
"gulp": "~4.0.2"
1616
}

build-tests/rush-stack-compiler-3.3-library-test/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"build": "gulp test --clean"
1010
},
1111
"devDependencies": {
12-
"@microsoft/node-library-build": "6.2.2",
13-
"@microsoft/rush-stack-compiler-3.3": "0.3.2",
12+
"@microsoft/node-library-build": "6.2.3",
13+
"@microsoft/rush-stack-compiler-3.3": "0.3.3",
1414
"@types/node": "8.10.54",
1515
"gulp": "~4.0.2"
1616
}

build-tests/rush-stack-compiler-3.4-library-test/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"build": "gulp test --clean"
1010
},
1111
"devDependencies": {
12-
"@microsoft/node-library-build": "6.2.2",
13-
"@microsoft/rush-stack-compiler-3.4": "0.2.2",
12+
"@microsoft/node-library-build": "6.2.3",
13+
"@microsoft/rush-stack-compiler-3.4": "0.2.3",
1414
"@types/node": "8.10.54",
1515
"gulp": "~4.0.2"
1616
}

build-tests/rush-stack-compiler-3.5-library-test/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"build": "gulp test --clean"
1010
},
1111
"devDependencies": {
12-
"@microsoft/node-library-build": "6.2.2",
13-
"@microsoft/rush-stack-compiler-3.5": "0.2.2",
12+
"@microsoft/node-library-build": "6.2.3",
13+
"@microsoft/rush-stack-compiler-3.5": "0.2.3",
1414
"@types/node": "8.10.54",
1515
"gulp": "~4.0.2"
1616
}

build-tests/rush-stack-library-test/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"test": "node_modules/.bin/rush-stack test"
1111
},
1212
"dependencies": {
13-
"@microsoft/rush-stack": "0.1.109",
14-
"@microsoft/rush-stack-compiler-3.4": "0.2.2"
13+
"@microsoft/rush-stack": "0.1.110",
14+
"@microsoft/rush-stack-compiler-3.4": "0.2.3"
1515
}
1616
}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"build": "gulp --clean"
1010
},
1111
"devDependencies": {
12-
"@microsoft/rush-stack-compiler-3.4": "0.2.2",
13-
"@microsoft/load-themed-styles": "1.10.9",
14-
"@microsoft/web-library-build": "7.2.2",
12+
"@microsoft/rush-stack-compiler-3.4": "0.2.3",
13+
"@microsoft/load-themed-styles": "1.10.10",
14+
"@microsoft/web-library-build": "7.2.3",
1515
"@types/jest": "23.3.11",
1616
"gulp": "~4.0.2",
1717
"ts-jest": "~22.4.6"

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.7.0",
3+
"version": "3.7.1",
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.12.0",
16+
"@microsoft/gulp-core-build": "3.12.1",
1717
"@types/node": "8.10.54",
1818
"glob": "~7.0.5",
1919
"gulp": "~4.0.2",

0 commit comments

Comments
 (0)