Skip to content

Commit

Permalink
Update Vaadin 15.0.0.alpha11 (#26)
Browse files Browse the repository at this point in the history
* Update Vaadin to 15.0.0.alpha11
  • Loading branch information
vaadin-bot authored and manolo committed Dec 23, 2019
1 parent eb753c8 commit 2f8fe52
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 33 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"@vaadin/vaadin-icons": "4.3.1",
"@vaadin/vaadin-split-layout": "4.1.1",
"@vaadin/vaadin-combo-box": "5.0.9",
"@vaadin/vaadin-core-shrinkwrap": "15.0.0-alpha10",
"@vaadin/vaadin-core-shrinkwrap": "15.0.0-alpha11",
"@vaadin/vaadin-upload": "4.2.2",
"@vaadin/vaadin-dialog": "2.2.1",
"@vaadin/vaadin-select": "2.1.6",
"@vaadin/vaadin-app-layout": "2.0.4",
"@vaadin/vaadin-item": "2.1.0",
"@vaadin/vaadin-item": "2.1.1",
"@vaadin/vaadin-notification": "1.4.0",
"@vaadin/vaadin-progress-bar": "1.1.2",
"@vaadin/vaadin-ordered-layout": "1.1.0",
Expand Down Expand Up @@ -63,12 +63,12 @@
"@vaadin/vaadin-icons": "4.3.1",
"@vaadin/vaadin-split-layout": "4.1.1",
"@vaadin/vaadin-combo-box": "5.0.9",
"@vaadin/vaadin-core-shrinkwrap": "15.0.0-alpha10",
"@vaadin/vaadin-core-shrinkwrap": "15.0.0-alpha11",
"@vaadin/vaadin-upload": "4.2.2",
"@vaadin/vaadin-dialog": "2.2.1",
"@vaadin/vaadin-select": "2.1.6",
"@vaadin/vaadin-app-layout": "2.0.4",
"@vaadin/vaadin-item": "2.1.0",
"@vaadin/vaadin-item": "2.1.1",
"@vaadin/vaadin-notification": "1.4.0",
"@vaadin/vaadin-progress-bar": "1.1.2",
"@vaadin/vaadin-ordered-layout": "1.1.0",
Expand Down Expand Up @@ -106,6 +106,6 @@
"webpack-merge": "4.2.2",
"webpack-dev-server": "3.9.0"
},
"hash": "35414fc333d7062a439f25c6bf8c5b61ad6eeedc6488196b17480f3da79982d4"
"hash": "14b3a980abe8adf8b68ccef4cf654655f6ec07ee330b3fcfb2b7a373bf93d3a4"
}
}
45 changes: 18 additions & 27 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<failOnMissingWebXml>false</failOnMissingWebXml>

<vaadin.version>15.0.0.alpha10</vaadin.version>
<vaadin.version>15.0.0.alpha11</vaadin.version>
<drivers.dir>${project.basedir}/drivers</drivers.dir>
<drivers.downloader.phase>pre-integration-test</drivers.downloader.phase>

Expand Down

0 comments on commit 2f8fe52

Please sign in to comment.