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