Skip to content

Commit e09770e

Browse files
committed
Add timsort dependency
1 parent 589608e commit e09770e

2 files changed

Lines changed: 12 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
"name": "@microsoft/api-documenter",
77
"allowedCategories": [ "libraries", "tests" ]
88
},
9+
{
10+
"name": "timsort",
11+
"allowedCategories": [ "libraries" ]
12+
},
913
{
1014
"name": "@microsoft/api-extractor",
1115
"allowedCategories": [ "libraries", "tests" ]

libraries/node-core-library/package.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,23 @@
1313
},
1414
"dependencies": {
1515
"@types/node": "8.10.54",
16+
"@types/semver": "5.3.33",
1617
"colors": "~1.2.1",
1718
"fs-extra": "~7.0.1",
1819
"jju": "~1.4.0",
20+
"semver": "~5.3.0",
21+
"timsort": "~0.3.0",
1922
"z-schema": "~3.18.3"
2023
},
2124
"devDependencies": {
25+
"@microsoft/node-library-build": "6.3.0",
26+
"@microsoft/rush-stack-compiler-3.4": "0.3.0",
27+
"@rushstack/eslint-config": "0.4.1",
2228
"@types/fs-extra": "5.0.4",
2329
"@types/jest": "23.3.11",
2430
"@types/jju": "1.4.1",
31+
"@types/timsort": "0.3.0",
2532
"@types/z-schema": "3.16.31",
26-
"gulp": "~4.0.2",
27-
"@microsoft/node-library-build": "6.3.0",
28-
"@microsoft/rush-stack-compiler-3.4": "0.3.0",
29-
"@rushstack/eslint-config": "0.4.1"
33+
"gulp": "~4.0.2"
3034
}
3135
}

0 commit comments

Comments
 (0)