Skip to content

Commit 685c2c2

Browse files
committed
Proactively fix up some dependency inconsistencies found by implicitPreferredVersions=false
1 parent e4382c0 commit 685c2c2

File tree

8 files changed

+12
-9
lines changed

8 files changed

+12
-9
lines changed

apps/api-extractor-model/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
"@rushstack/eslint-config": "0.4.1",
2424
"@types/jest": "23.3.11",
2525
"@types/node": "8.10.54",
26-
"gulp": "~4.0.2",
27-
"tslint-microsoft-contrib": "~5.2.1"
26+
"gulp": "~4.0.2"
2827
}
2928
}

apps/rush-lib/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
"@types/semver": "5.3.33",
6262
"@types/tar": "4.0.0",
6363
"@types/z-schema": "3.16.31",
64-
"gulp": "~4.0.2"
64+
"gulp": "~4.0.2",
65+
"jest": "~23.6.0"
6566
}
6667
}

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"@microsoft/web-library-build": "7.3.5",
1515
"@types/jest": "23.3.11",
1616
"gulp": "~4.0.2",
17+
"jest": "~23.6.0",
1718
"ts-jest": "~22.4.6"
1819
}
1920
}

common/config/rush/nonbrowser-approved-packages.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66
"name": "@microsoft/api-documenter",
77
"allowedCategories": [ "libraries", "tests" ]
88
},
9-
{
10-
"name": "timsort",
11-
"allowedCategories": [ "libraries" ]
12-
},
139
{
1410
"name": "@microsoft/api-extractor",
1511
"allowedCategories": [ "libraries", "tests" ]
@@ -384,7 +380,7 @@
384380
},
385381
{
386382
"name": "jest",
387-
"allowedCategories": [ "libraries" ]
383+
"allowedCategories": [ "libraries", "tests" ]
388384
},
389385
{
390386
"name": "jest-cli",
@@ -526,6 +522,10 @@
526522
"name": "through2",
527523
"allowedCategories": [ "libraries" ]
528524
},
525+
{
526+
"name": "timsort",
527+
"allowedCategories": [ "libraries" ]
528+
},
529529
{
530530
"name": "true-case-path",
531531
"allowedCategories": [ "libraries" ]

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"gulp-mocha": "~6.0.0"
2222
},
2323
"devDependencies": {
24+
"@microsoft/node-library-build": "6.3.2",
2425
"@microsoft/rush-stack-compiler-3.4": "0.3.2",
2526
"@rushstack/eslint-config": "0.4.1",
2627
"@types/glob": "5.0.30",

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
"@types/glob": "5.0.30",
3131
"@types/resolve": "0.0.8",
3232
"gulp": "~4.0.2",
33-
"tslint-microsoft-contrib": "~5.2.1",
3433
"typescript": "~3.2.4"
3534
}
3635
}

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"end-of-stream": "~1.1.0",
2929
"glob-escape": "~0.0.1",
3030
"globby": "~5.0.0",
31+
"glob": "~7.0.5",
3132
"gulp": "~4.0.2",
3233
"gulp-flatten": "~0.2.0",
3334
"gulp-if": "^2.0.1",

webpack/resolve-chunk-plugin/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"@microsoft/rush-stack-compiler-3.4": "0.3.5",
2121
"@rushstack/eslint-config": "0.4.1",
2222
"@types/mocha": "5.2.5",
23+
"@types/node": "8.10.54",
2324
"chai": "~3.5.0",
2425
"gulp": "~4.0.2",
2526
"mocha": "^5.2.0"

0 commit comments

Comments
 (0)