chore(template-explorer): update monaco dependency (#793)

This commit is contained in:
Cédric Exbrayat
2020-03-06 18:01:13 +01:00
committed by GitHub
parent 643ff233af
commit 6fad2efb8c
2 changed files with 5 additions and 5 deletions

View File

@@ -10,6 +10,6 @@
"enableNonBrowserBranches": true
},
"dependencies": {
"monaco-editor": "^0.18.1"
"monaco-editor": "^0.20.0"
}
}