refactor: omit typedoc versions higher than 0.22.0

This commit is contained in:
Rainer Killinger
2022-06-27 15:53:39 +02:00
parent 0698ca616c
commit 4bb007ede3
3 changed files with 484 additions and 372 deletions

848
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -36,8 +36,8 @@
"@types/mustache": "4.1.3",
"@types/node": "14.18.20",
"@types/tmp": "0.2.3",
"commander": "8.3.0",
"glob": "7.2.3",
"commander": "9.3.0",
"glob": "8.0.3",
"moment": "2.29.3",
"mustache": "4.2.0",
"tmp": "0.2.1"

View File

@@ -32,6 +32,10 @@
"matchPackagePatterns": ["^typescript$"],
"allowedVersions": "<4.5"
},
{
"matchPackagePatterns": ["^typedoc$"],
"allowedVersions": "<0.23.0"
},
{
"matchPackagePatterns": ["^chalk$"],
"allowedVersions": "<5.0"