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"
}
}

View file

@ -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": {

View file

@ -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",

View file

@ -2303,9 +2303,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
},
"monaco-editor-webpack-plugin": {

View file

@ -16,7 +16,7 @@
"glob": "^7.2.0",
"html-webpack-plugin": "^5.5.0",
"monaco-editor-webpack-plugin": "^6.0.0",
"monaco-editor": "^0.30.1",
"monaco-editor": "^0.31.0",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.2.5",
"ts-loader": "^9.2.6",