@xyo-network/react-connected-accounts 9.0.0 → 9.0.1
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 +23 -29
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/react-connected-accounts",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.1",
|
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xyo",
|
|
@@ -41,47 +41,44 @@
|
|
|
41
41
|
"README.md"
|
|
42
42
|
],
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@xyo-network/react-table": "~9.0.
|
|
44
|
+
"@xyo-network/react-table": "~9.0.1"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@mui/icons-material": "^9.0.1",
|
|
48
48
|
"@mui/material": "^9.0.1",
|
|
49
49
|
"@opentelemetry/api": "^1.9.1",
|
|
50
50
|
"@opentelemetry/sdk-trace-base": "^2.7.1",
|
|
51
|
-
"@storybook/react-vite": "~10.4.
|
|
51
|
+
"@storybook/react-vite": "~10.4.1",
|
|
52
52
|
"@types/react": "^19.2.15",
|
|
53
|
-
"@xylabs/pixel": "~6.0.
|
|
54
|
-
"@xylabs/react-crypto": "~9.0.
|
|
55
|
-
"@xylabs/react-flexbox": "~9.0.
|
|
56
|
-
"@xylabs/react-hooks": "~9.0.
|
|
57
|
-
"@xylabs/react-shared": "~9.0.
|
|
58
|
-
"@xylabs/sdk-js": "^6.0.
|
|
59
|
-
"@xylabs/toolchain": "~8.1.
|
|
60
|
-
"@xylabs/tsconfig": "^8.1.
|
|
61
|
-
"@xylabs/tsconfig-dom": "^8.1.
|
|
62
|
-
"@xylabs/tsconfig-react": "~8.1.
|
|
53
|
+
"@xylabs/pixel": "~6.0.4",
|
|
54
|
+
"@xylabs/react-crypto": "~9.0.2",
|
|
55
|
+
"@xylabs/react-flexbox": "~9.0.2",
|
|
56
|
+
"@xylabs/react-hooks": "~9.0.2",
|
|
57
|
+
"@xylabs/react-shared": "~9.0.2",
|
|
58
|
+
"@xylabs/sdk-js": "^6.0.4",
|
|
59
|
+
"@xylabs/toolchain": "~8.1.8",
|
|
60
|
+
"@xylabs/tsconfig": "^8.1.8",
|
|
61
|
+
"@xylabs/tsconfig-dom": "^8.1.8",
|
|
62
|
+
"@xylabs/tsconfig-react": "~8.1.8",
|
|
63
63
|
"async-mutex": "^0.5.0",
|
|
64
64
|
"bn.js": "^5.2.3",
|
|
65
65
|
"bowser": "^2.14.1",
|
|
66
66
|
"buffer": "^6.0.3",
|
|
67
|
-
"
|
|
68
|
-
"eslint": "^10.4.0",
|
|
67
|
+
"eslint": "^10.4.1",
|
|
69
68
|
"ethers": "^6.16.0",
|
|
70
|
-
"
|
|
71
|
-
"js-cookie": "~3.0.7",
|
|
72
|
-
"lru-cache": "^11.5.0",
|
|
69
|
+
"lru-cache": "^11.3.6",
|
|
73
70
|
"md5": "~2.3.0",
|
|
74
|
-
"mixpanel-browser": "~2.
|
|
71
|
+
"mixpanel-browser": "~2.80",
|
|
75
72
|
"pako": "^2.1.0",
|
|
76
|
-
"query-string": "~9.
|
|
73
|
+
"query-string": "~9.4.0",
|
|
77
74
|
"react": "^19.2.6",
|
|
78
75
|
"react-dom": "^19.2.6",
|
|
79
|
-
"react-router-dom": "^7.
|
|
76
|
+
"react-router-dom": "^7.16.0",
|
|
80
77
|
"spark-md5": "~3.0.2",
|
|
81
|
-
"storybook": "^10.4.
|
|
78
|
+
"storybook": "^10.4.1",
|
|
82
79
|
"typescript": "^6.0.3",
|
|
83
|
-
"viem": "^2.
|
|
84
|
-
"vite": "^8.0.
|
|
80
|
+
"viem": "^2.51.3",
|
|
81
|
+
"vite": "^8.0.14",
|
|
85
82
|
"zod": "^4.4.3"
|
|
86
83
|
},
|
|
87
84
|
"peerDependencies": {
|
|
@@ -99,15 +96,12 @@
|
|
|
99
96
|
"bn.js": "^5.2",
|
|
100
97
|
"bowser": "^2.14",
|
|
101
98
|
"buffer": "^6.0",
|
|
102
|
-
"chalk": "^5.6",
|
|
103
99
|
"ethers": "^6.16",
|
|
104
|
-
"fast-deep-equal": "~3.1",
|
|
105
|
-
"js-cookie": "~3.0",
|
|
106
100
|
"lru-cache": "^11.3",
|
|
107
101
|
"md5": "~2.3",
|
|
108
|
-
"mixpanel-browser": "~2.
|
|
102
|
+
"mixpanel-browser": "~2.80",
|
|
109
103
|
"pako": "^2.1",
|
|
110
|
-
"query-string": "~9.
|
|
104
|
+
"query-string": "~9.4",
|
|
111
105
|
"react": "^19.2",
|
|
112
106
|
"react-dom": "^19.2",
|
|
113
107
|
"react-router-dom": "^7.15",
|