update monaco

This commit is contained in:
Eugenio Romano
2019-03-27 11:19:57 +00:00
parent b95d1b9eb3
commit e85e634685
2 changed files with 7 additions and 4 deletions
+6 -3
View File
@@ -11834,9 +11834,12 @@
}
},
"ngx-monaco-editor": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/ngx-monaco-editor/-/ngx-monaco-editor-6.0.0.tgz",
"integrity": "sha512-sgNZblVUsIYHaWIKUqHopX3+rDL3DsjH9nsQoCuD7aA4p7Oppmd7UXwyT8OYTmimfcoufiA0tiIcH41XCZW58w=="
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/ngx-monaco-editor/-/ngx-monaco-editor-7.0.0.tgz",
"integrity": "sha512-vzPXTgeZEuRapuiANtrUjNCMdU5MmsJvQVyKgZS042VdXayAn6gPxvIVQp4ipUzX5JzVOfjkL2t+s9+ihMT5Eg==",
"requires": {
"tslib": "^1.9.0"
}
},
"nice-try": {
"version": "1.0.5",
+1 -1
View File
@@ -90,7 +90,7 @@
"moment": "2.22.2",
"moment-es6": "^1.0.0",
"ng2-charts": "1.6.0",
"ngx-monaco-editor": "^6.0.0",
"ngx-monaco-editor": "^7.0.0",
"pdfjs-dist": "^2.0.489",
"raphael": "2.2.7",
"reflect-metadata": "0.1.13",