@xyo-network/react-address-render 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 +79 -69
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-address-render",
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,102 +41,112 @@
41
41
  "README.md"
42
42
  ],
43
43
  "dependencies": {
44
- "@xyo-network/react-event": "~7.5.11",
45
- "@xyo-network/react-shared": "~7.5.11"
44
+ "@xyo-network/react-event": "~7.6.0",
45
+ "@xyo-network/react-shared": "~7.6.0"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@bitauth/libauth": "~3.0.0",
49
49
  "@mui/icons-material": "^7.3.10",
50
50
  "@mui/material": "^7.3.10",
51
51
  "@opentelemetry/api": "^1.9.1",
52
- "@opentelemetry/sdk-trace-base": "^2.7.0",
52
+ "@opentelemetry/sdk-trace-base": "^2.7.1",
53
+ "@react-spring/web": "~10.0.3",
53
54
  "@scure/base": "~2.2.0",
54
- "@storybook/react-vite": "~10.3.5",
55
- "@types/node": "~25.6.0",
55
+ "@storybook/react-vite": "~10.3.6",
56
56
  "@types/react": "^19.2.14",
57
- "@xylabs/react-async-effect": "~7.1.20",
58
- "@xylabs/react-button": "~7.1.20",
59
- "@xylabs/react-flexbox": "~7.1.20",
60
- "@xylabs/react-hooks": "~7.1.20",
61
- "@xylabs/react-identicon": "~7.1.20",
62
- "@xylabs/react-link": "~7.1.20",
63
- "@xylabs/react-promise": "~7.1.20",
64
- "@xylabs/react-shared": "~7.1.20",
65
- "@xylabs/react-theme": "~7.1.20",
66
- "@xylabs/sdk-js": "^5.0.100",
67
- "@xylabs/threads": "~5.0.100",
68
- "@xylabs/toolchain": "~7.11.9",
69
- "@xylabs/tsconfig": "^7.11.9",
70
- "@xylabs/tsconfig-dom": "^7.11.9",
71
- "@xylabs/tsconfig-react": "~7.11.9",
72
- "@xylabs/zod": "~5.0.100",
73
- "@xyo-network/boundwitness-model": "^5.5.1",
74
- "@xyo-network/boundwitness-validator": "^5.5.1",
75
- "@xyo-network/payload-builder": "^5.5.1",
76
- "@xyo-network/payload-model": "^5.5.1",
57
+ "@xylabs/pixel": "~5.1.1",
58
+ "@xylabs/react-button": "~7.2.3",
59
+ "@xylabs/react-flexbox": "~7.2.3",
60
+ "@xylabs/react-hooks": "~7.2.3",
61
+ "@xylabs/react-identicon": "~7.2.3",
62
+ "@xylabs/react-link": "~7.2.3",
63
+ "@xylabs/react-promise": "~7.2.3",
64
+ "@xylabs/react-shared": "~7.2.3",
65
+ "@xylabs/react-theme": "~7.2.3",
66
+ "@xylabs/sdk-js": "^5.1.1",
67
+ "@xylabs/threads": "~5.1.1",
68
+ "@xylabs/toolchain": "~7.13.4",
69
+ "@xylabs/tsconfig": "^7.13.4",
70
+ "@xylabs/tsconfig-dom": "^7.13.4",
71
+ "@xylabs/tsconfig-react": "~7.13.4",
72
+ "@xyo-network/boundwitness-model": "^5.6.2",
73
+ "@xyo-network/boundwitness-validator": "^5.6.1",
74
+ "@xyo-network/payload-builder": "^5.6.1",
75
+ "@xyo-network/payload-model": "^5.6.2",
77
76
  "async-mutex": "^0.5.0",
78
- "axios": "^1.15.2",
79
77
  "bn.js": "^5.2.3",
80
78
  "bowser": "^2.14.1",
81
79
  "buffer": "^6.0.3",
82
80
  "chalk": "^5.6.2",
83
81
  "debug": "~4.4.3",
84
- "esbuild": "~0.28.0",
85
- "eslint": "^10.2.1",
82
+ "eslint": "^10.3.0",
86
83
  "ethers": "^6.16.0",
87
84
  "fast-deep-equal": "~3.1.3",
88
85
  "hash-wasm": "~4.12.0",
89
86
  "js-cookie": "~3.0.5",
87
+ "md5": "~2.3.0",
88
+ "mixpanel-browser": "~2.78.0",
90
89
  "observable-fns": "~0.6.1",
91
90
  "pako": "^2.1.0",
91
+ "query-string": "~9.3.1",
92
92
  "react": "^19.2.5",
93
93
  "react-dom": "^19.2.5",
94
- "react-router-dom": "^7.14.2",
94
+ "react-is": "^19.2.5",
95
+ "react-router-dom": "^7.15.0",
96
+ "recharts": "~3.8.1",
95
97
  "spark-md5": "~3.0.2",
96
- "storybook": "^10.3.5",
98
+ "storybook": "^10.3.6",
97
99
  "typescript": "^5.9.3",
98
100
  "vite": "^8.0.10",
99
101
  "wasm-feature-detect": "~1.8.0",
100
- "zod": "^4.3.6"
102
+ "zod": "^4.4.3"
101
103
  },
102
104
  "peerDependencies": {
103
- "@mui/icons-material": "^7.3.10",
104
- "@mui/material": "^7.3.10",
105
- "@opentelemetry/api": "^1.9.1",
106
- "@opentelemetry/sdk-trace-base": "^2.7.0",
107
- "@scure/base": "~2.2.0",
108
- "@xylabs/react-async-effect": "~7.1.20",
109
- "@xylabs/react-button": "~7.1.20",
110
- "@xylabs/react-flexbox": "~7.1.20",
111
- "@xylabs/react-hooks": "~7.1.20",
112
- "@xylabs/react-identicon": "~7.1.20",
113
- "@xylabs/react-link": "~7.1.20",
114
- "@xylabs/react-promise": "~7.1.20",
115
- "@xylabs/react-shared": "~7.1.20",
116
- "@xylabs/react-theme": "~7.1.20",
117
- "@xylabs/sdk-js": "^5.0.100",
118
- "@xylabs/tsconfig": "^7.11.9",
119
- "@xylabs/tsconfig-dom": "^7.11.9",
120
- "@xylabs/zod": "~5.0.100",
121
- "@xyo-network/boundwitness-model": "^5.5.1",
122
- "@xyo-network/boundwitness-validator": "^5.5.1",
123
- "@xyo-network/payload-builder": "^5.5.1",
124
- "@xyo-network/payload-model": "^5.5.1",
125
- "async-mutex": "^0.5.0",
126
- "axios": "^1.15.2",
127
- "bn.js": "^5.2.3",
128
- "bowser": "^2.14.1",
129
- "buffer": "^6.0.3",
130
- "chalk": "^5.6.2",
131
- "ethers": "^6.16.0",
132
- "fast-deep-equal": "~3.1.3",
133
- "js-cookie": "~3.0.5",
134
- "pako": "^2.1.0",
135
- "react": "^19.2.5",
136
- "react-dom": "^19.2.5",
137
- "react-router-dom": "^7.14.2",
138
- "spark-md5": "~3.0.2",
139
- "zod": "^4.3.6"
105
+ "@bitauth/libauth": ">=3.0.0 <3.1",
106
+ "@mui/icons-material": ">=7.3.10 <8",
107
+ "@mui/material": ">=7.3.10 <8",
108
+ "@opentelemetry/api": ">=1.9.1 <2",
109
+ "@opentelemetry/sdk-trace-base": ">=2.7.1 <3",
110
+ "@react-spring/web": ">=10.0.3 <10.1",
111
+ "@scure/base": ">=2.2.0 <2.3",
112
+ "@xylabs/pixel": ">=5.1.1 <5.2",
113
+ "@xylabs/react-button": ">=7.2.3 <7.3",
114
+ "@xylabs/react-flexbox": ">=7.2.3 <7.3",
115
+ "@xylabs/react-hooks": ">=7.2.3 <7.3",
116
+ "@xylabs/react-identicon": ">=7.2.3 <7.3",
117
+ "@xylabs/react-link": ">=7.2.3 <7.3",
118
+ "@xylabs/react-promise": ">=7.2.3 <7.3",
119
+ "@xylabs/react-shared": ">=7.2.3 <7.3",
120
+ "@xylabs/react-theme": ">=7.2.3 <7.3",
121
+ "@xylabs/sdk-js": ">=5.1.1 <6",
122
+ "@xylabs/threads": ">=5.1.1 <5.2",
123
+ "@xyo-network/boundwitness-model": ">=5.6.2 <6",
124
+ "@xyo-network/boundwitness-validator": ">=5.6.1 <6",
125
+ "@xyo-network/payload-builder": ">=5.6.1 <6",
126
+ "@xyo-network/payload-model": ">=5.6.2 <6",
127
+ "async-mutex": ">=0.5.0 <1",
128
+ "bn.js": ">=5.2.3 <6",
129
+ "bowser": ">=2.14.1 <3",
130
+ "buffer": ">=6.0.3 <7",
131
+ "chalk": ">=5.6.2 <6",
132
+ "debug": ">=4.4.3 <4.5",
133
+ "ethers": ">=6.16.0 <7",
134
+ "fast-deep-equal": ">=3.1.3 <3.2",
135
+ "hash-wasm": ">=4.12.0 <4.13",
136
+ "js-cookie": ">=3.0.5 <3.1",
137
+ "md5": ">=2.3.0 <2.4",
138
+ "mixpanel-browser": ">=2.78.0 <2.79",
139
+ "observable-fns": ">=0.6.1 <0.7",
140
+ "pako": ">=2.1.0 <3",
141
+ "query-string": ">=9.3.1 <9.4",
142
+ "react": ">=19.2.5 <20",
143
+ "react-dom": ">=19.2.5 <20",
144
+ "react-is": ">=19.2.5 <20",
145
+ "react-router-dom": ">=7.15.0 <8",
146
+ "recharts": ">=3.8.1 <3.9",
147
+ "spark-md5": ">=3.0.2 <3.1",
148
+ "wasm-feature-detect": ">=1.8.0 <1.9",
149
+ "zod": ">=4.4.3 <5"
140
150
  },
141
151
  "publishConfig": {
142
152
  "access": "public"