Skip to content

Commit cb62e8f

Browse files
committed
Bumping cyclic dependencies.
1 parent c336a53 commit cb62e8f

File tree

9 files changed

+89
-118
lines changed

9 files changed

+89
-118
lines changed

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.2.0",
46+
"@microsoft/rush-stack-compiler": "0.3.0",
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.0",
50+
"@microsoft/node-library-build": "6.0.1",
5151
"@types/jest": "21.1.10"
5252
}
5353
}

common/config/rush/shrinkwrap.yaml

Lines changed: 77 additions & 106 deletions
Large diffs are not rendered by default.

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.3.0",
25-
"@microsoft/node-library-build": "6.0.0",
25+
"@microsoft/node-library-build": "6.0.1",
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.0.9",
2626
"@microsoft/rush-stack-compiler": "0.3.0",
27-
"@microsoft/node-library-build": "6.0.0",
27+
"@microsoft/node-library-build": "6.0.1",
2828
"@types/glob": "5.0.30",
2929
"@types/resolve": "0.0.8",
3030
"gulp": "~3.9.1",

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.3.0",
6060
"@types/z-schema": "3.16.31",
61-
"@microsoft/node-library-build": "6.0.0",
61+
"@microsoft/node-library-build": "6.0.1",
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.0",
31-
"@microsoft/rush-stack-compiler": "0.2.0"
30+
"@microsoft/node-library-build": "6.0.1",
31+
"@microsoft/rush-stack-compiler": "0.3.0"
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.0",
29-
"@microsoft/rush-stack-compiler": "0.2.0"
28+
"@microsoft/node-library-build": "6.0.1",
29+
"@microsoft/rush-stack-compiler": "0.3.0"
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.0",
30-
"@microsoft/rush-stack-compiler": "0.2.0",
29+
"@microsoft/node-library-build": "6.0.1",
30+
"@microsoft/rush-stack-compiler": "0.3.0",
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.3.0",
34-
"@microsoft/node-library-build": "6.0.0",
34+
"@microsoft/node-library-build": "6.0.1",
3535
"@types/node": "8.5.8",
3636
"gulp": "~3.9.1"
3737
},

0 commit comments

Comments
 (0)