@xyo-network/react-connected-accounts 7.6.2 → 7.6.3

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 +45 -45
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-connected-accounts",
3
- "version": "7.6.2",
3
+ "version": "7.6.3",
4
4
  "description": "Common React library for all XYO projects that use React",
5
5
  "keywords": [
6
6
  "xyo",
@@ -41,25 +41,25 @@
41
41
  "README.md"
42
42
  ],
43
43
  "dependencies": {
44
- "@xyo-network/react-table": "~7.6.2"
44
+ "@xyo-network/react-table": "~7.6.3"
45
45
  },
46
46
  "devDependencies": {
47
- "@mui/icons-material": "^7.3.10",
48
- "@mui/material": "^7.3.10",
47
+ "@mui/icons-material": "^7.3.11",
48
+ "@mui/material": "^7.3.11",
49
49
  "@opentelemetry/api": "^1.9.1",
50
50
  "@opentelemetry/sdk-trace-base": "^2.7.1",
51
51
  "@storybook/react-vite": "~10.3.6",
52
52
  "@types/react": "^19.2.14",
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.7",
60
- "@xylabs/tsconfig": "^7.13.7",
61
- "@xylabs/tsconfig-dom": "^7.13.7",
62
- "@xylabs/tsconfig-react": "~7.13.7",
53
+ "@xylabs/pixel": "~5.1.2",
54
+ "@xylabs/react-crypto": "~7.2.4",
55
+ "@xylabs/react-flexbox": "~7.2.4",
56
+ "@xylabs/react-hooks": "~7.2.4",
57
+ "@xylabs/react-shared": "~7.2.4",
58
+ "@xylabs/sdk-js": "^5.1.2",
59
+ "@xylabs/toolchain": "~7.13.15",
60
+ "@xylabs/tsconfig": "^7.13.15",
61
+ "@xylabs/tsconfig-dom": "^7.13.15",
62
+ "@xylabs/tsconfig-react": "~7.13.15",
63
63
  "async-mutex": "^0.5.0",
64
64
  "bn.js": "^5.2.3",
65
65
  "bowser": "^2.14.1",
@@ -74,8 +74,8 @@
74
74
  "mixpanel-browser": "~2.78.0",
75
75
  "pako": "^2.1.0",
76
76
  "query-string": "~9.3.1",
77
- "react": "^19.2.5",
78
- "react-dom": "^19.2.5",
77
+ "react": "^19.2.6",
78
+ "react-dom": "^19.2.6",
79
79
  "react-router-dom": "^7.15.0",
80
80
  "spark-md5": "~3.0.2",
81
81
  "storybook": "^10.3.6",
@@ -85,35 +85,35 @@
85
85
  "zod": "^4.4.3"
86
86
  },
87
87
  "peerDependencies": {
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"
88
+ "@mui/icons-material": "^7.3",
89
+ "@mui/material": "^7.3",
90
+ "@opentelemetry/api": "^1.9",
91
+ "@opentelemetry/sdk-trace-base": "^2.7",
92
+ "@xylabs/pixel": "~5.1",
93
+ "@xylabs/react-crypto": "~7.2",
94
+ "@xylabs/react-flexbox": "~7.2",
95
+ "@xylabs/react-hooks": "~7.2",
96
+ "@xylabs/react-shared": "~7.2",
97
+ "@xylabs/sdk-js": "^5.1",
98
+ "async-mutex": "^0.5",
99
+ "bn.js": "^5.2",
100
+ "bowser": "^2.14",
101
+ "buffer": "^6.0",
102
+ "chalk": "^5.6",
103
+ "ethers": "^6.16",
104
+ "fast-deep-equal": "~3.1",
105
+ "js-cookie": "~3.0",
106
+ "lru-cache": "^11.3",
107
+ "md5": "~2.3",
108
+ "mixpanel-browser": "~2.78",
109
+ "pako": "^2.1",
110
+ "query-string": "~9.3",
111
+ "react": "^19.2",
112
+ "react-dom": "^19.2",
113
+ "react-router-dom": "^7.15",
114
+ "spark-md5": "~3.0",
115
+ "viem": "~2.48",
116
+ "zod": "^4.4"
117
117
  },
118
118
  "publishConfig": {
119
119
  "access": "public"