summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVaadin Bot <vaadin-bot@users.noreply.github.com>2019-07-15 13:49:35 +0000
committerVaadin Bot <vaadin-bot@users.noreply.github.com>2019-07-15 13:49:35 +0000
commit15d68d9b82adcfa28a45596e600bb5a252a46902 (patch)
tree38fb843294364cd04fb5a26833d090d94807b0f5
parentb34de0ec0bf28d632b0feec7a870eaa1f315c940 (diff)
downloadvaadin-15d68d9b82adcfa28a45596e600bb5a252a46902.tar.gz
vaadin-15d68d9b82adcfa28a45596e600bb5a252a46902.zip
Update dependencies for version 14.0.0-rc5
-rw-r--r--bower.json4
-rw-r--r--package.json6
2 files changed, 4 insertions, 6 deletions
diff --git a/bower.json b/bower.json
index 6770e45..b2de577 100644
--- a/bower.json
+++ b/bower.json
@@ -5,7 +5,7 @@
"authors": [
"Vaadin Ltd"
],
- "main": "vaadin.html",
+ "main": "",
"license": [
"Apache-2.0",
"https://vaadin.com/license/cval-3.0"
@@ -19,7 +19,7 @@
"update-core-version.js"
],
"dependencies": {
- "vaadin-core": "14.0.0-rc4",
+ "vaadin-core": "vaadin-core#14.0.0-rc5",
"vaadin-board": "vaadin-board#2.1.0",
"vaadin-charts": "vaadin-charts#6.2.3",
"vaadin-confirm-dialog": "vaadin-confirm-dialog#1.1.1",
diff --git a/package.json b/package.json
index e7acd46..32f155a 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-rc4",
+ "@vaadin/vaadin-core": "^14.0.0-rc5",
"@vaadin/vaadin-board": "^2.1.0",
"@vaadin/vaadin-charts": "^6.2.3",
"@vaadin/vaadin-confirm-dialog": "^1.1.1",
@@ -14,9 +14,7 @@
"@vaadin/vaadin-grid-pro": "^2.0.3",
"@vaadin/vaadin-rich-text-editor": "^1.0.4"
},
- "files": [
- "vaadin.js"
- ],
+ "files": [],
"scripts": {
"version": "node update-core-version.js && git add bower.json"
},
href='#n220'>220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252