diff options
author | Vaadin Bot <vaadin-bot@users.noreply.github.com> | 2019-10-09 13:48:39 +0000 |
---|---|---|
committer | Vaadin Bot <vaadin-bot@users.noreply.github.com> | 2019-10-09 13:48:39 +0000 |
commit | 4d3b3ec61df89a5e9a701f271b6e3e364415ef26 (patch) | |
tree | f0898799f0a0842436f6fb8bf2269616287874a1 | |
parent | 3b4266f3daa51f806a92860e81f8ccea712e33c3 (diff) | |
download | vaadin-4d3b3ec61df89a5e9a701f271b6e3e364415ef26.tar.gz vaadin-4d3b3ec61df89a5e9a701f271b6e3e364415ef26.zip |
Update dependencies for version 15.0.0-alpha2
-rw-r--r-- | bower.json | 6 | ||||
-rw-r--r-- | package.json | 9 |
2 files changed, 8 insertions, 7 deletions
@@ -19,14 +19,14 @@ "update-core-version.js" ], "dependencies": { - "vaadin-core": "15.0.0-alpha1", + "vaadin-core": "vaadin-core#15.0.0-alpha2", "vaadin-board": "vaadin-board#2.1.0", "vaadin-charts": "vaadin-charts#6.2.3", "vaadin-confirm-dialog": "vaadin-confirm-dialog#1.1.4", "vaadin-cookie-consent": "vaadin-cookie-consent#1.1.1", "vaadin-crud": "vaadin-crud#1.0.5", - "vaadin-grid-pro": "vaadin-grid-pro#2.0.3", - "vaadin-rich-text-editor": "vaadin-rich-text-editor#1.0.4", + "vaadin-grid-pro": "vaadin-grid-pro#2.0.4", + "vaadin-rich-text-editor": "vaadin-rich-text-editor#1.1.0", "vaadin-license-checker": "vaadin-license-checker#2.1.1" } }
\ No newline at end of file diff --git a/package.json b/package.json index 07e3cee..180d012 100644 --- a/package.json +++ b/package.json @@ -1,18 +1,19 @@ { "name": "@vaadin/vaadin", "version": "15.0.0-alpha1", - "description": "Vaadin Elements is an evolving set of open source custom HTML elements for building mobile and desktop web applications in modern browsers.", + "description": "Vaadin components is an evolving set of open sourced 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)", + "main": "vaadin.js", "dependencies": { - "@vaadin/vaadin-core": "^15.0.0-alpha1", + "@vaadin/vaadin-core": "^15.0.0-alpha2", "@vaadin/vaadin-board": "^2.1.0", "@vaadin/vaadin-charts": "^6.2.3", "@vaadin/vaadin-confirm-dialog": "^1.1.4", "@vaadin/vaadin-cookie-consent": "^1.1.1", "@vaadin/vaadin-crud": "^1.0.5", - "@vaadin/vaadin-grid-pro": "^2.0.3", - "@vaadin/vaadin-rich-text-editor": "^1.0.4" + "@vaadin/vaadin-grid-pro": "^2.0.4", + "@vaadin/vaadin-rich-text-editor": "^1.1.0" }, "files": [ "vaadin.js" |