diff --git a/CHANGELOG.md b/CHANGELOG.md index eea91ab1..402dc673 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [[0.1.6](https://github.com/multiversx/mx-sdk-dapp-ui/pull/277)] - 2025-12-09 +- [Fixed compatibility issue on stencil/core](https://github.com/multiversx/mx-sdk-dapp-ui/pull/279) - [Sync development with main](https://github.com/multiversx/mx-sdk-dapp-ui/pull/278) - [Fixed copy button](https://github.com/multiversx/mx-sdk-dapp-ui/pull/276) diff --git a/package.json b/package.json index 8d396ffc..67afc517 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "storybook-build": "yarn run build && yarn run storybook-build-tailwind && storybook build" }, "dependencies": { - "@stencil/core": "^4.36.2", + "@stencil/core": "4.38.1", "@stencil/react-output-target": "1.2.0", "@stencil/vue-output-target": "0.11.8", "classnames": ">=2.5.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 848c9093..ecd23495 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,7 +9,7 @@ importers: .: dependencies: '@stencil/core': - specifier: ^4.36.2 + specifier: 4.38.1 version: 4.38.1 '@stencil/react-output-target': specifier: 1.2.0