Skip to content

Commit ce67d4b

Browse files
Fixed compatibility issue on stencil/core (#279)
* Updated package version * Updated changelog * Updated lockfile
1 parent b2dc443 commit ce67d4b

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [[0.1.6](https://github.com/multiversx/mx-sdk-dapp-ui/pull/277)] - 2025-12-09
1111

12+
- [Fixed compatibility issue on stencil/core](https://github.com/multiversx/mx-sdk-dapp-ui/pull/279)
1213
- [Sync development with main](https://github.com/multiversx/mx-sdk-dapp-ui/pull/278)
1314
- [Fixed copy button](https://github.com/multiversx/mx-sdk-dapp-ui/pull/276)
1415

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"storybook-build": "yarn run build && yarn run storybook-build-tailwind && storybook build"
103103
},
104104
"dependencies": {
105-
"@stencil/core": "^4.36.2",
105+
"@stencil/core": "4.38.1",
106106
"@stencil/react-output-target": "1.2.0",
107107
"@stencil/vue-output-target": "0.11.8",
108108
"classnames": ">=2.5.1",
@@ -146,4 +146,4 @@
146146
"typescript": "^5.7.3",
147147
"vite": "^7.0.6"
148148
}
149-
}
149+
}

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)