Towards publishing monaco-editor-webpack-plugin

This commit is contained in:
Alex Dima 2021-12-10 23:17:03 +01:00
parent 3afc60f1ac
commit a6fae61e35
No known key found for this signature in database
GPG key ID: 39563C1504FDD0C9
11 changed files with 19 additions and 216 deletions

View file

@ -3862,9 +3862,9 @@
}
},
"monaco-editor": {
"version": "0.30.1",
"resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.30.1.tgz",
"integrity": "sha512-B/y4+b2O5G2gjuxIFtCE2EkM17R2NM7/3F8x0qcPsqy4V83bitJTIO4TIeZpYlzu/xy6INiY/+84BEm6+7Cmzg==",
"version": "0.31.0",
"resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.31.0.tgz",
"integrity": "sha512-H3QmysEwxxY8oxmFhIFcY9JkuwilUDa6txdAxb797cVr7XFZX27a3SDwcGJmTlV9iGPwdh132r3KKCS5aNL4Gg==",
"dev": true
},
"ms": {

View file

@ -11,7 +11,7 @@
"build-worker": "parcel build node_modules/monaco-editor/esm/vs/editor/editor.worker.js --no-source-maps --no-optimize"
},
"devDependencies": {
"monaco-editor": "^0.30.1",
"monaco-editor": "^0.31.0",
"parcel": "^2.0.1"
}
}