[Project] Updated web dependencies

This commit is contained in:
Robert von Burg 2022-07-11 14:02:36 +02:00
parent 3f8a29c7e2
commit b449beb4ef
Signed by: eitch
GPG Key ID: 75DB9C85C74331F7
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{
"name": "strolch-wc-util-behavior",
"description": "Strolch Polymer Util Behaviors",
"version": "0.3.6",
"version": "0.3.7",
"authors": [
"Robert von Burg"
],
@ -20,9 +20,9 @@
"homepage": "https://github.com/strolch-li/strolch-wc-util-behavior",
"ignore": [],
"dependencies": {
"strolchjs": "strolch-li/strolchjs#^0.5.2",
"strolchjs": "strolch-li/strolchjs#^0.5.3",
"strolch-wc-localize-behavior": "strolch-li/strolch-wc-localize-behavior#^1.1.14",
"strolch-wc-localize-behavior": "strolch-li/strolch-wc-localize-behavior#^1.1.15",
"polymer": "Polymer/polymer#^1.12.0"
}