diff options
author | Vaadin Bot <vaadin-bot@users.noreply.github.com> | 2018-11-07 08:05:42 +0000 |
---|---|---|
committer | Vaadin Bot <vaadin-bot@users.noreply.github.com> | 2018-11-07 08:05:42 +0000 |
commit | 83cbd7297a14e277cb775e936902415e9a121703 (patch) | |
tree | 8b8ef717335d37c5f128effef8c40d3c1d72c21b | |
parent | d284b502d57396e47770b919b4f7819d49e79efa (diff) | |
download | vaadin-83cbd7297a14e277cb775e936902415e9a121703.tar.gz vaadin-83cbd7297a14e277cb775e936902415e9a121703.zip |
Update dependencies for version 12.0.0-beta1
-rw-r--r-- | bower.json | 13 | ||||
-rw-r--r-- | package.json | 17 |
2 files changed, 16 insertions, 14 deletions
@@ -19,11 +19,12 @@ "update-core-version.js" ], "dependencies": { - "vaadin-core": "12.0.0-alpha5", - "vaadin-board": "vaadin-board#2.1.0-beta1", - "vaadin-charts": "vaadin-charts#6.2.0-beta1", - "vaadin-confirm-dialog": "vaadin-confirm-dialog#1.1.0-beta1", - "vaadin-cookie-consent": "vaadin-cookie-consent#1.1.0-beta1", - "vaadin-app-layout": "vaadin-app-layout#1.0.0-beta1" + "vaadin-core": "vaadin-core#12.0.0-beta1", + "vaadin-board": "vaadin-board#2.1.0", + "vaadin-charts": "vaadin-charts#6.2.1", + "vaadin-confirm-dialog": "vaadin-confirm-dialog#1.1.0", + "vaadin-cookie-consent": "vaadin-cookie-consent#1.1.0", + "vaadin-app-layout": "vaadin-app-layout#1.0.0", + "vaadin-crud": "vaadin-crud#1.0.0" } }
\ No newline at end of file diff --git a/package.json b/package.json index cab1d95..77c56d7 100644 --- a/package.json +++ b/package.json @@ -1,16 +1,17 @@ { "name": "@vaadin/vaadin", - "version": "12.0.0-alpha5", + "version": "", "description": "Vaadin Elements is an evolving set of open source custom HTML elements for building mobile and desktop web applications in modern browsers.", "author": "Vaadin Ltd", "license": "(Apache-2.0 OR SEE LICENSE IN https://vaadin.com/license/cval-3.0)", "dependencies": { - "@vaadin/vaadin-core": "12.0.0-alpha5", - "@vaadin/vaadin-board": "2.1.0-beta1", - "@vaadin/vaadin-charts": "6.2.0-beta1", - "@vaadin/vaadin-confirm-dialog": "1.1.0-beta1", - "@vaadin/vaadin-cookie-consent": "1.1.0-beta1", - "@vaadin/vaadin-app-layout": "1.0.0-beta1" + "@vaadin/vaadin-core": "12.0.0-beta1", + "@vaadin/vaadin-board": "2.1.0", + "@vaadin/vaadin-charts": "6.2.1", + "@vaadin/vaadin-confirm-dialog": "1.1.0", + "@vaadin/vaadin-cookie-consent": "1.1.0", + "@vaadin/vaadin-app-layout": "1.0.0", + "@vaadin/vaadin-crud": "1.0.0" }, "files": [], "scripts": { @@ -25,4 +26,4 @@ "webcomponents", "web-components" ] -} +}
\ No newline at end of file |