Skip to content
This repository has been archived by the owner on Apr 6, 2022. It is now read-only.

Commit

Permalink
Bump webjars for 14.4 (#170)
Browse files Browse the repository at this point in the history
* Bump transitive webjars

* Update gitignore for easier branch switching
  • Loading branch information
alvarezguille committed Sep 3, 2020
1 parent 365ddbe commit 8665fc8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,8 @@ driver

# The following files are generated/updated by flow-maven-plugin
package*.json
webpack.config.js
pnpm-lock.yaml
webpack.*.js
tsconfig.json
types.d.ts
node_modules/
4 changes: 2 additions & 2 deletions vaadin-button-flow/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@
<dependency>
<groupId>org.webjars.bowergithub.vaadin</groupId>
<artifactId>vaadin-control-state-mixin</artifactId>
<version>2.1.3</version>
<version>2.2.3</version>
</dependency>
<dependency>
<groupId>org.webjars.bowergithub.vaadin</groupId>
<artifactId>vaadin-themable-mixin</artifactId>
<version>1.5.2</version>
<version>1.6.1</version>
</dependency>
<dependency>
<groupId>org.webjars.bowergithub.vaadin</groupId>
Expand Down

0 comments on commit 8665fc8

Please sign in to comment.