Skip to content

Commit

Permalink
Do not depend on p3-preview
Browse files Browse the repository at this point in the history
  • Loading branch information
manolo committed Jun 20, 2018
1 parent fa94c50 commit 872223b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,19 @@
],
"dependencies": {
"polymer": "^2.0.0",
"vaadin-control-state-mixin": "vaadin/vaadin-control-state-mixin#p3-preview",
"vaadin-themable-mixin": "vaadin/vaadin-themable-mixin#p3-preview",
"vaadin-lumo-styles": "vaadin/vaadin-lumo-styles#p3-preview",
"vaadin-material-styles": "vaadin/vaadin-material-styles#^1.0.0",
"vaadin-element-mixin": "vaadin/vaadin-element-mixin#p3-preview"
"vaadin-control-state-mixin": "vaadin/vaadin-control-state-mixin#^2.1.0",
"vaadin-themable-mixin": "vaadin/vaadin-themable-mixin#^1.2.0",
"vaadin-lumo-styles": "vaadin/vaadin-lumo-styles#^1.1.0",
"vaadin-material-styles": "vaadin/vaadin-material-styles#^1.1.0",
"vaadin-element-mixin": "vaadin/vaadin-element-mixin#^1.1.0"
},
"devDependencies": {
"iron-component-page": "^3.0.0",
"iron-demo-helpers": "^2.0.0",
"iron-test-helpers": "^2.0.0",
"webcomponentsjs": "^1.0.1",
"web-component-tester": "^6.1.5",
"vaadin-demo-helpers": "vaadin/vaadin-demo-helpers#p3-preview",
"vaadin-demo-helpers": "vaadin/vaadin-demo-helpers#^2.0.0",
"iron-form": "^2.0.1"
}
}

0 comments on commit 872223b

Please sign in to comment.