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