reduce external dependencies (#705)

This commit is contained in:
Denys Vuika
2018-10-11 19:24:11 +03:00
committed by Cilibiu Bogdan
parent 20822773d7
commit 160d9763a6
4 changed files with 7 additions and 32 deletions
+4 -8
View File
@@ -1622,10 +1622,11 @@
}
},
"@denysvuika/aca-dev-tools": {
"version": "0.1.3",
"resolved": "https://registry.npmjs.org/@denysvuika/aca-dev-tools/-/aca-dev-tools-0.1.3.tgz",
"integrity": "sha512-t8c1eNk/YJeKnpZizmYtGjXhNpIorcOha1oYMmiRsJbxjkaOBVWJSH3sEY+E5BnjH6ZLE7bdtXSLMzrsmU0pRQ==",
"version": "0.1.5",
"resolved": "https://registry.npmjs.org/@denysvuika/aca-dev-tools/-/aca-dev-tools-0.1.5.tgz",
"integrity": "sha512-O+r6L+yZX1TB8ORaGpjowlcWq/1u/HeSpalQtfBJyuyUzWo0NdWNQtWfs2wQ5e8Bvwyu+u8qAIxYJgmIzqWL1w==",
"requires": {
"@ngstack/code-editor": "^0.4.3",
"showdown": "^1.8.6",
"tslib": "^1.9.0"
}
@@ -9991,11 +9992,6 @@
"moment": "*"
}
},
"monaco-editor": {
"version": "0.14.2",
"resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.14.2.tgz",
"integrity": "sha512-SgWGZtoUcb+34gK/aEoqRpJ8/zKp19j1zqP2rZlT75pGHQoM3EIGZH7Qrlp6n5RWDySGVNdxlvsoecs5SghJ3A=="
},
"move-concurrently": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/move-concurrently/-/move-concurrently-1.0.1.tgz",