diff options
author | Vaadin Bot <vaadin-bot@users.noreply.github.com> | 2019-08-19 08:04:15 +0000 |
---|---|---|
committer | Vaadin Bot <vaadin-bot@users.noreply.github.com> | 2019-08-19 08:04:15 +0000 |
commit | e5993a1186a894ef7e119920d2e9ede44747cf2d (patch) | |
tree | 0f2ebddce2adfe1de828b362b9da9d70b4886525 | |
parent | ca9cf99092245a31a84b317adf1d79a397970d27 (diff) | |
download | vaadin-e5993a1186a894ef7e119920d2e9ede44747cf2d.tar.gz vaadin-e5993a1186a894ef7e119920d2e9ede44747cf2d.zip |
Update dependencies for version 14.0.1
-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": "14.0.0", + "vaadin-core": "vaadin-core#14.0.1", "vaadin-board": "vaadin-board#2.1.0", "vaadin-charts": "vaadin-charts#6.2.3", "vaadin-confirm-dialog": "vaadin-confirm-dialog#1.1.4", diff --git a/package.json b/package.json index b2e7970..b8f9eeb 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": "^14.0.0", + "@vaadin/vaadin-core": "^14.0.1", "@vaadin/vaadin-board": "^2.1.0", "@vaadin/vaadin-charts": "^6.2.3", "@vaadin/vaadin-confirm-dialog": "^1.1.4", |