@xyo-network/react-shared 9.0.4 → 9.0.6
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 -24
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/react-shared",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.6",
|
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xyo",
|
|
@@ -52,26 +52,26 @@
|
|
|
52
52
|
"@scure/base": "~2.2.0",
|
|
53
53
|
"@scure/bip39": "~2.2.0",
|
|
54
54
|
"@storybook/react-vite": "~10.4.2",
|
|
55
|
-
"@types/react": "^19.2.
|
|
56
|
-
"@xylabs/geo": "^6.0.
|
|
57
|
-
"@xylabs/pixel": "~6.0.
|
|
58
|
-
"@xylabs/react-appbar": "~9.0.
|
|
59
|
-
"@xylabs/react-button": "~9.0.
|
|
60
|
-
"@xylabs/react-flexbox": "~9.0.
|
|
61
|
-
"@xylabs/react-hooks": "~9.0.
|
|
62
|
-
"@xylabs/react-link": "~9.0.
|
|
63
|
-
"@xylabs/react-promise": "~9.0.
|
|
64
|
-
"@xylabs/react-quick-tip-button": "~9.0.
|
|
65
|
-
"@xylabs/react-shared": "~9.0.
|
|
66
|
-
"@xylabs/react-theme": "~9.0.
|
|
67
|
-
"@xylabs/sdk-js": "^6.0.
|
|
68
|
-
"@xylabs/threads": "^6.0.
|
|
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/sdk-js": "^6.0.
|
|
74
|
-
"@xyo-network/sdk-protocol-js": "~6.0.
|
|
55
|
+
"@types/react": "^19.2.17",
|
|
56
|
+
"@xylabs/geo": "^6.0.10",
|
|
57
|
+
"@xylabs/pixel": "~6.0.10",
|
|
58
|
+
"@xylabs/react-appbar": "~9.0.4",
|
|
59
|
+
"@xylabs/react-button": "~9.0.4",
|
|
60
|
+
"@xylabs/react-flexbox": "~9.0.4",
|
|
61
|
+
"@xylabs/react-hooks": "~9.0.4",
|
|
62
|
+
"@xylabs/react-link": "~9.0.4",
|
|
63
|
+
"@xylabs/react-promise": "~9.0.4",
|
|
64
|
+
"@xylabs/react-quick-tip-button": "~9.0.4",
|
|
65
|
+
"@xylabs/react-shared": "~9.0.4",
|
|
66
|
+
"@xylabs/react-theme": "~9.0.4",
|
|
67
|
+
"@xylabs/sdk-js": "^6.0.10",
|
|
68
|
+
"@xylabs/threads": "^6.0.10",
|
|
69
|
+
"@xylabs/toolchain": "~8.1.16",
|
|
70
|
+
"@xylabs/tsconfig": "^8.1.16",
|
|
71
|
+
"@xylabs/tsconfig-dom": "^8.1.16",
|
|
72
|
+
"@xylabs/tsconfig-react": "~8.1.16",
|
|
73
|
+
"@xyo-network/sdk-js": "^6.0.4",
|
|
74
|
+
"@xyo-network/sdk-protocol-js": "~6.0.9",
|
|
75
75
|
"ajv": "^8.20.0",
|
|
76
76
|
"async-mutex": "^0.5.0",
|
|
77
77
|
"bn.js": "^5.2.3",
|
|
@@ -85,11 +85,12 @@
|
|
|
85
85
|
"lru-cache": "^11.5.1",
|
|
86
86
|
"mixpanel-browser": "~2.80.0",
|
|
87
87
|
"observable-fns": "~0.6.1",
|
|
88
|
-
"pako": "^2.1.0",
|
|
89
88
|
"query-string": "~9.4.0",
|
|
90
89
|
"react": "^19.2.7",
|
|
91
90
|
"react-dom": "^19.2.7",
|
|
92
|
-
"react-
|
|
91
|
+
"react-is": "^19.2.7",
|
|
92
|
+
"react-router-dom": "^7.17.0",
|
|
93
|
+
"recharts": "^3.8.1",
|
|
93
94
|
"spark-md5": "~3.0.2",
|
|
94
95
|
"storybook": "^10.4.2",
|
|
95
96
|
"typescript": "^6.0.3",
|
|
@@ -133,11 +134,12 @@
|
|
|
133
134
|
"lru-cache": "^11.3",
|
|
134
135
|
"mixpanel-browser": "~2.80",
|
|
135
136
|
"observable-fns": "~0.6",
|
|
136
|
-
"pako": "^2.1",
|
|
137
137
|
"query-string": "~9.4",
|
|
138
138
|
"react": "^19.2",
|
|
139
139
|
"react-dom": "^19.2",
|
|
140
|
+
"react-is": "^19.2",
|
|
140
141
|
"react-router-dom": "^7.15",
|
|
142
|
+
"recharts": "^3.8",
|
|
141
143
|
"spark-md5": "~3.0",
|
|
142
144
|
"webextension-polyfill": "^0.12",
|
|
143
145
|
"zod": "^4.4"
|