Skip to content

Commit 782644e

Browse files
committed
Bump cyclic dependencies
1 parent efc6fe7 commit 782644e

File tree

18 files changed

+33
-33
lines changed

18 files changed

+33
-33
lines changed

apps/api-extractor-model/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"@types/node": "8.5.8"
2323
},
2424
"devDependencies": {
25-
"@microsoft/node-library-build": "6.0.71",
26-
"@microsoft/rush-stack-compiler-3.4": "0.1.11",
25+
"@microsoft/node-library-build": "6.1.2",
26+
"@microsoft/rush-stack-compiler-3.4": "0.1.15",
2727
"@types/jest": "23.3.11",
2828
"gulp": "~4.0.2",
2929
"tslint-microsoft-contrib": "~5.2.1"

apps/api-extractor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
"typescript": "~3.5.3"
4747
},
4848
"devDependencies": {
49-
"@microsoft/node-library-build": "6.0.71",
50-
"@microsoft/rush-stack-compiler-3.4": "0.1.11",
49+
"@microsoft/node-library-build": "6.1.2",
50+
"@microsoft/rush-stack-compiler-3.4": "0.1.15",
5151
"@types/jest": "23.3.11",
5252
"@types/lodash": "4.14.116",
5353
"@types/node": "8.5.8",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"gulp-mocha": "~6.0.0"
2525
},
2626
"devDependencies": {
27-
"@microsoft/rush-stack-compiler-3.4": "0.1.11",
27+
"@microsoft/rush-stack-compiler-3.4": "0.1.15",
2828
"@types/glob": "5.0.30",
2929
"@types/gulp": "4.0.6",
3030
"@types/gulp-istanbul": "0.9.30",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
},
2727
"devDependencies": {
2828
"@microsoft/api-extractor": "7.3.6",
29-
"@microsoft/node-library-build": "6.0.71",
29+
"@microsoft/node-library-build": "6.1.2",
3030
"@microsoft/rush-stack-compiler-3.1": "0.6.27",
31-
"@microsoft/rush-stack-compiler-3.4": "0.1.11",
31+
"@microsoft/rush-stack-compiler-3.4": "0.1.15",
3232
"@types/glob": "5.0.30",
3333
"@types/resolve": "0.0.8",
3434
"gulp": "~4.0.2",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
"devDependencies": {
5555
"@types/mocha": "5.2.5",
5656
"@types/chai": "3.4.34",
57-
"@microsoft/node-library-build": "6.0.71",
58-
"@microsoft/rush-stack-compiler-3.4": "0.1.11",
57+
"@microsoft/node-library-build": "6.1.2",
58+
"@microsoft/rush-stack-compiler-3.4": "0.1.15",
5959
"@types/z-schema": "3.16.31",
6060
"chai": "~3.5.0"
6161
}

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
"devDependencies": {
2828
"@types/jest": "23.3.11",
2929
"gulp": "~4.0.2",
30-
"@microsoft/node-library-build": "6.0.71",
31-
"@microsoft/rush-stack-compiler-3.4": "0.1.11"
30+
"@microsoft/node-library-build": "6.1.2",
31+
"@microsoft/rush-stack-compiler-3.4": "0.1.15"
3232
}
3333
}

libraries/ts-command-line/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"devDependencies": {
2525
"@types/jest": "23.3.11",
2626
"gulp": "~4.0.2",
27-
"@microsoft/node-library-build": "6.0.71",
28-
"@microsoft/rush-stack-compiler-3.4": "0.1.11"
27+
"@microsoft/node-library-build": "6.1.2",
28+
"@microsoft/rush-stack-compiler-3.4": "0.1.15"
2929
}
3030
}

rush.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@
735735
"shouldPublish": true,
736736
"cyclicDependencyProjects": [
737737
"@microsoft/node-library-build",
738-
"@microsoft/rush-stack-compiler-3.2"
738+
"@microsoft/rush-stack-compiler-3.4"
739739
]
740740
},
741741
{

stack/rush-stack-compiler-2.4/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"typescript": "~2.4.2"
2727
},
2828
"devDependencies": {
29-
"@microsoft/node-library-build": "6.0.71",
30-
"@microsoft/rush-stack-compiler-3.4": "0.1.11",
29+
"@microsoft/node-library-build": "6.1.2",
30+
"@microsoft/rush-stack-compiler-3.4": "0.1.15",
3131
"@microsoft/rush-stack-compiler-shared": "0.0.0",
3232
"gulp": "~4.0.2"
3333
}

stack/rush-stack-compiler-2.7/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"typescript": "~2.7.2"
2727
},
2828
"devDependencies": {
29-
"@microsoft/node-library-build": "6.0.71",
30-
"@microsoft/rush-stack-compiler-3.4": "0.1.11",
29+
"@microsoft/node-library-build": "6.1.2",
30+
"@microsoft/rush-stack-compiler-3.4": "0.1.15",
3131
"@microsoft/rush-stack-compiler-shared": "0.0.0",
3232
"gulp": "~4.0.2"
3333
}

0 commit comments

Comments
 (0)