Skip to content

Commit

Permalink
refactor: update dependencies to be compatible with vaadin 22
Browse files Browse the repository at this point in the history
Close #4
  • Loading branch information
paodb authored and mlopezFC committed Dec 21, 2021
1 parent bb7b996 commit 811e007
Show file tree
Hide file tree
Showing 7 changed files with 38 additions and 2,760 deletions.
21 changes: 11 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vaadin-component-factory/vcf-pdf-viewer",
"version": "0.9.4",
"version": "1.0.0",
"description": "Polymer element providing pdf viewer",
"main": "vcf-pdf-viewer.js",
"repository": {
Expand All @@ -26,22 +26,23 @@
"dependencies": {
"@polymer/iron-resizable-behavior": "^3.0.0",
"@polymer/polymer": "^3.0.0",
"@vaadin/vaadin-element-mixin": "^2.4.1",
"@vaadin/vaadin-lumo-styles": "^1.6.0",
"@vaadin/vaadin-material-styles": "^1.3.2",
"@vaadin/vaadin-overlay": "^3.5.0",
"@vaadin/vaadin-text-field": "^2.8.4",
"@vaadin/vaadin-themable-mixin": "^1.6.1",
"@vaadin/vaadin-item": "^2.1.0",
"@vaadin/vaadin-list-box": "^1.4.0",
"@vaadin/vaadin-select": "^2.4.0",
"@vaadin/component-base": "^22.0.1",
"@vaadin/vaadin-lumo-styles": "^22.0.1",
"@vaadin/vaadin-material-styles": "^22.0.1",
"@vaadin/vaadin-overlay": "^22.0.1",
"@vaadin/text-field": "^22.0.1",
"@vaadin/vaadin-themable-mixin": "^22.0.1",
"@vaadin/item": "^22.0.1",
"@vaadin/list-box": "^22.0.1",
"@vaadin/select": "^22.0.1",
"core-js": "^3.19.0",
"dommatrix": "^0.0.6",
"web-streams-polyfill": "^3.1.1"
},
"devDependencies": {
"@polymer/iron-component-page": "^4.0.0",
"@polymer/iron-demo-helpers": "^3.0.0-pre.19",
"@vaadin/polymer-legacy-adapter": "22.0.1",
"@webcomponents/webcomponentsjs": "^2.6.0",
"regenerator-runtime": "^0.13.5",
"@babel/core": "^7.16.0",
Expand Down
Loading

0 comments on commit 811e007

Please sign in to comment.