mirror of
https://github.com/Polymer/polymer-starter-kit.git
synced 2025-02-25 18:55:22 -06:00
Use @webcomponents/webcomponentjs ^1.2.0 || ^2.0.0-0
to allow it to be deduped with Polymer v3.0.0-pre.12 .
This commit is contained in:
parent
f1e5abf21d
commit
820da729fb
21
package-lock.json
generated
21
package-lock.json
generated
@ -207,13 +207,6 @@
|
||||
"requires": {
|
||||
"@webcomponents/shadycss": "1.1.3",
|
||||
"@webcomponents/webcomponentsjs": "1.2.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@webcomponents/webcomponentsjs": {
|
||||
"version": "1.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@webcomponents/webcomponentsjs/-/webcomponentsjs-1.2.0.tgz",
|
||||
"integrity": "sha512-P9JWydfpBR+CK12UwtBaoD/lYF3PR9XBArAWk5J9nfPaJwA3OUox4StZmyFSVDLsvpFq5HsEtxU/OdHAlAWPnw=="
|
||||
}
|
||||
}
|
||||
},
|
||||
"@polymer/sinonjs": {
|
||||
@ -234,9 +227,9 @@
|
||||
"integrity": "sha512-tGap6j8LVgy8ORM7pL5Yf6u8tTUH0jJaMmA5St/Ijy9WCNttDnrmZTiEF7fl7QQNerzMnCVQHtO0vuX8kybxfQ=="
|
||||
},
|
||||
"@webcomponents/webcomponentsjs": {
|
||||
"version": "2.0.0-0",
|
||||
"resolved": "https://registry.npmjs.org/@webcomponents/webcomponentsjs/-/webcomponentsjs-2.0.0-0.tgz",
|
||||
"integrity": "sha512-dEJm7EH35wm0lDrvi2cPy1MQN8sD6m/lJsTi8hi8YohHnm+P/1zyZbTU9NZC2G560SxU5c7a5Xdip+l6Fms6eg=="
|
||||
"version": "1.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@webcomponents/webcomponentsjs/-/webcomponentsjs-1.2.0.tgz",
|
||||
"integrity": "sha512-P9JWydfpBR+CK12UwtBaoD/lYF3PR9XBArAWk5J9nfPaJwA3OUox4StZmyFSVDLsvpFq5HsEtxU/OdHAlAWPnw=="
|
||||
},
|
||||
"accessibility-developer-tools": {
|
||||
"version": "2.12.0",
|
||||
@ -15138,14 +15131,6 @@
|
||||
"sinon": "1.17.7",
|
||||
"sinon-chai": "2.14.0",
|
||||
"stacky": "1.3.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@webcomponents/webcomponentsjs": {
|
||||
"version": "1.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@webcomponents/webcomponentsjs/-/webcomponentsjs-1.2.0.tgz",
|
||||
"integrity": "sha512-P9JWydfpBR+CK12UwtBaoD/lYF3PR9XBArAWk5J9nfPaJwA3OUox4StZmyFSVDLsvpFq5HsEtxU/OdHAlAWPnw==",
|
||||
"dev": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"wrappy": {
|
||||
|
@ -22,7 +22,7 @@
|
||||
"@polymer/iron-selector": "^3.0.0-pre.12",
|
||||
"@polymer/paper-icon-button": "^3.0.0-pre.12",
|
||||
"@polymer/polymer": "^3.0.0-pre.12",
|
||||
"@webcomponents/webcomponentsjs": "^2.0.0-0"
|
||||
"@webcomponents/webcomponentsjs": "^1.2.0 || ^2.0.0-0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"polymer-cli": "^1.7.0-pre.13",
|
||||
|
Loading…
Reference in New Issue
Block a user