@xyo-network/react-webapp 9.0.5 → 9.1.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.
- package/README.md +2 -2
- package/package.json +46 -60
package/README.md
CHANGED
|
@@ -8,6 +8,6 @@ Part of [@xyo-network/sdk-xyo-react](https://www.npmjs.com/package/@xyo-network/
|
|
|
8
8
|
|
|
9
9
|
## Credits
|
|
10
10
|
|
|
11
|
-
[Made with 🔥 and ❄️ by XYO](https://xyo.network)
|
|
11
|
+
[Made with 🔥 and ❄️ by XYO Foundation](https://xyo.network)
|
|
12
12
|
|
|
13
|
-
[logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png
|
|
13
|
+
[logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/react-webapp",
|
|
3
|
-
"version": "9.0
|
|
3
|
+
"version": "9.1.0",
|
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xyo",
|
|
@@ -41,67 +41,60 @@
|
|
|
41
41
|
"README.md"
|
|
42
42
|
],
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@xyo-network/react-
|
|
45
|
-
"@xyo-network/react-
|
|
46
|
-
"@xyo-network/react-shared": "~9.0
|
|
44
|
+
"@xyo-network/react-footer": "~9.1.0",
|
|
45
|
+
"@xyo-network/react-appbar": "~9.1.0",
|
|
46
|
+
"@xyo-network/react-shared": "~9.1.0"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@bitauth/libauth": "~3.0.0",
|
|
50
50
|
"@metamask/providers": "^22.1.1",
|
|
51
|
-
"@mui/icons-material": "^9.0
|
|
52
|
-
"@mui/material": "^9.0
|
|
51
|
+
"@mui/icons-material": "^9.1.0",
|
|
52
|
+
"@mui/material": "^9.1.0",
|
|
53
53
|
"@noble/post-quantum": "~0.6.1",
|
|
54
54
|
"@opentelemetry/api": "^1.9.1",
|
|
55
55
|
"@opentelemetry/sdk-trace-base": "^2.7.1",
|
|
56
|
-
"@react-spring/web": "~10.1.
|
|
56
|
+
"@react-spring/web": "~10.1.1",
|
|
57
57
|
"@scure/base": "~2.2.0",
|
|
58
58
|
"@scure/bip39": "~2.2.0",
|
|
59
|
-
"@storybook/react-vite": "~10.4.
|
|
60
|
-
"@types/react": "^19.2.
|
|
61
|
-
"@xylabs/geo": "^6.
|
|
62
|
-
"@xylabs/pixel": "
|
|
63
|
-
"@xylabs/react-appbar": "
|
|
64
|
-
"@xylabs/react-async-effect": "
|
|
65
|
-
"@xylabs/react-button": "
|
|
66
|
-
"@xylabs/react-flexbox": "
|
|
67
|
-
"@xylabs/react-hooks": "
|
|
68
|
-
"@xylabs/react-link": "
|
|
69
|
-
"@xylabs/react-pixel": "
|
|
70
|
-
"@xylabs/react-promise": "
|
|
71
|
-
"@xylabs/react-select": "
|
|
72
|
-
"@xylabs/react-shared": "
|
|
73
|
-
"@xylabs/react-theme": "
|
|
74
|
-
"@xylabs/react-webapp": "
|
|
75
|
-
"@xylabs/sdk-js": "^6.
|
|
76
|
-
"@xylabs/threads": "^6.
|
|
77
|
-
"@xylabs/toolchain": "~8.1.
|
|
78
|
-
"@xylabs/tsconfig": "^8.1.
|
|
79
|
-
"@xylabs/tsconfig-dom": "^8.1.
|
|
80
|
-
"@xylabs/tsconfig-react": "~8.1.
|
|
81
|
-
"@xyo-network/sdk-js": "^6.0
|
|
82
|
-
"@xyo-network/sdk-protocol-js": "
|
|
59
|
+
"@storybook/react-vite": "~10.4.3",
|
|
60
|
+
"@types/react": "^19.2.17",
|
|
61
|
+
"@xylabs/geo": "^6.1.1",
|
|
62
|
+
"@xylabs/pixel": "^6.1.1",
|
|
63
|
+
"@xylabs/react-appbar": "^9.1.0",
|
|
64
|
+
"@xylabs/react-async-effect": "^9.1.0",
|
|
65
|
+
"@xylabs/react-button": "^9.1.0",
|
|
66
|
+
"@xylabs/react-flexbox": "^9.1.0",
|
|
67
|
+
"@xylabs/react-hooks": "^9.1.0",
|
|
68
|
+
"@xylabs/react-link": "^9.1.0",
|
|
69
|
+
"@xylabs/react-pixel": "^9.1.0",
|
|
70
|
+
"@xylabs/react-promise": "^9.1.0",
|
|
71
|
+
"@xylabs/react-select": "^9.1.0",
|
|
72
|
+
"@xylabs/react-shared": "^9.1.0",
|
|
73
|
+
"@xylabs/react-theme": "^9.1.0",
|
|
74
|
+
"@xylabs/react-webapp": "^9.1.0",
|
|
75
|
+
"@xylabs/sdk-js": "^6.1.1",
|
|
76
|
+
"@xylabs/threads": "^6.1.1",
|
|
77
|
+
"@xylabs/toolchain": "~8.1.20",
|
|
78
|
+
"@xylabs/tsconfig": "^8.1.20",
|
|
79
|
+
"@xylabs/tsconfig-dom": "^8.1.20",
|
|
80
|
+
"@xylabs/tsconfig-react": "~8.1.20",
|
|
81
|
+
"@xyo-network/sdk-js": "^6.1.0",
|
|
82
|
+
"@xyo-network/sdk-protocol-js": "^6.1.0",
|
|
83
83
|
"ajv": "^8.20.0",
|
|
84
84
|
"async-mutex": "^0.5.0",
|
|
85
|
-
"bn.js": "^5.2.3",
|
|
86
|
-
"bowser": "^2.14.1",
|
|
87
|
-
"buffer": "^6.0.3",
|
|
88
85
|
"debug": "~4.4.3",
|
|
89
86
|
"eslint": "^10.4.1",
|
|
90
87
|
"ethers": "^6.16.0",
|
|
91
88
|
"hash-wasm": "~4.12.0",
|
|
92
89
|
"idb": "^8.0.3",
|
|
93
90
|
"lru-cache": "^11.5.1",
|
|
94
|
-
"mixpanel-browser": "~2.80.0",
|
|
95
91
|
"observable-fns": "~0.6.1",
|
|
96
92
|
"query-string": "~9.4.0",
|
|
97
93
|
"react": "^19.2.7",
|
|
98
94
|
"react-dom": "^19.2.7",
|
|
99
95
|
"react-icons": "~5.6.0",
|
|
100
|
-
"react-is": "^19.2",
|
|
101
96
|
"react-router-dom": "^7.17.0",
|
|
102
|
-
"
|
|
103
|
-
"spark-md5": "~3.0.2",
|
|
104
|
-
"storybook": "^10.4.2",
|
|
97
|
+
"storybook": "^10.4.3",
|
|
105
98
|
"typescript": "^6.0.3",
|
|
106
99
|
"vite": "^8.0.16",
|
|
107
100
|
"webextension-polyfill": "^0.12.0",
|
|
@@ -119,43 +112,36 @@
|
|
|
119
112
|
"@scure/base": "~2.2",
|
|
120
113
|
"@scure/bip39": "~2.2",
|
|
121
114
|
"@xylabs/geo": "^6.0",
|
|
122
|
-
"@xylabs/pixel": "
|
|
123
|
-
"@xylabs/react-appbar": "
|
|
124
|
-
"@xylabs/react-async-effect": "
|
|
125
|
-
"@xylabs/react-button": "
|
|
126
|
-
"@xylabs/react-flexbox": "
|
|
127
|
-
"@xylabs/react-hooks": "
|
|
128
|
-
"@xylabs/react-link": "
|
|
129
|
-
"@xylabs/react-pixel": "
|
|
130
|
-
"@xylabs/react-promise": "
|
|
131
|
-
"@xylabs/react-select": "
|
|
132
|
-
"@xylabs/react-shared": "
|
|
133
|
-
"@xylabs/react-theme": "
|
|
134
|
-
"@xylabs/react-webapp": "
|
|
115
|
+
"@xylabs/pixel": "^6.1",
|
|
116
|
+
"@xylabs/react-appbar": "^9.1",
|
|
117
|
+
"@xylabs/react-async-effect": "^9.1",
|
|
118
|
+
"@xylabs/react-button": "^9.1",
|
|
119
|
+
"@xylabs/react-flexbox": "^9.1",
|
|
120
|
+
"@xylabs/react-hooks": "^9.1",
|
|
121
|
+
"@xylabs/react-link": "^9.1",
|
|
122
|
+
"@xylabs/react-pixel": "^9.1",
|
|
123
|
+
"@xylabs/react-promise": "^9.1",
|
|
124
|
+
"@xylabs/react-select": "^9.1",
|
|
125
|
+
"@xylabs/react-shared": "^9.1",
|
|
126
|
+
"@xylabs/react-theme": "^9.1",
|
|
127
|
+
"@xylabs/react-webapp": "^9.1",
|
|
135
128
|
"@xylabs/sdk-js": "^6.0",
|
|
136
129
|
"@xylabs/threads": "^6.0",
|
|
137
130
|
"@xyo-network/sdk-js": "^6.0",
|
|
138
|
-
"@xyo-network/sdk-protocol-js": "
|
|
131
|
+
"@xyo-network/sdk-protocol-js": "^6.1",
|
|
139
132
|
"ajv": "^8.20",
|
|
140
133
|
"async-mutex": "^0.5",
|
|
141
|
-
"bn.js": "^5.2",
|
|
142
|
-
"bowser": "^2.14",
|
|
143
|
-
"buffer": "^6.0",
|
|
144
134
|
"debug": "~4.4",
|
|
145
135
|
"ethers": "^6.16",
|
|
146
136
|
"hash-wasm": "~4.12",
|
|
147
137
|
"idb": "^8.0",
|
|
148
138
|
"lru-cache": "^11.3",
|
|
149
|
-
"mixpanel-browser": "~2.80",
|
|
150
139
|
"observable-fns": "~0.6",
|
|
151
140
|
"query-string": "~9.4",
|
|
152
141
|
"react": "^19.2",
|
|
153
142
|
"react-dom": "^19.2",
|
|
154
143
|
"react-icons": "~5.6",
|
|
155
|
-
"react-is": "^19.2",
|
|
156
144
|
"react-router-dom": "^7.15",
|
|
157
|
-
"recharts": "^3.8",
|
|
158
|
-
"spark-md5": "~3.0",
|
|
159
145
|
"webextension-polyfill": "^0.12",
|
|
160
146
|
"zod": "^4.4"
|
|
161
147
|
},
|