pull/2748/head
Alex Dima 2018-08-10 21:34:37 +02:00
parent f86321e052
commit 104d63abb3
2 changed files with 5 additions and 5 deletions

6
package-lock.json generated
View File

@ -2765,9 +2765,9 @@
}
},
"monaco-editor": {
"version": "0.13.1",
"resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.13.1.tgz",
"integrity": "sha512-0Kssg/O3cl1tXP0qAIxhrtMbRnzusFUEvFyt5/fpUbmuVeY3z+TnUx13+3kW16pgacFPXGUTEO/hOPlDeFU/dw==",
"version": "0.14.1",
"resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.14.1.tgz",
"integrity": "sha512-a73LapNgGxSHW0TOor9IkOvyFG5t0zupXb+sGrx7UMkMif/Ql/Fc9QXYZ26GLx80GHMmDVTZN4lBINzXltAhUg==",
"dev": true
},
"move-concurrently": {

View File

@ -24,11 +24,11 @@
"homepage": "https://github.com/Microsoft/monaco-editor-webpack-plugin#readme",
"peerDependencies": {
"webpack": "^4.5.0",
"monaco-editor": "^0.13.1"
"monaco-editor": "^0.14.1"
},
"devDependencies": {
"css-loader": "^1.0.0",
"monaco-editor": "^0.13.1",
"monaco-editor": "^0.14.1",
"style-loader": "^0.22.1",
"webpack": "^4.16.5",
"webpack-cli": "^3.1.0"