chore(deps): update dependency @stencil/core to v4.33.1 (#30450)

Co-authored-by: Brandy Smith <6577830+brandyscarney@users.noreply.github.com>
Co-authored-by: Christian Bromann <git@bromann.dev>
This commit is contained in:
Brandy Smith
2025-06-03 18:30:01 -04:00
committed by GitHub
parent b77447bea0
commit 1563b7bae7
3 changed files with 658 additions and 8 deletions

14
core/package-lock.json generated
View File

@@ -9,7 +9,7 @@
"version": "8.5.6",
"license": "MIT",
"dependencies": {
"@stencil/core": "4.29.3",
"@stencil/core": "4.33.1",
"ionicons": "^7.2.2",
"tslib": "^2.1.0"
},
@@ -1914,9 +1914,9 @@
}
},
"node_modules/@stencil/core": {
"version": "4.29.3",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.29.3.tgz",
"integrity": "sha512-k2YMDpmHAeOxW3Djoh2JGR6BdEycxNFR1q/njQxa+65sfMzJcSP/6ShcbC3KeFjlvn4h9wvTAqCQGkrV4MUNCw==",
"version": "4.33.1",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.33.1.tgz",
"integrity": "sha512-12k9xhAJBkpg598it+NRmaYIdEe6TSnsL/v6/KRXDcUyTK11VYwZQej2eHnMWtqot+znJ+GNTqb5YbiXi+5Low==",
"license": "MIT",
"bin": {
"stencil": "bin/stencil"
@@ -11984,9 +11984,9 @@
"requires": {}
},
"@stencil/core": {
"version": "4.29.3",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.29.3.tgz",
"integrity": "sha512-k2YMDpmHAeOxW3Djoh2JGR6BdEycxNFR1q/njQxa+65sfMzJcSP/6ShcbC3KeFjlvn4h9wvTAqCQGkrV4MUNCw==",
"version": "4.33.1",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.33.1.tgz",
"integrity": "sha512-12k9xhAJBkpg598it+NRmaYIdEe6TSnsL/v6/KRXDcUyTK11VYwZQej2eHnMWtqot+znJ+GNTqb5YbiXi+5Low==",
"requires": {
"@rollup/rollup-darwin-arm64": "4.34.9",
"@rollup/rollup-darwin-x64": "4.34.9",

View File

@@ -31,7 +31,7 @@
"loader/"
],
"dependencies": {
"@stencil/core": "4.29.3",
"@stencil/core": "4.33.1",
"ionicons": "^7.2.2",
"tslib": "^2.1.0"
},

View File

File diff suppressed because it is too large Load Diff