@xyo-network/react-typedoc 9.0.2 → 9.0.4
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.
- package/package.json +26 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/react-typedoc",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.4",
|
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xyo",
|
|
@@ -41,20 +41,24 @@
|
|
|
41
41
|
"README.md"
|
|
42
42
|
],
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@xyo-network/react-payload-raw-info": "~9.0.
|
|
44
|
+
"@xyo-network/react-payload-raw-info": "~9.0.4"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@bitauth/libauth": "~3.0.0",
|
|
48
|
+
"@metamask/providers": "^22.1.1",
|
|
48
49
|
"@mui/icons-material": "^9.0.1",
|
|
49
50
|
"@mui/material": "^9.0.1",
|
|
50
51
|
"@mui/system": "^9.0.1",
|
|
51
52
|
"@mui/x-tree-view": "~9.1.0",
|
|
53
|
+
"@noble/post-quantum": "~0.6.1",
|
|
52
54
|
"@opentelemetry/api": "^1.9.1",
|
|
53
55
|
"@opentelemetry/sdk-trace-base": "^2.7.1",
|
|
54
56
|
"@react-spring/web": "~10.1.0",
|
|
55
57
|
"@scure/base": "~2.2.0",
|
|
56
|
-
"@
|
|
58
|
+
"@scure/bip39": "~2.2.0",
|
|
59
|
+
"@storybook/react-vite": "~10.4.2",
|
|
57
60
|
"@types/react": "^19.2.16",
|
|
61
|
+
"@xylabs/geo": "^6.0.7",
|
|
58
62
|
"@xylabs/pixel": "~6.0.7",
|
|
59
63
|
"@xylabs/react-button": "~9.0.2",
|
|
60
64
|
"@xylabs/react-flexbox": "~9.0.2",
|
|
@@ -66,14 +70,13 @@
|
|
|
66
70
|
"@xylabs/sdk-js": "^6.0.7",
|
|
67
71
|
"@xylabs/sdk-react": "~9.0.2",
|
|
68
72
|
"@xylabs/threads": "^6.0.7",
|
|
69
|
-
"@xylabs/toolchain": "~8.1.
|
|
70
|
-
"@xylabs/tsconfig": "^8.1.
|
|
71
|
-
"@xylabs/tsconfig-dom": "^8.1.
|
|
72
|
-
"@xylabs/tsconfig-react": "~8.1.
|
|
73
|
-
"@xyo-network/
|
|
74
|
-
"@xyo-network/
|
|
75
|
-
"
|
|
76
|
-
"@xyo-network/payload-model": "^6.0.7",
|
|
73
|
+
"@xylabs/toolchain": "~8.1.15",
|
|
74
|
+
"@xylabs/tsconfig": "^8.1.15",
|
|
75
|
+
"@xylabs/tsconfig-dom": "^8.1.15",
|
|
76
|
+
"@xylabs/tsconfig-react": "~8.1.15",
|
|
77
|
+
"@xyo-network/sdk-js": "^6.0.2",
|
|
78
|
+
"@xyo-network/sdk-protocol-js": "~6.0.7",
|
|
79
|
+
"ajv": "^8.20.0",
|
|
77
80
|
"async-mutex": "^0.5.0",
|
|
78
81
|
"bn.js": "^5.2.3",
|
|
79
82
|
"bowser": "^2.14.1",
|
|
@@ -83,6 +86,7 @@
|
|
|
83
86
|
"eslint": "^10.4.1",
|
|
84
87
|
"ethers": "^6.16.0",
|
|
85
88
|
"hash-wasm": "~4.12.0",
|
|
89
|
+
"idb": "^8.0.3",
|
|
86
90
|
"lru-cache": "^11.5.1",
|
|
87
91
|
"md5": "~2.3.0",
|
|
88
92
|
"mixpanel-browser": "~2.80.0",
|
|
@@ -94,24 +98,29 @@
|
|
|
94
98
|
"react-dom": "^19.2.7",
|
|
95
99
|
"react-router-dom": "^7.16.0",
|
|
96
100
|
"spark-md5": "~3.0.2",
|
|
97
|
-
"storybook": "^10.4.
|
|
101
|
+
"storybook": "^10.4.2",
|
|
98
102
|
"typedoc": "~0.28.19",
|
|
99
103
|
"typescript": "^6.0.3",
|
|
100
104
|
"viem": "^2.52.0",
|
|
101
105
|
"vite": "^8.0.16",
|
|
106
|
+
"webextension-polyfill": "^0.12.0",
|
|
102
107
|
"zod": "^4.4.3",
|
|
103
108
|
"zustand": "~5.0.14"
|
|
104
109
|
},
|
|
105
110
|
"peerDependencies": {
|
|
106
111
|
"@bitauth/libauth": "~3.0",
|
|
112
|
+
"@metamask/providers": "^22.1",
|
|
107
113
|
"@mui/icons-material": "^9.0",
|
|
108
114
|
"@mui/material": "^9.0",
|
|
109
115
|
"@mui/system": "^9.0",
|
|
110
116
|
"@mui/x-tree-view": "~9.1",
|
|
117
|
+
"@noble/post-quantum": "~0.6.1",
|
|
111
118
|
"@opentelemetry/api": "^1.9",
|
|
112
119
|
"@opentelemetry/sdk-trace-base": "^2.7",
|
|
113
120
|
"@react-spring/web": "~10.1",
|
|
114
121
|
"@scure/base": "~2.2",
|
|
122
|
+
"@scure/bip39": "~2.2",
|
|
123
|
+
"@xylabs/geo": "^6.0",
|
|
115
124
|
"@xylabs/pixel": "~6.0",
|
|
116
125
|
"@xylabs/react-button": "~9.0",
|
|
117
126
|
"@xylabs/react-flexbox": "~9.0",
|
|
@@ -123,10 +132,9 @@
|
|
|
123
132
|
"@xylabs/sdk-js": "^6.0",
|
|
124
133
|
"@xylabs/sdk-react": "~9.0",
|
|
125
134
|
"@xylabs/threads": "^6.0",
|
|
126
|
-
"@xyo-network/
|
|
127
|
-
"@xyo-network/
|
|
128
|
-
"
|
|
129
|
-
"@xyo-network/payload-model": "^6.0",
|
|
135
|
+
"@xyo-network/sdk-js": "^6.0",
|
|
136
|
+
"@xyo-network/sdk-protocol-js": "~6.0",
|
|
137
|
+
"ajv": "^8.20",
|
|
130
138
|
"async-mutex": "^0.5",
|
|
131
139
|
"bn.js": "^5.2",
|
|
132
140
|
"bowser": "^2.14",
|
|
@@ -135,6 +143,7 @@
|
|
|
135
143
|
"debug": "~4.4",
|
|
136
144
|
"ethers": "^6.16",
|
|
137
145
|
"hash-wasm": "~4.12",
|
|
146
|
+
"idb": "^8.0",
|
|
138
147
|
"lru-cache": "^11.3",
|
|
139
148
|
"md5": "~2.3",
|
|
140
149
|
"mixpanel-browser": "~2.80",
|
|
@@ -149,6 +158,7 @@
|
|
|
149
158
|
"typedoc": "~0.28",
|
|
150
159
|
"typescript": "^6.0",
|
|
151
160
|
"viem": "^2.48",
|
|
161
|
+
"webextension-polyfill": "^0.12",
|
|
152
162
|
"zod": "^4.4",
|
|
153
163
|
"zustand": "~5.0"
|
|
154
164
|
},
|