Skip to content

Commit 54f1460

Browse files
mikehardericlanton
authored andcommitted
Update dependency gulp to latest
- Require to support Node 12 - gulpjs/gulp#2324
1 parent 577fb83 commit 54f1460

45 files changed

Lines changed: 128 additions & 129 deletions

File tree

Some content is hidden

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

apps/api-documenter/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
"js-yaml": "~3.13.1"
2424
},
2525
"devDependencies": {
26-
"@microsoft/rush-stack-compiler-3.2": "0.3.24",
2726
"@microsoft/node-library-build": "6.0.72",
27+
"@microsoft/rush-stack-compiler-3.2": "0.3.24",
28+
"@types/jest": "23.3.11",
2829
"@types/js-yaml": "3.12.1",
2930
"@types/node": "8.5.8",
30-
"gulp": "~3.9.1",
31-
"@types/jest": "23.3.11",
31+
"gulp": "~4.0.2",
3232
"jest": "~23.6.0"
3333
}
3434
}

apps/api-extractor-model/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@microsoft/node-library-build": "6.0.71",
2626
"@microsoft/rush-stack-compiler-3.2": "0.3.23",
2727
"@types/jest": "23.3.11",
28-
"gulp": "~3.9.1",
28+
"gulp": "~4.0.2",
2929
"tslint-microsoft-contrib": "~5.2.1"
3030
}
3131
}

apps/api-extractor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@
5151
"@types/jest": "23.3.11",
5252
"@types/lodash": "4.14.116",
5353
"@types/node": "8.5.8",
54-
"gulp": "~3.9.1"
54+
"gulp": "~4.0.2"
5555
}
5656
}

apps/rush-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@
6262
"@types/semver": "5.3.33",
6363
"@types/tar": "4.0.0",
6464
"@types/z-schema": "3.16.31",
65-
"gulp": "~3.9.1"
65+
"gulp": "~4.0.2"
6666
}
6767
}

apps/rush/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@
3737
"semver": "~5.3.0"
3838
},
3939
"devDependencies": {
40-
"@microsoft/rush-stack-compiler-3.2": "0.3.24",
4140
"@microsoft/node-library-build": "6.0.72",
41+
"@microsoft/rush-stack-compiler-3.2": "0.3.24",
4242
"@types/chai": "3.4.34",
4343
"@types/mocha": "5.2.5",
4444
"@types/node": "8.5.8",
4545
"@types/semver": "5.3.33",
4646
"@types/sinon": "1.16.34",
4747
"chai": "~3.5.0",
48-
"gulp": "~3.9.1",
48+
"gulp": "~4.0.2",
4949
"sinon": "~1.17.3"
5050
}
5151
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
},
1313
"devDependencies": {
1414
"@microsoft/node-library-build": "6.0.72",
15+
"@microsoft/rush-stack-compiler-3.2": "0.3.24",
1516
"@types/chai": "3.4.34",
1617
"@types/mocha": "5.2.5",
1718
"chai": "~3.5.0",
18-
"gulp": "~3.9.1",
19-
"@microsoft/rush-stack-compiler-3.2": "0.3.24"
19+
"gulp": "~4.0.2"
2020
}
2121
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"devDependencies": {
1515
"@microsoft/node-library-build": "6.0.72",
1616
"@microsoft/rush-stack-compiler-2.4": "0.6.23",
17-
"gulp": "~3.9.1"
17+
"gulp": "~4.0.2"
1818
}
1919
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"devDependencies": {
1515
"@microsoft/node-library-build": "6.0.72",
1616
"@microsoft/rush-stack-compiler-2.7": "0.6.23",
17-
"gulp": "~3.9.1"
17+
"gulp": "~4.0.2"
1818
}
1919
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"devDependencies": {
1515
"@microsoft/node-library-build": "6.0.72",
1616
"@microsoft/rush-stack-compiler-2.8": "0.1.10",
17-
"gulp": "~3.9.1"
17+
"gulp": "~4.0.2"
1818
}
1919
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"devDependencies": {
1515
"@microsoft/node-library-build": "6.0.72",
1616
"@microsoft/rush-stack-compiler-2.9": "0.7.23",
17-
"gulp": "~3.9.1"
17+
"gulp": "~4.0.2"
1818
}
1919
}

0 commit comments

Comments
 (0)