diff options
author | Vaadin Bot <vaadin-bot@users.noreply.github.com> | 2019-04-30 10:20:19 +0000 |
---|---|---|
committer | Vaadin Bot <vaadin-bot@users.noreply.github.com> | 2019-04-30 10:20:19 +0000 |
commit | e2a9fe18a7f24d448498636fa53e87436883f4c2 (patch) | |
tree | 9affd62fb2c97bbd8ee8d0bd3f64b3f14c88f220 | |
parent | d655eec4e678c7385023baabd08adfad7339f4ce (diff) | |
download | vaadin-e2a9fe18a7f24d448498636fa53e87436883f4c2.tar.gz vaadin-e2a9fe18a7f24d448498636fa53e87436883f4c2.zip |
Update dependencies for version 13.0.5
-rw-r--r-- | bower.json | 2 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -19,7 +19,7 @@ "update-core-version.js" ], "dependencies": { - "vaadin-core": "13.0.4", + "vaadin-core": "vaadin-core#13.0.5", "vaadin-board": "vaadin-board#2.1.0", "vaadin-charts": "vaadin-charts#6.2.2", "vaadin-confirm-dialog": "vaadin-confirm-dialog#1.1.1", diff --git a/package.json b/package.json index 354722f..8a1c1a6 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "Vaadin Ltd", "license": "(Apache-2.0 OR SEE LICENSE IN https://vaadin.com/license/cval-3.0)", "dependencies": { - "@vaadin/vaadin-core": "^13.0.4", + "@vaadin/vaadin-core": "^13.0.5", "@vaadin/vaadin-board": "^2.1.0", "@vaadin/vaadin-charts": "^6.2.2", "@vaadin/vaadin-confirm-dialog": "^1.1.1", |