chore: prevent major bumps to normalize-url
The highest version that can be used in a browser is 4, after which Safari is likely to break.
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
a555e013a0
commit
e3c76933cc
@ -15,6 +15,10 @@
|
||||
{
|
||||
"groupName": "Monaco Editor",
|
||||
"matchPackageNames": ["monaco-editor", "monaco-editor-webpack-plugin"]
|
||||
},
|
||||
{
|
||||
"matchPackageNames": ["normalize-url"],
|
||||
"allowedVersions": "<5.0.0"
|
||||
}
|
||||
],
|
||||
"ignorePaths": [
|
||||
|
Reference in New Issue
Block a user