[Project] remove dependency to wc-tree

This commit is contained in:
Robert von Burg 2021-08-19 11:16:33 +02:00
parent 79d575add9
commit aba8b92f52
1 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{
"name": "strolch-wc-plc",
"description": "Strolch PLC WebComponents",
"version": "0.3.10",
"version": "0.3.11",
"authors": ["Robert von Burg"],
"keywords": [
"strolch",
@ -17,10 +17,9 @@
"homepage": "https://github.com/strolch-li/strolch-wc-plc",
"ignore": [],
"dependencies": {
"strolchjs": "strolch-li/strolchjs#^0.4.3",
"strolchjs": "strolch-li/strolchjs#^0.4.4",
"strolch-wc-styles": "strolch-li/strolch-wc-styles#^0.3.1",
"strolch-wc-debounced-input": "strolch-li/strolch-wc-debounced-input#^0.1.1",
"strolch-wc-tree": "strolch-li/strolch-wc-tree#^0.1.10",
"strolch-wc-ws-observer": "strolch-li/strolch-wc-ws-observer#^0.2.7",
"strolch-wc-localize-behavior": "strolch-li/strolch-wc-localize-behavior#^1.1.11",