Prepare for 0.30.0

This commit is contained in:
Alex Dima 2021-11-05 00:06:15 +01:00
parent ecfdb35cda
commit 4a8558dcef
No known key found for this signature in database
GPG key ID: 39563C1504FDD0C9
7 changed files with 312 additions and 282 deletions

36
package-lock.json generated
View file

@ -2362,39 +2362,39 @@
}
},
"monaco-css": {
"version": "3.8.1",
"resolved": "https://registry.npmjs.org/monaco-css/-/monaco-css-3.8.1.tgz",
"integrity": "sha512-biXG+Y7RVWY8QAXnteMafIIrqFxAvcmCsa87tWAHcNRZauY+3VjNbllBxklPAkK0T+YrZDMuq1YAAE8wKreYiA==",
"version": "3.9.0",
"resolved": "https://registry.npmjs.org/monaco-css/-/monaco-css-3.9.0.tgz",
"integrity": "sha512-QTzWIIyH3hgnEtq3gZ3Aohhs02E3BU9HLHafsUg/d9cQ2b9Bx79aSd7eRgVbvy5x6NnM7ihtT9P70zbu+8Bd8g==",
"dev": true
},
"monaco-editor-core": {
"version": "0.29.2",
"resolved": "https://registry.npmjs.org/monaco-editor-core/-/monaco-editor-core-0.29.2.tgz",
"integrity": "sha512-glydafVIfO2h7Wujb0iqbDjOK8p+Ab03xydLABcCzPzK5vy4/c3VPC1ff9+/KlZCn+0RbZHO+NZJsV2O4Y3m2A==",
"version": "0.30.0",
"resolved": "https://registry.npmjs.org/monaco-editor-core/-/monaco-editor-core-0.30.0.tgz",
"integrity": "sha512-vFJ7BEOCqLv4xWgFW+UheI/PtccHHNht29lNmo79Re1kNhWCBLLb2nThjRMLPO1rd41vX9hhd9C07/iKOk9/jQ==",
"dev": true
},
"monaco-html": {
"version": "3.8.1",
"resolved": "https://registry.npmjs.org/monaco-html/-/monaco-html-3.8.1.tgz",
"integrity": "sha512-qg5TH6HVJiQctEccsPG3r+tE0BjxcNZv6fFjT4Sr7p1c0fN92SvoDbxrjyqfzIfGsVlr76OfzPShjy1SOCHreA==",
"version": "3.9.0",
"resolved": "https://registry.npmjs.org/monaco-html/-/monaco-html-3.9.0.tgz",
"integrity": "sha512-PirAgMiP8NpUAQLgh8GZOhPxzFI+EDaTJnJct+D/BHU71axvKmYyEN2P9coMcQ/26ZOml6maLQ37e+xesk4vHg==",
"dev": true
},
"monaco-json": {
"version": "3.8.1",
"resolved": "https://registry.npmjs.org/monaco-json/-/monaco-json-3.8.1.tgz",
"integrity": "sha512-Uc8pSW9lljQwOznHIqVOeHaGEEjXK7ltbIjxXhkpi3XW7e/J+Sbt0JWpYjphD2EMb0MKCe2XhM8gBzRPF7lvYA==",
"version": "3.9.0",
"resolved": "https://registry.npmjs.org/monaco-json/-/monaco-json-3.9.0.tgz",
"integrity": "sha512-Vj8wTxBH29JeqDzO8T8kgv4sk8Hbq8gxiyzmvn+92FAYh3Iba3fnTq9WjKCSR3ALRw65NjDgkFlSwkGyVjT2uA==",
"dev": true
},
"monaco-languages": {
"version": "2.10.0",
"resolved": "https://registry.npmjs.org/monaco-languages/-/monaco-languages-2.10.0.tgz",
"integrity": "sha512-3nXXNz+hgzE1AfEuuyr54qQlmYJcdmv0mg7feWll1v1ezQYk/7Qi6vSkiEf0f5kXDYD0olpTI9zzBJujU9BQYA==",
"version": "2.11.1",
"resolved": "https://registry.npmjs.org/monaco-languages/-/monaco-languages-2.11.1.tgz",
"integrity": "sha512-XLd6RtqCTYQ1AD7Tz/JzT/Eag/OfvjUtsetqVe6Hm+Tj01osGgnlKsjmPPfTddOIfnSsT6S3TR5aMRL57bSrJg==",
"dev": true
},
"monaco-typescript": {
"version": "4.9.1",
"resolved": "https://registry.npmjs.org/monaco-typescript/-/monaco-typescript-4.9.1.tgz",
"integrity": "sha512-ZxvQFK40fnNg6hhkIofwyH6XzaHSmxVsI41cwSLi4eNFaP/Z58tigUJ/g9evS6Evbm67SdhxvxB4jct/tq3oXw==",
"version": "4.10.0",
"resolved": "https://registry.npmjs.org/monaco-typescript/-/monaco-typescript-4.10.0.tgz",
"integrity": "sha512-vzd7IGCshZO05YW/Kv2V/aKU/Pn8N3RjioHPmSJzG+4E9odnTrCOP8c/iOgkl2IyRS72WReDJ7xDYtMtg8WrOQ==",
"dev": true
},
"ms": {