chore(stencil): update to stencil 1.15.0 (#21653)

This commit is contained in:
Adam Bradley
2020-06-30 11:34:16 -05:00
committed by GitHub
parent a5e4669c4b
commit c458523b0d
2 changed files with 8 additions and 8 deletions

14
core/package-lock.json generated
View File

@@ -1391,12 +1391,12 @@
}
},
"@stencil/core": {
"version": "1.14.0",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-1.14.0.tgz",
"integrity": "sha512-3u3O8y8HIORiKuDmPowJiUu9nNmpxq4ak1kR3aVuWH6YTQ7+Uexy0dAxabn3CUoQmh6cpYsk9l5P5yIX2EQHoQ==",
"version": "1.15.0",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-1.15.0.tgz",
"integrity": "sha512-aWTagMDQtKTyNFCpAC98mYRDGDEp6ZfIuEO11RUxha2lqwwVjsXsn9HChr8k3XVPszb9azbmLoWrjT7b+2OKog==",
"dev": true,
"requires": {
"typescript": "3.9.3"
"typescript": "3.9.5"
}
},
"@stencil/sass": {
@@ -10991,9 +10991,9 @@
}
},
"typescript": {
"version": "3.9.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.3.tgz",
"integrity": "sha512-D/wqnB2xzNFIcoBG9FG8cXRDjiqSTbG2wd8DMZeQyJlP1vfTkIxH4GKveWaEBYySKIg+USu+E+EDIR47SqnaMQ==",
"version": "3.9.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.5.tgz",
"integrity": "sha512-hSAifV3k+i6lEoCJ2k6R2Z/rp/H3+8sdmcn5NrS3/3kE7+RyZXm9aqvxWqjEXHAd8b0pShatpcdMTvEdvAJltQ==",
"dev": true
},
"unherit": {

View File

@@ -36,7 +36,7 @@
"devDependencies": {
"@rollup/plugin-node-resolve": "^8.1.0",
"@rollup/plugin-virtual": "^2.0.3",
"@stencil/core": "1.14.0",
"@stencil/core": "1.15.0",
"@stencil/sass": "1.3.2",
"@types/jest": "26.0.3",
"@types/node": "14.0.14",