Skip to content

Commit

Permalink
Fixed react type mismatch (#80)
Browse files Browse the repository at this point in the history
* Fixed react type mismatch

* update changelog
  • Loading branch information
DanutIlie authored Feb 4, 2025
1 parent 0b088c2 commit 9900d3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- [Fixed react type mismatch](https://github.com/multiversx/mx-sdk-dapp-core/pull/80)
- [Added transaction value in controller processing](https://github.com/multiversx/mx-sdk-dapp-core/pull/78)
- [Enhance handle sign error](https://github.com/multiversx/mx-sdk-dapp-core/pull/77)
- [Added transaction accounts in controller processing](https://github.com/multiversx/mx-sdk-dapp-core/pull/76)
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
"@types/lodash.isequal": "4.5.8",
"@types/lodash.isstring": "4.0.9",
"@types/node": "20.12.8",
"@types/react": "18.2.23",
"@typescript-eslint/eslint-plugin": "8.15.0",
"@typescript-eslint/parser": "8.15.0",
"axios": ">=1.6.5",
Expand All @@ -95,7 +96,7 @@
"msw": "1.3.1",
"node-stdlib-browser": "1.2.0",
"prettier": "3.2.5",
"react": "^18.3.1",
"react": "18.3.1",
"rimraf": "^5.0.6",
"ts-jest": "29.1.2",
"tsc-alias": "^1.8.9",
Expand Down

0 comments on commit 9900d3b

Please sign in to comment.