[Project] Updated web dependencies

This commit is contained in:
Robert von Burg 2022-05-13 13:14:33 +02:00
parent fa0eb8bbc8
commit b1196bb96c
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-parameter-input", "name": "strolch-wc-parameter-input",
"description": "Strolch WebComponent Parameter Input", "description": "Strolch WebComponent Parameter Input",
"version": "0.1.3", "version": "0.1.4",
"authors": [ "authors": [
"Robert von Burg" "Robert von Burg"
], ],
@ -20,10 +20,10 @@
"homepage": "https://github.com/strolch-li/strolch-wc-parameter-input", "homepage": "https://github.com/strolch-li/strolch-wc-parameter-input",
"ignore": [], "ignore": [],
"dependencies": { "dependencies": {
"polymer": "Polymer/polymer#^1.11.3", "polymer": "Polymer/polymer#^1.12.0",
"strolchjs": "strolch-li/strolchjs#^0.5.1", "strolchjs": "strolch-li/strolchjs#^0.5.1",
"strolch-wc-styles": "strolch-li/strolch-wc-styles#^0.4.0", "strolch-wc-styles": "strolch-li/strolch-wc-styles#^0.4.4",
"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.14",
"paper-input": "PolymerElements/paper-input#^1.2.1", "paper-input": "PolymerElements/paper-input#^1.2.1",