@xyo-network/react-payload-raw-info 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 +71 -71
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-payload-raw-info",
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,14 +41,14 @@
41
41
  "README.md"
42
42
  ],
43
43
  "dependencies": {
44
- "@xyo-network/react-shared": "~7.6.2"
44
+ "@xyo-network/react-shared": "~7.6.3"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@bitauth/libauth": "~3.0.0",
48
48
  "@emotion/react": "^11.14.0",
49
49
  "@emotion/styled": "^11.14.1",
50
- "@mui/icons-material": "^7.3.10",
51
- "@mui/material": "^7.3.10",
50
+ "@mui/icons-material": "^7.3.11",
51
+ "@mui/material": "^7.3.11",
52
52
  "@opentelemetry/api": "^1.9.1",
53
53
  "@opentelemetry/sdk-trace-base": "^2.7.1",
54
54
  "@react-spring/web": "~10.0.3",
@@ -56,24 +56,24 @@
56
56
  "@storybook/react-vite": "~10.3.6",
57
57
  "@textea/json-viewer": "~4.0.1",
58
58
  "@types/react": "^19.2.14",
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.7",
70
- "@xylabs/tsconfig": "^7.13.7",
71
- "@xylabs/tsconfig-dom": "^7.13.7",
72
- "@xylabs/tsconfig-react": "~7.13.7",
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",
59
+ "@xylabs/pixel": "~5.1.2",
60
+ "@xylabs/react-button": "~7.2.4",
61
+ "@xylabs/react-flexbox": "~7.2.4",
62
+ "@xylabs/react-hooks": "~7.2.4",
63
+ "@xylabs/react-link": "~7.2.4",
64
+ "@xylabs/react-promise": "~7.2.4",
65
+ "@xylabs/react-shared": "~7.2.4",
66
+ "@xylabs/react-theme": "~7.2.4",
67
+ "@xylabs/sdk-js": "^5.1.2",
68
+ "@xylabs/threads": "~5.1.2",
69
+ "@xylabs/toolchain": "~7.13.15",
70
+ "@xylabs/tsconfig": "^7.13.15",
71
+ "@xylabs/tsconfig-dom": "^7.13.15",
72
+ "@xylabs/tsconfig-react": "~7.13.15",
73
+ "@xyo-network/boundwitness-model": "^5.6.3",
74
+ "@xyo-network/boundwitness-validator": "^5.6.2",
75
+ "@xyo-network/payload-builder": "^5.6.2",
76
+ "@xyo-network/payload-model": "^5.6.3",
77
77
  "async-mutex": "^0.5.0",
78
78
  "bn.js": "^5.2.3",
79
79
  "bowser": "^2.14.1",
@@ -89,9 +89,9 @@
89
89
  "observable-fns": "~0.6.1",
90
90
  "pako": "^2.1.0",
91
91
  "query-string": "~9.3.1",
92
- "react": "^19.2.5",
93
- "react-dom": "^19.2.5",
94
- "react-is": "^19.2.5",
92
+ "react": "^19.2.6",
93
+ "react-dom": "^19.2.6",
94
+ "react-is": "^19.2.6",
95
95
  "react-router-dom": "^7.15.0",
96
96
  "recharts": "~3.8.1",
97
97
  "spark-md5": "~3.0.2",
@@ -102,52 +102,52 @@
102
102
  "zod": "^4.4.3"
103
103
  },
104
104
  "peerDependencies": {
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"
105
+ "@bitauth/libauth": "~3.0",
106
+ "@emotion/react": "^11.14",
107
+ "@emotion/styled": "^11.14",
108
+ "@mui/icons-material": "^7.3",
109
+ "@mui/material": "^7.3",
110
+ "@opentelemetry/api": "^1.9",
111
+ "@opentelemetry/sdk-trace-base": "^2.7",
112
+ "@react-spring/web": "~10.0",
113
+ "@scure/base": "~2.2",
114
+ "@textea/json-viewer": "~4.0",
115
+ "@xylabs/pixel": "~5.1",
116
+ "@xylabs/react-button": "~7.2",
117
+ "@xylabs/react-flexbox": "~7.2",
118
+ "@xylabs/react-hooks": "~7.2",
119
+ "@xylabs/react-link": "~7.2",
120
+ "@xylabs/react-promise": "~7.2",
121
+ "@xylabs/react-shared": "~7.2",
122
+ "@xylabs/react-theme": "~7.2",
123
+ "@xylabs/sdk-js": "^5.1",
124
+ "@xylabs/threads": "~5.1",
125
+ "@xyo-network/boundwitness-model": "^5.6",
126
+ "@xyo-network/boundwitness-validator": "^5.6",
127
+ "@xyo-network/payload-builder": "^5.6",
128
+ "@xyo-network/payload-model": "^5.6",
129
+ "async-mutex": "^0.5",
130
+ "bn.js": "^5.2",
131
+ "bowser": "^2.14",
132
+ "buffer": "^6.0",
133
+ "chalk": "^5.6",
134
+ "debug": "~4.4",
135
+ "ethers": "^6.16",
136
+ "fast-deep-equal": "~3.1",
137
+ "hash-wasm": "~4.12",
138
+ "js-cookie": "~3.0",
139
+ "mixpanel-browser": "~2.78",
140
+ "observable-fns": "~0.6",
141
+ "pako": "^2.1",
142
+ "query-string": "~9.3",
143
+ "react": "^19.2",
144
+ "react-dom": "^19.2",
145
+ "react-is": "^19.2",
146
+ "react-router-dom": "^7.15",
147
+ "recharts": "~3.8",
148
+ "spark-md5": "~3.0",
149
+ "wasm-feature-detect": "~1.8",
150
+ "zod": "^4.4"
151
151
  },
152
152
  "publishConfig": {
153
153
  "access": "public"