mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 09:20:10 +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-vite-react/package-lock.json
generated
6
samples/browser-esm-vite-react/package-lock.json
generated
|
|
@ -698,9 +698,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"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": {
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"monaco-editor": "^0.30.1",
|
||||
"monaco-editor": "^0.31.0",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2",
|
||||
"@types/react": "^17.0.35",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue