@xyo-network/react-appbar 9.0.2 → 9.0.5
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 +51 -38
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/react-appbar",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.5",
|
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xyo",
|
|
@@ -41,46 +41,44 @@
|
|
|
41
41
|
"README.md"
|
|
42
42
|
],
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@xyo-network/react-network": "~9.0.
|
|
44
|
+
"@xyo-network/react-network": "~9.0.5"
|
|
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",
|
|
51
|
+
"@noble/post-quantum": "~0.6.1",
|
|
50
52
|
"@opentelemetry/api": "^1.9.1",
|
|
51
53
|
"@opentelemetry/sdk-trace-base": "^2.7.1",
|
|
52
54
|
"@react-spring/web": "~10.1.0",
|
|
53
55
|
"@scure/base": "~2.2.0",
|
|
54
56
|
"@scure/bip39": "~2.2.0",
|
|
55
|
-
"@storybook/react-vite": "~10.4.
|
|
57
|
+
"@storybook/react-vite": "~10.4.2",
|
|
56
58
|
"@types/react": "^19.2.16",
|
|
57
|
-
"@xylabs/
|
|
58
|
-
"@xylabs/
|
|
59
|
-
"@xylabs/react-
|
|
60
|
-
"@xylabs/react-
|
|
61
|
-
"@xylabs/react-
|
|
62
|
-
"@xylabs/react-
|
|
63
|
-
"@xylabs/react-
|
|
64
|
-
"@xylabs/react-
|
|
65
|
-
"@xylabs/react-
|
|
66
|
-
"@xylabs/react-
|
|
67
|
-
"@xylabs/react-
|
|
68
|
-
"@xylabs/react-
|
|
69
|
-
"@xylabs/react-
|
|
70
|
-
"@xylabs/
|
|
71
|
-
"@xylabs/
|
|
72
|
-
"@xylabs/
|
|
73
|
-
"@xylabs/
|
|
74
|
-
"@xylabs/tsconfig
|
|
75
|
-
"@xylabs/tsconfig-
|
|
76
|
-
"@
|
|
77
|
-
"@xyo-network/
|
|
78
|
-
"@xyo-network/
|
|
79
|
-
"
|
|
80
|
-
"@xyo-network/payload-builder": "^6.0.7",
|
|
81
|
-
"@xyo-network/payload-model": "^6.0.7",
|
|
82
|
-
"@xyo-network/wallet": "~6.0.7",
|
|
83
|
-
"@xyo-network/wallet-model": "^6.0.7",
|
|
59
|
+
"@xylabs/geo": "^6.0.8",
|
|
60
|
+
"@xylabs/pixel": "~6.0.8",
|
|
61
|
+
"@xylabs/react-appbar": "~9.0.3",
|
|
62
|
+
"@xylabs/react-button": "~9.0.3",
|
|
63
|
+
"@xylabs/react-crypto": "~9.0.3",
|
|
64
|
+
"@xylabs/react-flexbox": "~9.0.3",
|
|
65
|
+
"@xylabs/react-hooks": "~9.0.3",
|
|
66
|
+
"@xylabs/react-identicon": "~9.0.3",
|
|
67
|
+
"@xylabs/react-link": "~9.0.3",
|
|
68
|
+
"@xylabs/react-number-status": "~9.0.3",
|
|
69
|
+
"@xylabs/react-promise": "~9.0.3",
|
|
70
|
+
"@xylabs/react-select": "~9.0.3",
|
|
71
|
+
"@xylabs/react-shared": "~9.0.3",
|
|
72
|
+
"@xylabs/react-theme": "~9.0.3",
|
|
73
|
+
"@xylabs/sdk-js": "^6.0.8",
|
|
74
|
+
"@xylabs/threads": "^6.0.8",
|
|
75
|
+
"@xylabs/toolchain": "~8.1.16",
|
|
76
|
+
"@xylabs/tsconfig": "^8.1.16",
|
|
77
|
+
"@xylabs/tsconfig-dom": "^8.1.16",
|
|
78
|
+
"@xylabs/tsconfig-react": "~8.1.16",
|
|
79
|
+
"@xyo-network/sdk-js": "^6.0.4",
|
|
80
|
+
"@xyo-network/sdk-protocol-js": "~6.0.9",
|
|
81
|
+
"ajv": "^8.20.0",
|
|
84
82
|
"async-mutex": "^0.5.0",
|
|
85
83
|
"bn.js": "^5.2.3",
|
|
86
84
|
"bowser": "^2.14.1",
|
|
@@ -89,32 +87,41 @@
|
|
|
89
87
|
"eslint": "^10.4.1",
|
|
90
88
|
"ethers": "^6.16.0",
|
|
91
89
|
"hash-wasm": "~4.12.0",
|
|
90
|
+
"idb": "^8.0.3",
|
|
92
91
|
"lru-cache": "^11.5.1",
|
|
93
92
|
"md5": "~2.3.0",
|
|
94
93
|
"mixpanel-browser": "~2.80.0",
|
|
95
94
|
"numeral": "~2.0.6",
|
|
96
95
|
"observable-fns": "~0.6.1",
|
|
97
|
-
"pako": "^2.1.0",
|
|
98
96
|
"query-string": "~9.4.0",
|
|
99
97
|
"react": "^19.2.7",
|
|
100
98
|
"react-dom": "^19.2.7",
|
|
101
99
|
"react-icons": "~5.6.0",
|
|
102
|
-
"react-
|
|
100
|
+
"react-is": "^19.2",
|
|
101
|
+
"react-router-dom": "^7.17.0",
|
|
102
|
+
"recharts": "^3.8",
|
|
103
103
|
"spark-md5": "~3.0.2",
|
|
104
|
-
"storybook": "^10.4.
|
|
104
|
+
"storybook": "^10.4.2",
|
|
105
105
|
"typescript": "^6.0.3",
|
|
106
|
-
"viem": "^2.52.
|
|
106
|
+
"viem": "^2.52.2",
|
|
107
107
|
"vite": "^8.0.16",
|
|
108
|
+
"webextension-polyfill": "^0.12.0",
|
|
108
109
|
"zod": "^4.4.3",
|
|
109
|
-
"@xyo-network/react-
|
|
110
|
-
"@xyo-network/react-
|
|
110
|
+
"@xyo-network/react-wallet": "~9.0.5",
|
|
111
|
+
"@xyo-network/react-storybook": "~9.0.5"
|
|
111
112
|
},
|
|
112
113
|
"peerDependencies": {
|
|
114
|
+
"@bitauth/libauth": "~3.0",
|
|
115
|
+
"@metamask/providers": "^22.1",
|
|
113
116
|
"@mui/icons-material": "^9.0",
|
|
114
117
|
"@mui/material": "^9.0",
|
|
118
|
+
"@noble/post-quantum": "~0.6.1",
|
|
115
119
|
"@opentelemetry/api": "^1.9",
|
|
116
120
|
"@opentelemetry/sdk-trace-base": "^2.7",
|
|
117
121
|
"@react-spring/web": "~10.1",
|
|
122
|
+
"@scure/base": "~2.2",
|
|
123
|
+
"@scure/bip39": "~2.2",
|
|
124
|
+
"@xylabs/geo": "^6.0",
|
|
118
125
|
"@xylabs/pixel": "~6.0",
|
|
119
126
|
"@xylabs/react-appbar": "~9.0",
|
|
120
127
|
"@xylabs/react-button": "~9.0",
|
|
@@ -124,7 +131,9 @@
|
|
|
124
131
|
"@xylabs/react-shared": "~9.0",
|
|
125
132
|
"@xylabs/sdk-js": "^6.0",
|
|
126
133
|
"@xylabs/threads": "^6.0",
|
|
127
|
-
"@xyo-network/
|
|
134
|
+
"@xyo-network/sdk-js": "^6.0",
|
|
135
|
+
"@xyo-network/sdk-protocol-js": "~6.0",
|
|
136
|
+
"ajv": "^8.20",
|
|
128
137
|
"async-mutex": "^0.5",
|
|
129
138
|
"bn.js": "^5.2",
|
|
130
139
|
"bowser": "^2.14",
|
|
@@ -132,15 +141,19 @@
|
|
|
132
141
|
"debug": "~4.4",
|
|
133
142
|
"ethers": "^6.16",
|
|
134
143
|
"hash-wasm": "~4.12",
|
|
144
|
+
"idb": "^8.0",
|
|
145
|
+
"lru-cache": "^11.3",
|
|
135
146
|
"mixpanel-browser": "~2.80",
|
|
136
147
|
"observable-fns": "~0.6",
|
|
137
|
-
"pako": "^2.1",
|
|
138
148
|
"query-string": "~9.4",
|
|
139
149
|
"react": "^19.2",
|
|
140
150
|
"react-dom": "^19.2",
|
|
141
151
|
"react-icons": "~5.6",
|
|
152
|
+
"react-is": "^19.2",
|
|
142
153
|
"react-router-dom": "^7.15",
|
|
154
|
+
"recharts": "^3.8",
|
|
143
155
|
"spark-md5": "~3.0",
|
|
156
|
+
"webextension-polyfill": "^0.12",
|
|
144
157
|
"zod": "^4.4"
|
|
145
158
|
},
|
|
146
159
|
"publishConfig": {
|