mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 18:32:56 +01:00
Marks trusted-types as dev-dependency.
This commit is contained in:
parent
1b33d5dced
commit
d2a7f1aabe
2 changed files with 8 additions and 9 deletions
10
package-lock.json
generated
10
package-lock.json
generated
|
|
@ -9,13 +9,11 @@
|
|||
"version": "0.53.0",
|
||||
"hasInstallScript": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@types/trusted-types": "^1.0.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@playwright/test": "^1.53.2",
|
||||
"@types/mocha": "^9.1.0",
|
||||
"@types/shelljs": "^0.8.11",
|
||||
"@types/trusted-types": "^1.0.6",
|
||||
"@typescript/vfs": "^1.3.5",
|
||||
"chai": "^4.3.6",
|
||||
"clean-css": "^5.2.4",
|
||||
|
|
@ -2659,7 +2657,8 @@
|
|||
"node_modules/@types/trusted-types": {
|
||||
"version": "1.0.6",
|
||||
"resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-1.0.6.tgz",
|
||||
"integrity": "sha512-230RC8sFeHoT6sSUlRO6a8cAnclO06eeiq1QDfiv2FGCLWFvvERWgwIQD4FWqD9A69BN7Lzee4OXwoMVnnsWDw=="
|
||||
"integrity": "sha512-230RC8sFeHoT6sSUlRO6a8cAnclO06eeiq1QDfiv2FGCLWFvvERWgwIQD4FWqD9A69BN7Lzee4OXwoMVnnsWDw==",
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/@typescript/vfs": {
|
||||
"version": "1.3.5",
|
||||
|
|
@ -9413,7 +9412,8 @@
|
|||
"@types/trusted-types": {
|
||||
"version": "1.0.6",
|
||||
"resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-1.0.6.tgz",
|
||||
"integrity": "sha512-230RC8sFeHoT6sSUlRO6a8cAnclO06eeiq1QDfiv2FGCLWFvvERWgwIQD4FWqD9A69BN7Lzee4OXwoMVnnsWDw=="
|
||||
"integrity": "sha512-230RC8sFeHoT6sSUlRO6a8cAnclO06eeiq1QDfiv2FGCLWFvvERWgwIQD4FWqD9A69BN7Lzee4OXwoMVnnsWDw==",
|
||||
"dev": true
|
||||
},
|
||||
"@typescript/vfs": {
|
||||
"version": "1.3.5",
|
||||
|
|
|
|||
|
|
@ -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