@xyo-network/react-card 9.0.4 → 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.
Files changed (1) hide show
  1. package/package.json +25 -23
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-card",
3
- "version": "9.0.4",
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,7 +41,7 @@
41
41
  "README.md"
42
42
  ],
43
43
  "dependencies": {
44
- "@xyo-network/react-shared": "~9.0.4"
44
+ "@xyo-network/react-shared": "~9.0.5"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@bitauth/libauth": "~3.0.0",
@@ -56,23 +56,23 @@
56
56
  "@scure/bip39": "~2.2.0",
57
57
  "@storybook/react-vite": "~10.4.2",
58
58
  "@types/react": "^19.2.16",
59
- "@xylabs/geo": "^6.0.7",
60
- "@xylabs/pixel": "~6.0.7",
61
- "@xylabs/react-button": "~9.0.2",
62
- "@xylabs/react-flexbox": "~9.0.2",
63
- "@xylabs/react-hooks": "~9.0.2",
64
- "@xylabs/react-link": "~9.0.2",
65
- "@xylabs/react-promise": "~9.0.2",
66
- "@xylabs/react-shared": "~9.0.2",
67
- "@xylabs/react-theme": "~9.0.2",
68
- "@xylabs/sdk-js": "^6.0.7",
69
- "@xylabs/threads": "^6.0.7",
70
- "@xylabs/toolchain": "~8.1.15",
71
- "@xylabs/tsconfig": "^8.1.15",
72
- "@xylabs/tsconfig-dom": "^8.1.15",
73
- "@xylabs/tsconfig-react": "~8.1.15",
74
- "@xyo-network/sdk-js": "^6.0.2",
75
- "@xyo-network/sdk-protocol-js": "~6.0.7",
59
+ "@xylabs/geo": "^6.0.8",
60
+ "@xylabs/pixel": "~6.0.8",
61
+ "@xylabs/react-button": "~9.0.3",
62
+ "@xylabs/react-flexbox": "~9.0.3",
63
+ "@xylabs/react-hooks": "~9.0.3",
64
+ "@xylabs/react-link": "~9.0.3",
65
+ "@xylabs/react-promise": "~9.0.3",
66
+ "@xylabs/react-shared": "~9.0.3",
67
+ "@xylabs/react-theme": "~9.0.3",
68
+ "@xylabs/sdk-js": "^6.0.8",
69
+ "@xylabs/threads": "^6.0.8",
70
+ "@xylabs/toolchain": "~8.1.16",
71
+ "@xylabs/tsconfig": "^8.1.16",
72
+ "@xylabs/tsconfig-dom": "^8.1.16",
73
+ "@xylabs/tsconfig-react": "~8.1.16",
74
+ "@xyo-network/sdk-js": "^6.0.4",
75
+ "@xyo-network/sdk-protocol-js": "~6.0.9",
76
76
  "ajv": "^8.20.0",
77
77
  "async-mutex": "^0.5.0",
78
78
  "bn.js": "^5.2.3",
@@ -86,18 +86,19 @@
86
86
  "lru-cache": "^11.5.1",
87
87
  "mixpanel-browser": "~2.80.0",
88
88
  "observable-fns": "~0.6.1",
89
- "pako": "^2.1.0",
90
89
  "query-string": "~9.4.0",
91
90
  "react": "^19.2.7",
92
91
  "react-dom": "^19.2.7",
93
- "react-router-dom": "^7.16.0",
92
+ "react-is": "^19.2",
93
+ "react-router-dom": "^7.17.0",
94
+ "recharts": "^3.8",
94
95
  "spark-md5": "~3.0.2",
95
96
  "storybook": "^10.4.2",
96
97
  "typescript": "^6.0.3",
97
98
  "vite": "^8.0.16",
98
99
  "webextension-polyfill": "^0.12.0",
99
100
  "zod": "^4.4.3",
100
- "@xyo-network/react-storybook": "~9.0.4"
101
+ "@xyo-network/react-storybook": "~9.0.5"
101
102
  },
102
103
  "peerDependencies": {
103
104
  "@bitauth/libauth": "~3.0",
@@ -135,11 +136,12 @@
135
136
  "lru-cache": "^11.3",
136
137
  "mixpanel-browser": "~2.80",
137
138
  "observable-fns": "~0.6",
138
- "pako": "^2.1",
139
139
  "query-string": "~9.4",
140
140
  "react": "^19.2",
141
141
  "react-dom": "^19.2",
142
+ "react-is": "^19.2",
142
143
  "react-router-dom": "^7.15",
144
+ "recharts": "^3.8",
143
145
  "spark-md5": "~3.0",
144
146
  "webextension-polyfill": "^0.12",
145
147
  "zod": "^4.4"