Browse Source

Update dependencies for version 12.0.0

tags/v12.0.0
Vaadin Bot 5 years ago
parent
commit
08d67d3d12
2 changed files with 7 additions and 6 deletions
  1. 3
    2
      bower.json
  2. 4
    4
      package.json

+ 3
- 2
bower.json View File

"update-core-version.js" "update-core-version.js"
], ],
"dependencies": { "dependencies": {
"vaadin-core": "12.0.0-beta2",
"vaadin-core": "vaadin-core#12.0.0",
"vaadin-board": "vaadin-board#2.1.0", "vaadin-board": "vaadin-board#2.1.0",
"vaadin-charts": "vaadin-charts#6.2.1", "vaadin-charts": "vaadin-charts#6.2.1",
"vaadin-confirm-dialog": "vaadin-confirm-dialog#1.1.0", "vaadin-confirm-dialog": "vaadin-confirm-dialog#1.1.0",
"vaadin-cookie-consent": "vaadin-cookie-consent#1.1.0", "vaadin-cookie-consent": "vaadin-cookie-consent#1.1.0",
"vaadin-crud": "vaadin-crud#1.0.0"
"vaadin-crud": "vaadin-crud#1.0.1",
"vaadin-license-checker": "vaadin-license-checker#2.1.0"
} }
} }

+ 4
- 4
package.json View File

{ {
"name": "@vaadin/vaadin", "name": "@vaadin/vaadin",
"version": "12.0.0-beta2",
"version": "",
"description": "Vaadin Elements is an evolving set of open source custom HTML elements for building mobile and desktop web applications in modern browsers.", "description": "Vaadin Elements is an evolving set of open source custom HTML elements for building mobile and desktop web applications in modern browsers.",
"author": "Vaadin Ltd", "author": "Vaadin Ltd",
"license": "(Apache-2.0 OR SEE LICENSE IN https://vaadin.com/license/cval-3.0)", "license": "(Apache-2.0 OR SEE LICENSE IN https://vaadin.com/license/cval-3.0)",
"dependencies": { "dependencies": {
"@vaadin/vaadin-core": "12.0.0-beta2",
"@vaadin/vaadin-core": "12.0.0",
"@vaadin/vaadin-board": "2.1.0", "@vaadin/vaadin-board": "2.1.0",
"@vaadin/vaadin-charts": "6.2.1", "@vaadin/vaadin-charts": "6.2.1",
"@vaadin/vaadin-confirm-dialog": "1.1.0", "@vaadin/vaadin-confirm-dialog": "1.1.0",
"@vaadin/vaadin-cookie-consent": "1.1.0", "@vaadin/vaadin-cookie-consent": "1.1.0",
"@vaadin/vaadin-crud": "1.0.0"
"@vaadin/vaadin-crud": "1.0.1"
}, },
"files": [], "files": [],
"scripts": { "scripts": {
"webcomponents", "webcomponents",
"web-components" "web-components"
] ]
}
}

Loading…
Cancel
Save