diff options
author | Vaadin Bot <vaadin-bot@users.noreply.github.com> | 2019-05-06 12:14:47 +0000 |
---|---|---|
committer | Vaadin Bot <vaadin-bot@users.noreply.github.com> | 2019-05-06 12:14:47 +0000 |
commit | ca112dd7e0d90f654faa024e752d7caa2c94920e (patch) | |
tree | cf82502bb54b9010fa880f9309538c15ace0815e | |
parent | ec4c9d03a6e76bbc410fe77db91017fc5ae44b81 (diff) | |
download | vaadin-ca112dd7e0d90f654faa024e752d7caa2c94920e.tar.gz vaadin-ca112dd7e0d90f654faa024e752d7caa2c94920e.zip |
Update dependencies for version 13.0.6
-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.5", + "vaadin-core": "vaadin-core#13.0.6", "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 d586a8b..b0d73db 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.5", + "@vaadin/vaadin-core": "^13.0.6", "@vaadin/vaadin-board": "^2.1.0", "@vaadin/vaadin-charts": "^6.2.2", "@vaadin/vaadin-confirm-dialog": "^1.1.1", |