Skip to content

Commit 3b5b888

Browse files
committed
Applying package updates.
1 parent c6205e7 commit 3b5b888

File tree

48 files changed

+110
-110
lines changed

Some content is hidden

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

48 files changed

+110
-110
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": "7.5.3",
3+
"version": "7.5.4",
44
"description": "Read JSON files from api-extractor, generate documentation pages",
55
"repository": {
66
"type": "git",
@@ -26,8 +26,8 @@
2626
"resolve": "1.8.1"
2727
},
2828
"devDependencies": {
29-
"@microsoft/rush-stack-compiler-3.4": "0.3.1",
30-
"@microsoft/node-library-build": "6.3.1",
29+
"@microsoft/rush-stack-compiler-3.4": "0.3.2",
30+
"@microsoft/node-library-build": "6.3.2",
3131
"@rushstack/eslint-config": "0.4.1",
3232
"@types/jest": "23.3.11",
3333
"@types/js-yaml": "3.12.1",

apps/rush-buildxl/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"@microsoft/ts-command-line": "4.3.4"
2525
},
2626
"devDependencies": {
27-
"@microsoft/node-library-build": "6.3.1",
28-
"@microsoft/rush-stack-compiler-3.4": "0.3.1",
27+
"@microsoft/node-library-build": "6.3.2",
28+
"@microsoft/rush-stack-compiler-3.4": "0.3.2",
2929
"@rushstack/eslint-config": "0.4.1",
3030
"@types/jest": "23.3.11",
3131
"@types/node": "8.10.54",

apps/rush-lib/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"license": "MIT",
2020
"dependencies": {
2121
"@microsoft/node-core-library": "3.16.0",
22-
"@microsoft/package-deps-hash": "2.3.4",
23-
"@microsoft/stream-collator": "3.1.8",
22+
"@microsoft/package-deps-hash": "2.3.5",
23+
"@microsoft/stream-collator": "3.1.9",
2424
"@microsoft/ts-command-line": "4.3.4",
2525
"@pnpm/link-bins": "~1.0.1",
2626
"@pnpm/logger": "~1.0.1",
@@ -47,8 +47,8 @@
4747
"z-schema": "~3.18.3"
4848
},
4949
"devDependencies": {
50-
"@microsoft/node-library-build": "6.3.1",
51-
"@microsoft/rush-stack-compiler-3.4": "0.3.1",
50+
"@microsoft/node-library-build": "6.3.2",
51+
"@microsoft/rush-stack-compiler-3.4": "0.3.2",
5252
"@rushstack/eslint-config": "0.4.1",
5353
"@types/glob": "5.0.30",
5454
"@types/inquirer": "0.0.43",

apps/rush/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
"semver": "~5.3.0"
3838
},
3939
"devDependencies": {
40-
"@microsoft/rush-stack-compiler-3.4": "0.3.1",
41-
"@microsoft/node-library-build": "6.3.1",
40+
"@microsoft/rush-stack-compiler-3.4": "0.3.2",
41+
"@microsoft/node-library-build": "6.3.2",
4242
"@rushstack/eslint-config": "0.4.1",
4343
"@types/chai": "3.4.34",
4444
"@types/mocha": "5.2.5",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"devDependencies": {
1212
"@microsoft/api-extractor": "7.5.2",
13-
"@microsoft/api-documenter": "7.5.3",
13+
"@microsoft/api-documenter": "7.5.4",
1414
"@types/jest": "23.3.11",
1515
"@types/node": "8.10.54",
1616
"fs-extra": "~7.0.1",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
"build": "gulp test --clean"
99
},
1010
"devDependencies": {
11-
"@microsoft/node-library-build": "6.3.1",
11+
"@microsoft/node-library-build": "6.3.2",
1212
"@rushstack/eslint-config": "0.4.1",
1313
"@types/chai": "3.4.34",
1414
"@types/mocha": "5.2.5",
1515
"@types/node": "8.10.54",
1616
"chai": "~3.5.0",
1717
"gulp": "~4.0.2",
18-
"@microsoft/rush-stack-compiler-3.4": "0.3.1"
18+
"@microsoft/rush-stack-compiler-3.4": "0.3.2"
1919
}
2020
}

build-tests/node-library-build-tslint-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.3.1",
11+
"@microsoft/node-library-build": "6.3.2",
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.3.1"
17+
"@microsoft/rush-stack-compiler-3.4": "0.3.2"
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.3.1",
13-
"@microsoft/rush-stack-compiler-2.4": "0.8.1",
12+
"@microsoft/node-library-build": "6.3.2",
13+
"@microsoft/rush-stack-compiler-2.4": "0.8.2",
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.3.1",
13-
"@microsoft/rush-stack-compiler-2.7": "0.8.1",
12+
"@microsoft/node-library-build": "6.3.2",
13+
"@microsoft/rush-stack-compiler-2.7": "0.8.2",
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.3.1",
13-
"@microsoft/rush-stack-compiler-2.8": "0.3.1",
12+
"@microsoft/node-library-build": "6.3.2",
13+
"@microsoft/rush-stack-compiler-2.8": "0.3.2",
1414
"@types/node": "8.10.54",
1515
"gulp": "~4.0.2"
1616
}

0 commit comments

Comments
 (0)