@xyo-network/react-ethereum-gas-price-etherchain-plugins 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.
Files changed (1) hide show
  1. package/package.json +39 -59
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-ethereum-gas-price-etherchain-plugins",
3
- "version": "9.0.2",
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-ethereum-gas-price-etherchain-v2-plugin": "~9.0.2",
45
- "@xyo-network/react-payload-plugin": "~9.0.2"
44
+ "@xyo-network/react-ethereum-gas-price-etherchain-v2-plugin": "~9.0.5",
45
+ "@xyo-network/react-payload-plugin": "~9.0.5"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@bitauth/libauth": "~3.0.0",
@@ -57,45 +57,34 @@
57
57
  "@react-spring/web": "~10.1.0",
58
58
  "@scure/base": "~2.2.0",
59
59
  "@scure/bip39": "~2.2.0",
60
- "@storybook/react-vite": "~10.4.1",
60
+ "@storybook/react-vite": "~10.4.2",
61
61
  "@types/react": "^19.2.16",
62
- "@xylabs/geo": "^6.0.7",
63
- "@xylabs/pixel": "~6.0.7",
64
- "@xylabs/react-async-effect": "~9.0.2",
65
- "@xylabs/react-button": "~9.0.2",
66
- "@xylabs/react-flexbox": "~9.0.2",
67
- "@xylabs/react-hooks": "~9.0.2",
68
- "@xylabs/react-identicon": "~9.0.2",
69
- "@xylabs/react-link": "~9.0.2",
70
- "@xylabs/react-promise": "~9.0.2",
71
- "@xylabs/react-quick-tip-button": "~9.0.2",
72
- "@xylabs/react-select": "~9.0.2",
73
- "@xylabs/react-shared": "~9.0.2",
74
- "@xylabs/react-theme": "~9.0.2",
75
- "@xylabs/sdk-js": "^6.0.7",
76
- "@xylabs/sdk-react": "~9.0.2",
77
- "@xylabs/threads": "^6.0.7",
78
- "@xylabs/toolchain": "~8.1.12",
79
- "@xylabs/tsconfig": "^8.1.12",
80
- "@xylabs/tsconfig-dom": "^8.1.12",
81
- "@xylabs/tsconfig-react": "~8.1.12",
82
- "@xyo-network/boundwitness-model": "^6.0.7",
83
- "@xyo-network/boundwitness-validator": "^6.0.7",
84
- "@xyo-network/diviner-model": "^6.0.2",
85
- "@xyo-network/diviner-schema-list": "~6.0.2",
86
- "@xyo-network/diviner-schema-stats": "~6.0.2",
87
- "@xyo-network/etherchain-ethereum-gas-v2-payload-plugin": "~6.0.2",
88
- "@xyo-network/module-model": "^6.0.2",
62
+ "@xylabs/geo": "^6.0.8",
63
+ "@xylabs/pixel": "~6.0.8",
64
+ "@xylabs/react-async-effect": "~9.0.3",
65
+ "@xylabs/react-button": "~9.0.3",
66
+ "@xylabs/react-flexbox": "~9.0.3",
67
+ "@xylabs/react-hooks": "~9.0.3",
68
+ "@xylabs/react-identicon": "~9.0.3",
69
+ "@xylabs/react-link": "~9.0.3",
70
+ "@xylabs/react-promise": "~9.0.3",
71
+ "@xylabs/react-quick-tip-button": "~9.0.3",
72
+ "@xylabs/react-select": "~9.0.3",
73
+ "@xylabs/react-shared": "~9.0.3",
74
+ "@xylabs/react-theme": "~9.0.3",
75
+ "@xylabs/sdk-js": "^6.0.8",
76
+ "@xylabs/sdk-react": "~9.0.3",
77
+ "@xylabs/threads": "^6.0.8",
78
+ "@xylabs/toolchain": "~8.1.16",
79
+ "@xylabs/tsconfig": "^8.1.16",
80
+ "@xylabs/tsconfig-dom": "^8.1.16",
81
+ "@xylabs/tsconfig-react": "~8.1.16",
82
+ "@xyo-network/diviner-schema-list": "~6.0.4",
83
+ "@xyo-network/diviner-schema-stats": "~6.0.4",
84
+ "@xyo-network/etherchain-ethereum-gas-v2-payload-plugin": "~6.0.3",
89
85
  "@xyo-network/node-core-types": "~4.2.2",
90
- "@xyo-network/node-memory": "~6.0.2",
91
- "@xyo-network/node-model": "^6.0.2",
92
- "@xyo-network/payload-builder": "^6.0.7",
93
- "@xyo-network/payload-model": "^6.0.7",
94
- "@xyo-network/payload-validator": "^6.0.7",
95
- "@xyo-network/schema-cache": "~6.0.7",
96
- "@xyo-network/schema-payload-plugin": "~6.0.7",
97
- "@xyo-network/sdk-js": "^6.0.2",
98
- "@xyo-network/sdk-protocol-js": "~6.0.7",
86
+ "@xyo-network/sdk-js": "^6.0.4",
87
+ "@xyo-network/sdk-protocol-js": "~6.0.9",
99
88
  "@xyo-network/typeof": "~5.3.30",
100
89
  "ajv": "^8.20.0",
101
90
  "async-mutex": "^0.5.0",
@@ -113,22 +102,23 @@
113
102
  "mixpanel-browser": "~2.80.0",
114
103
  "numeral": "~2.0.6",
115
104
  "observable-fns": "~0.6.1",
116
- "pako": "^2.1.0",
117
105
  "query-string": "~9.4.0",
118
106
  "react": "^19.2.7",
119
107
  "react-dom": "^19.2.7",
120
- "react-router-dom": "^7.16.0",
108
+ "react-is": "^19.2",
109
+ "react-router-dom": "^7.17.0",
110
+ "recharts": "^3.8",
121
111
  "spark-md5": "~3.0.2",
122
- "storybook": "^10.4.1",
112
+ "storybook": "^10.4.2",
123
113
  "typescript": "^6.0.3",
124
- "viem": "^2.52.0",
114
+ "viem": "^2.52.2",
125
115
  "vite": "^8.0.16",
126
116
  "webextension-polyfill": "^0.12.0",
127
117
  "zod": "^4.4.3",
128
118
  "zustand": "~5.0.14",
129
- "@xyo-network/react-shared": "~9.0.2",
130
- "@xyo-network/react-gas-price": "~9.0.2",
131
- "@xyo-network/react-storybook": "~9.0.2"
119
+ "@xyo-network/react-gas-price": "~9.0.5",
120
+ "@xyo-network/react-shared": "~9.0.5",
121
+ "@xyo-network/react-storybook": "~9.0.5"
132
122
  },
133
123
  "peerDependencies": {
134
124
  "@bitauth/libauth": "~3.0",
@@ -159,21 +149,10 @@
159
149
  "@xylabs/sdk-js": "^6.0",
160
150
  "@xylabs/sdk-react": "~9.0",
161
151
  "@xylabs/threads": "^6.0",
162
- "@xyo-network/boundwitness-model": "^6.0",
163
- "@xyo-network/boundwitness-validator": "^6.0",
164
- "@xyo-network/diviner-model": "^6.0",
165
152
  "@xyo-network/diviner-schema-list": "~6.0",
166
153
  "@xyo-network/diviner-schema-stats": "~6.0",
167
154
  "@xyo-network/etherchain-ethereum-gas-v2-payload-plugin": "~6.0",
168
- "@xyo-network/module-model": "^6.0",
169
155
  "@xyo-network/node-core-types": "~4.2",
170
- "@xyo-network/node-memory": "~6.0",
171
- "@xyo-network/node-model": "^6.0",
172
- "@xyo-network/payload-builder": "^6.0",
173
- "@xyo-network/payload-model": "^6.0",
174
- "@xyo-network/payload-validator": "^6.0",
175
- "@xyo-network/schema-cache": "~6.0",
176
- "@xyo-network/schema-payload-plugin": "~6.0",
177
156
  "@xyo-network/sdk-js": "^6.0",
178
157
  "@xyo-network/sdk-protocol-js": "~6.0",
179
158
  "@xyo-network/typeof": "~5.3",
@@ -192,11 +171,12 @@
192
171
  "mixpanel-browser": "~2.80",
193
172
  "numeral": "~2.0",
194
173
  "observable-fns": "~0.6",
195
- "pako": "^2.1",
196
174
  "query-string": "~9.4",
197
175
  "react": "^19.2",
198
176
  "react-dom": "^19.2",
177
+ "react-is": "^19.2",
199
178
  "react-router-dom": "^7.15",
179
+ "recharts": "^3.8",
200
180
  "spark-md5": "~3.0",
201
181
  "viem": "^2.48",
202
182
  "webextension-polyfill": "^0.12",