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 /package.json | |
parent | 3b4266f3daa51f806a92860e81f8ccea712e33c3 (diff) | |
download | vaadin-4d3b3ec61df89a5e9a701f271b6e3e364415ef26.tar.gz vaadin-4d3b3ec61df89a5e9a701f271b6e3e364415ef26.zip |
Update dependencies for version 15.0.0-alpha2
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 9 |
1 files changed, 5 insertions, 4 deletions
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" |