Update all dependencies

This commit is contained in:
Alex Dima 2021-11-16 09:23:03 +01:00
parent 5bb2a27249
commit ed1ee25b7b
No known key found for this signature in database
GPG key ID: 39563C1504FDD0C9
19 changed files with 2480 additions and 2397 deletions

View file

@ -1,12 +0,0 @@
{
"name": "helloworld",
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"monaco-editor": {
"version": "0.19.0",
"resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.19.0.tgz",
"integrity": "sha512-ida++HI/s9V8ma8yYS9CAS0UJEFwW1gbt9G6oviEdv/aHhFd/kV3sXrINqC63TVdKzOZdKjPRRCOPJJ80zvLbw=="
}
}
}

View file

@ -1,7 +0,0 @@
{
"name": "helloworld",
"main": "index.html",
"dependencies": {
"monaco-editor": "0.19.0"
}
}