Update to latest

This commit is contained in:
Alex Dima 2022-02-05 00:25:05 +01:00
parent eed1e1cf27
commit 53feef5cf5
No known key found for this signature in database
GPG key ID: 39563C1504FDD0C9
4 changed files with 9 additions and 9 deletions

View file

@ -2419,9 +2419,9 @@
}
},
"monaco-editor": {
"version": "0.32.0",
"resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.32.0.tgz",
"integrity": "sha512-r3xvo6XMA/fg3SuVJb+NMxf+fXHO8GPIOLoPFRO2LIf7GbqfV9W7FdddqT9ze+bCtnLd+s4IScnOGCgDQDg4BQ==",
"version": "0.32.1",
"resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.32.1.tgz",
"integrity": "sha512-LUt2wsUvQmEi2tfTOK+tjAPvt7eQ+K5C4rZPr6SeuyzjAuAHrIvlUloTcOiGjZW3fn3a/jFQCONrEJbNOaCqbA==",
"dev": true
},
"monaco-editor-webpack-plugin": {

View file

@ -16,7 +16,7 @@
"glob": "^7.2.0",
"html-webpack-plugin": "^5.5.0",
"monaco-editor-webpack-plugin": "^7.0.1",
"monaco-editor": "^0.32.0",
"monaco-editor": "^0.32.1",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.3.1",
"ts-loader": "^9.2.6",