@wheelx-widget/widget 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wheelx-widget/widget",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "WheelX Widget - Open source cross-chain swap and bridge trading component with built-in wallet connection",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -44,11 +44,11 @@
|
|
|
44
44
|
},
|
|
45
45
|
"peerDependencies": {
|
|
46
46
|
"@chakra-ui/react": "^3.17.0",
|
|
47
|
-
"@emotion/react": "^11.14.0"
|
|
48
|
-
"react": "^19.2.6",
|
|
49
|
-
"react-dom": "^19.2.6"
|
|
47
|
+
"@emotion/react": "^11.14.0"
|
|
50
48
|
},
|
|
51
49
|
"dependencies": {
|
|
50
|
+
"react": "^19.2.6",
|
|
51
|
+
"react-dom": "^19.2.6",
|
|
52
52
|
"@dynamic-labs/ethereum": "^4.72.0",
|
|
53
53
|
"@dynamic-labs/sdk-react-core": "^4.72.0",
|
|
54
54
|
"@dynamic-labs/wallet-book": "^4.72.0",
|