chore() bump stencil to 2.14.2 (#24959)

This commit is contained in:
Liam DeBeasi
2022-03-17 14:46:32 -04:00
committed by GitHub
parent 66e125bc5e
commit 02b7baf6a6
2 changed files with 9 additions and 9 deletions

16
core/package-lock.json generated
View File

@ -6,10 +6,10 @@
"packages": {
"": {
"name": "@ionic/core",
"version": "6.0.10",
"version": "6.0.12",
"license": "MIT",
"dependencies": {
"@stencil/core": "^2.14.1",
"@stencil/core": "^2.14.2",
"ionicons": "^6.0.0",
"tslib": "^2.1.0"
},
@ -1366,9 +1366,9 @@
}
},
"node_modules/@stencil/core": {
"version": "2.14.1",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.14.1.tgz",
"integrity": "sha512-G58fJeDbi58+7uQnyaGInnehfub9tJikFZ4PkT/FuelMV9wGq2FKB0fxKctKQ3mhhHAiFDuGNzRD1isZZQvUCg==",
"version": "2.14.2",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.14.2.tgz",
"integrity": "sha512-NMC5Xi8sPFJxaO4rz6CbMHuD6PteE/RJWtjrbkusmpjKRtMXkfZJPIgOrleZ4xO+vXcNyL535Ru7vUADqEsTiQ==",
"bin": {
"stencil": "bin/stencil"
},
@ -15055,9 +15055,9 @@
"dev": true
},
"@stencil/core": {
"version": "2.14.1",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.14.1.tgz",
"integrity": "sha512-G58fJeDbi58+7uQnyaGInnehfub9tJikFZ4PkT/FuelMV9wGq2FKB0fxKctKQ3mhhHAiFDuGNzRD1isZZQvUCg=="
"version": "2.14.2",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.14.2.tgz",
"integrity": "sha512-NMC5Xi8sPFJxaO4rz6CbMHuD6PteE/RJWtjrbkusmpjKRtMXkfZJPIgOrleZ4xO+vXcNyL535Ru7vUADqEsTiQ=="
},
"@stencil/react-output-target": {
"version": "0.2.1",

View File

@ -31,7 +31,7 @@
"loader/"
],
"dependencies": {
"@stencil/core": "^2.14.1",
"@stencil/core": "^2.14.2",
"ionicons": "^6.0.0",
"tslib": "^2.1.0"
},