mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 08:10:11 +01:00
Towards publishing monaco-editor-webpack-plugin
This commit is contained in:
parent
3afc60f1ac
commit
a6fae61e35
11 changed files with 19 additions and 216 deletions
6
samples/browser-esm-parcel/package-lock.json
generated
6
samples/browser-esm-parcel/package-lock.json
generated
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue