mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 11:35:40 +01:00
Switch to yarn which supports overriding resolutions to address vulnerabilities in dependencies of dependencies (#3242)
* Switch to `yarn` which supports overriding resolutions to address vulnerabilities in dependencies of dependencies * Go back to npm and use `overrides`
This commit is contained in:
parent
9d278685b0
commit
35eb0efbc0
3 changed files with 1631 additions and 3589 deletions
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
|
|
@ -9,5 +9,8 @@
|
|||
"**/release": true,
|
||||
"**/out": true
|
||||
},
|
||||
"typescript.tsdk": "./node_modules/typescript/lib"
|
||||
"typescript.tsdk": "./node_modules/typescript/lib",
|
||||
"git.branchProtection": ["main", "release/*"],
|
||||
"git.branchProtectionPrompt": "alwaysCommitToNewBranch",
|
||||
"git.branchRandomName.enable": true
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue