@xyo-network/react-wallet 9.1.1 → 10.0.0
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 +35 -35
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/react-wallet",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "10.0.0",
|
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xyo",
|
|
@@ -41,50 +41,50 @@
|
|
|
41
41
|
"README.md"
|
|
42
42
|
],
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@xyo-network/react-address-render": "~
|
|
45
|
-
"@xyo-network/react-network": "~
|
|
44
|
+
"@xyo-network/react-address-render": "~10.0.0",
|
|
45
|
+
"@xyo-network/react-network": "~10.0.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@bitauth/libauth": "~3.0.0",
|
|
49
49
|
"@metamask/providers": "^22.1.1",
|
|
50
50
|
"@mui/icons-material": "^9.1.1",
|
|
51
|
-
"@mui/material": "^9.1.
|
|
51
|
+
"@mui/material": "^9.1.2",
|
|
52
52
|
"@noble/post-quantum": "~0.6.1",
|
|
53
53
|
"@opentelemetry/api": "^1.9.1",
|
|
54
54
|
"@opentelemetry/sdk-trace-base": "^2.8.0",
|
|
55
55
|
"@react-spring/web": "~10.1.1",
|
|
56
56
|
"@scure/base": "~2.2.0",
|
|
57
57
|
"@scure/bip39": "~2.2.0",
|
|
58
|
-
"@storybook/react-vite": "~10.4.
|
|
58
|
+
"@storybook/react-vite": "~10.4.6",
|
|
59
59
|
"@types/react": "^19.2.17",
|
|
60
|
-
"@xylabs/eth-address": "^6.1.
|
|
61
|
-
"@xylabs/geo": "^6.1.
|
|
62
|
-
"@xylabs/pixel": "^6.1.
|
|
63
|
-
"@xylabs/react-button": "^9.1.
|
|
64
|
-
"@xylabs/react-crypto": "^9.1.
|
|
65
|
-
"@xylabs/react-flexbox": "^9.1.
|
|
66
|
-
"@xylabs/react-hooks": "^9.1.
|
|
67
|
-
"@xylabs/react-identicon": "^9.1.
|
|
68
|
-
"@xylabs/react-link": "^9.1.
|
|
69
|
-
"@xylabs/react-number-status": "^9.1.
|
|
70
|
-
"@xylabs/react-promise": "^9.1.
|
|
71
|
-
"@xylabs/react-quick-tip-button": "^9.1.
|
|
72
|
-
"@xylabs/react-select": "^9.1.
|
|
73
|
-
"@xylabs/react-shared": "^9.1.
|
|
74
|
-
"@xylabs/react-theme": "^9.1.
|
|
75
|
-
"@xylabs/sdk-js": "^6.1.
|
|
76
|
-
"@xylabs/threads": "^6.1.
|
|
77
|
-
"@xylabs/toolchain": "~8.
|
|
78
|
-
"@xylabs/tsconfig": "^8.
|
|
79
|
-
"@xylabs/tsconfig-dom": "^8.
|
|
80
|
-
"@xylabs/tsconfig-react": "~8.
|
|
81
|
-
"@xyo-network/sdk-js": "^
|
|
82
|
-
"@xyo-network/sdk-protocol-js": "^
|
|
60
|
+
"@xylabs/eth-address": "^6.1.4",
|
|
61
|
+
"@xylabs/geo": "^6.1.4",
|
|
62
|
+
"@xylabs/pixel": "^6.1.4",
|
|
63
|
+
"@xylabs/react-button": "^9.1.2",
|
|
64
|
+
"@xylabs/react-crypto": "^9.1.2",
|
|
65
|
+
"@xylabs/react-flexbox": "^9.1.2",
|
|
66
|
+
"@xylabs/react-hooks": "^9.1.2",
|
|
67
|
+
"@xylabs/react-identicon": "^9.1.2",
|
|
68
|
+
"@xylabs/react-link": "^9.1.2",
|
|
69
|
+
"@xylabs/react-number-status": "^9.1.2",
|
|
70
|
+
"@xylabs/react-promise": "^9.1.2",
|
|
71
|
+
"@xylabs/react-quick-tip-button": "^9.1.2",
|
|
72
|
+
"@xylabs/react-select": "^9.1.2",
|
|
73
|
+
"@xylabs/react-shared": "^9.1.2",
|
|
74
|
+
"@xylabs/react-theme": "^9.1.2",
|
|
75
|
+
"@xylabs/sdk-js": "^6.1.4",
|
|
76
|
+
"@xylabs/threads": "^6.1.4",
|
|
77
|
+
"@xylabs/toolchain": "~8.3.0",
|
|
78
|
+
"@xylabs/tsconfig": "^8.3.0",
|
|
79
|
+
"@xylabs/tsconfig-dom": "^8.3.0",
|
|
80
|
+
"@xylabs/tsconfig-react": "~8.3.0",
|
|
81
|
+
"@xyo-network/sdk-js": "^7.0.0",
|
|
82
|
+
"@xyo-network/sdk-protocol-js": "^7.0.0",
|
|
83
83
|
"ajv": "^8.20.0",
|
|
84
84
|
"async-mutex": "^0.5.0",
|
|
85
85
|
"debug": "~4.4.3",
|
|
86
|
-
"eslint": "^10.
|
|
87
|
-
"ethers": "^6.
|
|
86
|
+
"eslint": "^10.5.0",
|
|
87
|
+
"ethers": "^6.17.0",
|
|
88
88
|
"hash-wasm": "~4.12.0",
|
|
89
89
|
"idb": "^8.0.3",
|
|
90
90
|
"lru-cache": "^11.5.1",
|
|
@@ -94,14 +94,14 @@
|
|
|
94
94
|
"query-string": "~9.4.0",
|
|
95
95
|
"react": "^19.2.7",
|
|
96
96
|
"react-dom": "^19.2.7",
|
|
97
|
-
"react-router-dom": "^7.
|
|
98
|
-
"storybook": "^10.4.
|
|
97
|
+
"react-router-dom": "^7.18.0",
|
|
98
|
+
"storybook": "^10.4.6",
|
|
99
99
|
"typescript": "^6.0.3",
|
|
100
|
-
"viem": "^2.
|
|
101
|
-
"vite": "^8.0
|
|
100
|
+
"viem": "^2.53.1",
|
|
101
|
+
"vite": "^8.1.0",
|
|
102
102
|
"webextension-polyfill": "^0.12.0",
|
|
103
103
|
"zod": "^4.4.3",
|
|
104
|
-
"@xyo-network/react-storybook": "~
|
|
104
|
+
"@xyo-network/react-storybook": "~10.0.0"
|
|
105
105
|
},
|
|
106
106
|
"peerDependencies": {
|
|
107
107
|
"@bitauth/libauth": "~3.0",
|