@xyo-network/react-webapp 9.0.6 → 9.1.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 (2) hide show
  1. package/README.md +2 -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.6",
3
+ "version": "9.1.1",
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-shared": "~9.0.6",
45
- "@xyo-network/react-footer": "~9.0.6",
46
- "@xyo-network/react-appbar": "~9.0.6"
44
+ "@xyo-network/react-appbar": "~9.1.1",
45
+ "@xyo-network/react-footer": "~9.1.1",
46
+ "@xyo-network/react-shared": "~9.1.1"
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.1",
52
- "@mui/material": "^9.0.1",
51
+ "@mui/icons-material": "^9.1.1",
52
+ "@mui/material": "^9.1.1",
53
53
  "@noble/post-quantum": "~0.6.1",
54
54
  "@opentelemetry/api": "^1.9.1",
55
- "@opentelemetry/sdk-trace-base": "^2.7.1",
56
- "@react-spring/web": "~10.1.0",
55
+ "@opentelemetry/sdk-trace-base": "^2.8.0",
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.2",
59
+ "@storybook/react-vite": "~10.4.4",
60
60
  "@types/react": "^19.2.17",
61
- "@xylabs/geo": "^6.0.10",
62
- "@xylabs/pixel": "~6.0.10",
63
- "@xylabs/react-appbar": "~9.0.4",
64
- "@xylabs/react-async-effect": "~9.0.4",
65
- "@xylabs/react-button": "~9.0.4",
66
- "@xylabs/react-flexbox": "~9.0.4",
67
- "@xylabs/react-hooks": "~9.0.4",
68
- "@xylabs/react-link": "~9.0.4",
69
- "@xylabs/react-pixel": "~9.0.4",
70
- "@xylabs/react-promise": "~9.0.4",
71
- "@xylabs/react-select": "~9.0.4",
72
- "@xylabs/react-shared": "~9.0.4",
73
- "@xylabs/react-theme": "~9.0.4",
74
- "@xylabs/react-webapp": "~9.0.4",
75
- "@xylabs/sdk-js": "^6.0.10",
76
- "@xylabs/threads": "^6.0.10",
77
- "@xylabs/toolchain": "~8.1.16",
78
- "@xylabs/tsconfig": "^8.1.16",
79
- "@xylabs/tsconfig-dom": "^8.1.16",
80
- "@xylabs/tsconfig-react": "~8.1.16",
81
- "@xyo-network/sdk-js": "^6.0.4",
82
- "@xyo-network/sdk-protocol-js": "~6.0.9",
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.1",
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.7",
101
96
  "react-router-dom": "^7.17.0",
102
- "recharts": "^3.8.1",
103
- "spark-md5": "~3.0.2",
104
- "storybook": "^10.4.2",
97
+ "storybook": "^10.4.4",
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": "~6.0",
123
- "@xylabs/react-appbar": "~9.0",
124
- "@xylabs/react-async-effect": "~9.0",
125
- "@xylabs/react-button": "~9.0",
126
- "@xylabs/react-flexbox": "~9.0",
127
- "@xylabs/react-hooks": "~9.0",
128
- "@xylabs/react-link": "~9.0",
129
- "@xylabs/react-pixel": "~9.0",
130
- "@xylabs/react-promise": "~9.0",
131
- "@xylabs/react-select": "~9.0",
132
- "@xylabs/react-shared": "~9.0",
133
- "@xylabs/react-theme": "~9.0",
134
- "@xylabs/react-webapp": "~9.0",
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": "~6.0",
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
  },