@xyo-network/react-connected-accounts 7.5.11 → 7.6.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.
Files changed (1) hide show
  1. package/package.json +56 -48
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-connected-accounts",
3
- "version": "7.5.11",
3
+ "version": "7.6.0",
4
4
  "description": "Common React library for all XYO projects that use React",
5
5
  "keywords": [
6
6
  "xyo",
@@ -41,71 +41,79 @@
41
41
  "README.md"
42
42
  ],
43
43
  "dependencies": {
44
- "@xyo-network/react-table": "~7.5.11"
44
+ "@xyo-network/react-table": "~7.6.0"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@mui/icons-material": "^7.3.10",
48
48
  "@mui/material": "^7.3.10",
49
49
  "@opentelemetry/api": "^1.9.1",
50
- "@opentelemetry/sdk-trace-base": "^2.7.0",
51
- "@storybook/react-vite": "~10.3.5",
52
- "@types/node": "~25.6.0",
50
+ "@opentelemetry/sdk-trace-base": "^2.7.1",
51
+ "@storybook/react-vite": "~10.3.6",
53
52
  "@types/react": "^19.2.14",
54
- "@xylabs/react-async-effect": "~7.1.20",
55
- "@xylabs/react-crypto": "~7.1.20",
56
- "@xylabs/react-dialogs": "~7.1.20",
57
- "@xylabs/react-flexbox": "~7.1.20",
58
- "@xylabs/react-hooks": "~7.1.20",
59
- "@xylabs/react-identicon": "~7.1.20",
60
- "@xylabs/react-promise": "~7.1.20",
61
- "@xylabs/react-quick-tip-button": "~7.1.20",
62
- "@xylabs/react-shared": "~7.1.20",
63
- "@xylabs/sdk-js": "^5.0.100",
64
- "@xylabs/toolchain": "~7.11.9",
65
- "@xylabs/tsconfig": "^7.11.9",
66
- "@xylabs/tsconfig-dom": "^7.11.9",
67
- "@xylabs/tsconfig-react": "~7.11.9",
68
- "@xylabs/zod": "~5.0.100",
53
+ "@xylabs/pixel": "~5.1.1",
54
+ "@xylabs/react-crypto": "~7.2.3",
55
+ "@xylabs/react-flexbox": "~7.2.3",
56
+ "@xylabs/react-hooks": "~7.2.3",
57
+ "@xylabs/react-shared": "~7.2.3",
58
+ "@xylabs/sdk-js": "^5.1.1",
59
+ "@xylabs/toolchain": "~7.13.4",
60
+ "@xylabs/tsconfig": "^7.13.4",
61
+ "@xylabs/tsconfig-dom": "^7.13.4",
62
+ "@xylabs/tsconfig-react": "~7.13.4",
69
63
  "async-mutex": "^0.5.0",
70
- "axios": "^1.15.2",
71
64
  "bn.js": "^5.2.3",
65
+ "bowser": "^2.14.1",
72
66
  "buffer": "^6.0.3",
73
67
  "chalk": "^5.6.2",
74
- "esbuild": "~0.28.0",
75
- "eslint": "^10.2.1",
68
+ "eslint": "^10.3.0",
76
69
  "ethers": "^6.16.0",
70
+ "fast-deep-equal": "~3.1.3",
71
+ "js-cookie": "~3.0.5",
72
+ "lru-cache": "^11.3.6",
73
+ "md5": "~2.3.0",
74
+ "mixpanel-browser": "~2.78.0",
77
75
  "pako": "^2.1.0",
76
+ "query-string": "~9.3.1",
78
77
  "react": "^19.2.5",
79
78
  "react-dom": "^19.2.5",
80
- "storybook": "^10.3.5",
79
+ "react-router-dom": "^7.15.0",
80
+ "spark-md5": "~3.0.2",
81
+ "storybook": "^10.3.6",
81
82
  "typescript": "^5.9.3",
83
+ "viem": "~2.48.8",
82
84
  "vite": "^8.0.10",
83
- "zod": "^4.3.6"
85
+ "zod": "^4.4.3"
84
86
  },
85
87
  "peerDependencies": {
86
- "@mui/icons-material": "^7.3.10",
87
- "@mui/material": "^7.3.10",
88
- "@opentelemetry/api": "^1.9.1",
89
- "@opentelemetry/sdk-trace-base": "^2.7.0",
90
- "@xylabs/react-async-effect": "~7.1.20",
91
- "@xylabs/react-crypto": "~7.1.20",
92
- "@xylabs/react-flexbox": "~7.1.20",
93
- "@xylabs/react-hooks": "~7.1.20",
94
- "@xylabs/react-identicon": "~7.1.20",
95
- "@xylabs/react-promise": "~7.1.20",
96
- "@xylabs/react-quick-tip-button": "~7.1.20",
97
- "@xylabs/react-shared": "~7.1.20",
98
- "@xylabs/sdk-js": "^5.0.100",
99
- "async-mutex": "^0.5.0",
100
- "axios": "^1.15.2",
101
- "bn.js": "^5.2.3",
102
- "buffer": "^6.0.3",
103
- "chalk": "^5.6.2",
104
- "ethers": "^6.16.0",
105
- "pako": "^2.1.0",
106
- "react": "^19.2.5",
107
- "react-dom": "^19.2.5",
108
- "zod": "^4.3.6"
88
+ "@mui/icons-material": ">=7.3.10 <8",
89
+ "@mui/material": ">=7.3.10 <8",
90
+ "@opentelemetry/api": ">=1.9.1 <2",
91
+ "@opentelemetry/sdk-trace-base": ">=2.7.1 <3",
92
+ "@xylabs/pixel": ">=5.1.1 <5.2",
93
+ "@xylabs/react-crypto": ">=7.2.3 <7.3",
94
+ "@xylabs/react-flexbox": ">=7.2.3 <7.3",
95
+ "@xylabs/react-hooks": ">=7.2.3 <7.3",
96
+ "@xylabs/react-shared": ">=7.2.3 <7.3",
97
+ "@xylabs/sdk-js": ">=5.1.1 <6",
98
+ "async-mutex": ">=0.5.0 <1",
99
+ "bn.js": ">=5.2.3 <6",
100
+ "bowser": ">=2.14.1 <3",
101
+ "buffer": ">=6.0.3 <7",
102
+ "chalk": ">=5.6.2 <6",
103
+ "ethers": ">=6.16.0 <7",
104
+ "fast-deep-equal": ">=3.1.3 <3.2",
105
+ "js-cookie": ">=3.0.5 <3.1",
106
+ "lru-cache": ">=11.3.6 <12",
107
+ "md5": ">=2.3.0 <2.4",
108
+ "mixpanel-browser": ">=2.78.0 <2.79",
109
+ "pako": ">=2.1.0 <3",
110
+ "query-string": ">=9.3.1 <9.4",
111
+ "react": ">=19.2.5 <20",
112
+ "react-dom": ">=19.2.5 <20",
113
+ "react-router-dom": ">=7.15.0 <8",
114
+ "spark-md5": ">=3.0.2 <3.1",
115
+ "viem": ">=2.48.8 <2.49",
116
+ "zod": ">=4.4.3 <5"
109
117
  },
110
118
  "publishConfig": {
111
119
  "access": "public"