mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 05:50:11 +01:00
Marks trusted-types as dev-dependency. (#5012)
This commit is contained in:
parent
1b33d5dced
commit
2e93787361
2 changed files with 8 additions and 9 deletions
|
|
@ -71,13 +71,12 @@
|
|||
"vscode-languageserver-types": "3.17.5",
|
||||
"vscode-uri": "3.0.8",
|
||||
"webpack": "^5.76.0",
|
||||
"yaserver": "^0.4.0"
|
||||
"yaserver": "^0.4.0",
|
||||
"@types/trusted-types": "^1.0.6"
|
||||
},
|
||||
"alias": {
|
||||
"process": false,
|
||||
"buffer": false
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/trusted-types": "^1.0.6"
|
||||
}
|
||||
"dependencies": {}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue