Skip to content

Commit f4cd195

Browse files
committed
@microsoft/rush-stack-compiler: 0.4.0 --> 0.4.3
@microsoft/node-library-build: 6.0.2 --> 6.0.6
1 parent b4658ac commit f4cd195

8 files changed

Lines changed: 12 additions & 12 deletions

File tree

apps/api-extractor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@
4343
"z-schema": "~3.18.3"
4444
},
4545
"devDependencies": {
46-
"@microsoft/rush-stack-compiler": "0.4.0",
46+
"@microsoft/rush-stack-compiler": "0.4.3",
4747
"tslint-microsoft-contrib": "~5.2.1",
4848
"@types/lodash": "4.14.116",
4949
"gulp": "~3.9.1",
50-
"@microsoft/node-library-build": "6.0.2",
50+
"@microsoft/node-library-build": "6.0.6",
5151
"@types/jest": "21.1.10"
5252
}
5353
}

core-build/gulp-core-build-mocha/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"devDependencies": {
2424
"@microsoft/rush-stack-compiler": "0.4.3",
25-
"@microsoft/node-library-build": "6.0.2",
25+
"@microsoft/node-library-build": "6.0.6",
2626
"@types/glob": "5.0.30",
2727
"@types/gulp": "3.8.32",
2828
"@types/gulp-istanbul": "0.9.30",

core-build/gulp-core-build-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"devDependencies": {
2525
"@microsoft/api-extractor": "6.1.1",
2626
"@microsoft/rush-stack-compiler": "0.4.3",
27-
"@microsoft/node-library-build": "6.0.2",
27+
"@microsoft/node-library-build": "6.0.6",
2828
"@types/glob": "5.0.30",
2929
"gulp": "~3.9.1",
3030
"typescript": "~3.0.3",

core-build/gulp-core-build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"devDependencies": {
5959
"@microsoft/rush-stack-compiler": "0.4.3",
6060
"@types/z-schema": "3.16.31",
61-
"@microsoft/node-library-build": "6.0.2",
61+
"@microsoft/node-library-build": "6.0.6",
6262
"chai": "~3.5.0"
6363
}
6464
}

libraries/node-core-library/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"tslint-microsoft-contrib": "~5.2.1",
2828
"@types/jest": "21.1.10",
2929
"gulp": "~3.9.1",
30-
"@microsoft/node-library-build": "6.0.2",
31-
"@microsoft/rush-stack-compiler": "0.4.0"
30+
"@microsoft/node-library-build": "6.0.6",
31+
"@microsoft/rush-stack-compiler": "0.4.3"
3232
}
3333
}

libraries/ts-command-line/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"tslint-microsoft-contrib": "~5.2.1",
2626
"@types/jest": "21.1.10",
2727
"gulp": "~3.9.1",
28-
"@microsoft/node-library-build": "6.0.2",
29-
"@microsoft/rush-stack-compiler": "0.4.0"
28+
"@microsoft/node-library-build": "6.0.6",
29+
"@microsoft/rush-stack-compiler": "0.4.3"
3030
}
3131
}

stack/rush-stack-compiler/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"typescript": "~3.0.3"
2727
},
2828
"devDependencies": {
29-
"@microsoft/node-library-build": "6.0.2",
30-
"@microsoft/rush-stack-compiler": "0.4.0",
29+
"@microsoft/node-library-build": "6.0.6",
30+
"@microsoft/rush-stack-compiler": "0.4.3",
3131
"gulp": "~3.9.1"
3232
}
3333
}

stack/rush-stack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"devDependencies": {
3333
"@microsoft/rush-stack-compiler": "0.4.3",
34-
"@microsoft/node-library-build": "6.0.2",
34+
"@microsoft/node-library-build": "6.0.6",
3535
"@types/node": "8.5.8",
3636
"gulp": "~3.9.1"
3737
},

0 commit comments

Comments
 (0)