@xyo-network/react-address-render 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 +26 -24
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-address-render",
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,8 +41,8 @@
41
41
  "README.md"
42
42
  ],
43
43
  "dependencies": {
44
- "@xyo-network/react-shared": "~9.0.4",
45
- "@xyo-network/react-event": "~9.0.4"
44
+ "@xyo-network/react-event": "~9.0.5",
45
+ "@xyo-network/react-shared": "~9.0.5"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@bitauth/libauth": "~3.0.0",
@@ -57,24 +57,24 @@
57
57
  "@scure/bip39": "~2.2.0",
58
58
  "@storybook/react-vite": "~10.4.2",
59
59
  "@types/react": "^19.2.16",
60
- "@xylabs/geo": "^6.0.7",
61
- "@xylabs/pixel": "~6.0.7",
62
- "@xylabs/react-button": "~9.0.2",
63
- "@xylabs/react-flexbox": "~9.0.2",
64
- "@xylabs/react-hooks": "~9.0.2",
65
- "@xylabs/react-identicon": "~9.0.2",
66
- "@xylabs/react-link": "~9.0.2",
67
- "@xylabs/react-promise": "~9.0.2",
68
- "@xylabs/react-shared": "~9.0.2",
69
- "@xylabs/react-theme": "~9.0.2",
70
- "@xylabs/sdk-js": "^6.0.7",
71
- "@xylabs/threads": "^6.0.7",
72
- "@xylabs/toolchain": "~8.1.15",
73
- "@xylabs/tsconfig": "^8.1.15",
74
- "@xylabs/tsconfig-dom": "^8.1.15",
75
- "@xylabs/tsconfig-react": "~8.1.15",
76
- "@xyo-network/sdk-js": "^6.0.2",
77
- "@xyo-network/sdk-protocol-js": "~6.0.7",
60
+ "@xylabs/geo": "^6.0.8",
61
+ "@xylabs/pixel": "~6.0.8",
62
+ "@xylabs/react-button": "~9.0.3",
63
+ "@xylabs/react-flexbox": "~9.0.3",
64
+ "@xylabs/react-hooks": "~9.0.3",
65
+ "@xylabs/react-identicon": "~9.0.3",
66
+ "@xylabs/react-link": "~9.0.3",
67
+ "@xylabs/react-promise": "~9.0.3",
68
+ "@xylabs/react-shared": "~9.0.3",
69
+ "@xylabs/react-theme": "~9.0.3",
70
+ "@xylabs/sdk-js": "^6.0.8",
71
+ "@xylabs/threads": "^6.0.8",
72
+ "@xylabs/toolchain": "~8.1.16",
73
+ "@xylabs/tsconfig": "^8.1.16",
74
+ "@xylabs/tsconfig-dom": "^8.1.16",
75
+ "@xylabs/tsconfig-react": "~8.1.16",
76
+ "@xyo-network/sdk-js": "^6.0.4",
77
+ "@xyo-network/sdk-protocol-js": "~6.0.9",
78
78
  "ajv": "^8.20.0",
79
79
  "async-mutex": "^0.5.0",
80
80
  "bn.js": "^5.2.3",
@@ -89,11 +89,12 @@
89
89
  "md5": "~2.3.0",
90
90
  "mixpanel-browser": "~2.80.0",
91
91
  "observable-fns": "~0.6.1",
92
- "pako": "^2.1.0",
93
92
  "query-string": "~9.4.0",
94
93
  "react": "^19.2.7",
95
94
  "react-dom": "^19.2.7",
96
- "react-router-dom": "^7.16.0",
95
+ "react-is": "^19.2",
96
+ "react-router-dom": "^7.17.0",
97
+ "recharts": "^3.8",
97
98
  "spark-md5": "~3.0.2",
98
99
  "storybook": "^10.4.2",
99
100
  "typescript": "^6.0.3",
@@ -139,11 +140,12 @@
139
140
  "md5": "~2.3",
140
141
  "mixpanel-browser": "~2.80",
141
142
  "observable-fns": "~0.6",
142
- "pako": "^2.1",
143
143
  "query-string": "~9.4",
144
144
  "react": "^19.2",
145
145
  "react-dom": "^19.2",
146
+ "react-is": "^19.2",
146
147
  "react-router-dom": "^7.15",
148
+ "recharts": "^3.8",
147
149
  "spark-md5": "~3.0",
148
150
  "webextension-polyfill": "^0.12",
149
151
  "zod": "^4.4"