chore(deps): downgrade Stencil to v4.33.1 (#30579)

A major regression related to Reorder was found in Stencil v4.36. Downgrade Stencil until this can be resolved.

Co-authored-by: Brandy Smith <6577830+brandyscarney@users.noreply.github.com>
This commit is contained in:
Brandy Smith
2025-07-30 16:07:32 -04:00
committed by GitHub
parent 0f7dd51767
commit dc713167f9
2 changed files with 9 additions and 8 deletions

View File

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