aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArtur <artur@vaadin.com>2018-01-22 13:05:23 +0200
committerGitHub <noreply@github.com>2018-01-22 13:05:23 +0200
commitf253305c82aeae4eeadb2b6f5348e1b16433b5ef (patch)
tree2e771f30fb1771739df06e3c7550d3fc5516cbd5
parente2dc6db70c245cfb7aafcc5e19cf904305394a4d (diff)
downloadvaadin-f253305c82aeae4eeadb2b6f5348e1b16433b5ef.tar.gz
vaadin-f253305c82aeae4eeadb2b6f5348e1b16433b5ef.zip
Update charts and board to latest (#7)
-rw-r--r--bower.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/bower.json b/bower.json
index 6c72ae9..59f863a 100644
--- a/bower.json
+++ b/bower.json
@@ -18,8 +18,8 @@
"tests"
],
"dependencies": {
- "vaadin-board": "1.1.0-beta1",
- "vaadin-charts": "6.0.0-alpha7",
- "vaadin-core": "10.0.0-alpha13"
+ "vaadin-board": "2.0.0-alpha1",
+ "vaadin-charts": "6.0.0-alpha12",
+ "vaadin-core": "10.0.0-alpha14"
}
}