@xyo-network/react-debug 7.5.12 → 7.6.1

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