mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-08 14:32:50 +00:00
fix: build
This commit is contained in:
@@ -17,15 +17,15 @@
|
||||
},
|
||||
{
|
||||
"matchUpdateTypes": ["major"],
|
||||
"matchPackagePatterns": ["^@angular", "^@ionic", "^@types\/node$", "^got$"],
|
||||
"matchPackagePatterns": ["^@angular", "^@ionic", "^@types/node$", "^got$"],
|
||||
"enabled": false
|
||||
},
|
||||
{
|
||||
"matchPackagePatterns": ["^@types\/geojson$"],
|
||||
"matchPackagePatterns": ["^@types/geojson$"],
|
||||
"allowedVersions": "1.0.6"
|
||||
},
|
||||
{
|
||||
"matchPackagePatterns": ["^@elastic\/elasticsearch$"],
|
||||
"matchPackagePatterns": ["^@elastic/elasticsearch$"],
|
||||
"allowedVersions": "<6.0"
|
||||
},
|
||||
{
|
||||
@@ -41,18 +41,12 @@
|
||||
"allowedVersions": "<5.0"
|
||||
},
|
||||
{
|
||||
"matchDepTypes": [
|
||||
"peerDependencies"
|
||||
],
|
||||
"matchDepTypes": ["peerDependencies"],
|
||||
"rangeStrategy": "replace"
|
||||
}
|
||||
],
|
||||
"lockFileMaintenance": {
|
||||
"enabled": true
|
||||
},
|
||||
"reviewers": [
|
||||
"abcdev",
|
||||
"jovankrunic",
|
||||
"theaninova"
|
||||
]
|
||||
"reviewers": ["abcdev", "jovankrunic", "theaninova"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user