@xyo-network/react-ethereum-gas-price-etherchain-plugins 10.0.3 → 10.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 +84 -108
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-ethereum-gas-price-etherchain-plugins",
3
- "version": "10.0.3",
3
+ "version": "10.0.5",
4
4
  "description": "Common React library for all XYO projects that use React",
5
5
  "keywords": [
6
6
  "xyo",
@@ -41,132 +41,108 @@
41
41
  "README.md"
42
42
  ],
43
43
  "dependencies": {
44
- "@xyo-network/react-payload-plugin": "~10.0.3",
45
- "@xyo-network/react-ethereum-gas-price-etherchain-v2-plugin": "~10.0.3"
44
+ "@xyo-network/react-ethereum-gas-price-etherchain-v2-plugin": "~10.0.5",
45
+ "@xyo-network/react-payload-plugin": "~10.0.5"
46
46
  },
47
47
  "devDependencies": {
48
+ "@ariestools/eth-address": "~8.0.2",
49
+ "@ariestools/pixel": "~8.0.2",
50
+ "@ariestools/sdk": "~8.0.2",
51
+ "@ariestools/sdk-react": "~11.0.0",
52
+ "@ariestools/threads": "~8.0.2",
48
53
  "@bitauth/libauth": "~3.0.0",
49
- "@mui/icons-material": "^9.1.1",
50
- "@mui/material": "^9.1.2",
51
- "@mui/system": "^9.1.2",
52
- "@mui/x-tree-view": "~9.7.0",
54
+ "@metamask/providers": "~22.1.1",
55
+ "@mui/icons-material": "~9.2.0",
56
+ "@mui/material": "~9.2.0",
57
+ "@mui/system": "~9.2.0",
58
+ "@mui/x-tree-view": "~9.8.0",
53
59
  "@noble/post-quantum": "~0.6.1",
54
- "@opentelemetry/api": "^1.9.1",
55
- "@opentelemetry/sdk-trace-base": "^2.8.0",
60
+ "@opentelemetry/api": "~1.9.1",
61
+ "@opentelemetry/sdk-trace-base": "~2.9.0",
56
62
  "@react-spring/web": "~10.1.2",
57
63
  "@scure/base": "~2.2.0",
58
64
  "@scure/bip39": "~2.2.0",
59
- "@storybook/react-vite": "~10.4.6",
60
- "@types/react": "^19.2.17",
61
- "@xylabs/eth-address": "^7.0.1",
62
- "@xylabs/geo": "^7.0.1",
63
- "@xylabs/pixel": "^7.0.1",
64
- "@xylabs/react-async-effect": "~10.0",
65
- "@xylabs/react-button": "~10.0",
66
- "@xylabs/react-flexbox": "~10.0",
67
- "@xylabs/react-hooks": "~10.0",
68
- "@xylabs/react-identicon": "~10.0",
69
- "@xylabs/react-link": "~10.0",
70
- "@xylabs/react-promise": "~10.0",
71
- "@xylabs/react-quick-tip-button": "~10.0",
72
- "@xylabs/react-select": "~10.0",
73
- "@xylabs/react-shared": "~10.0",
74
- "@xylabs/react-theme": "~10.0",
75
- "@xylabs/sdk": "^7.0.1",
76
- "@xylabs/sdk-react": "~10.0",
77
- "@xylabs/threads": "^7.0.1",
78
- "@xylabs/toolchain": "~8.5.3",
79
- "@xylabs/tsconfig": "^8.5.3",
80
- "@xylabs/tsconfig-dom": "^8.5.3",
81
- "@xylabs/tsconfig-react": "~8.5.3",
82
- "@xyo-network/diviner-schema-list": "^7.0.3",
83
- "@xyo-network/diviner-schema-stats": "^7.0.3",
84
- "@xyo-network/etherchain-ethereum-gas-v2-payload-plugin": "^7.0.1",
65
+ "@types/react": "~19.2.17",
66
+ "@xylabs/toolchain": "~8.6.6",
67
+ "@xylabs/tsconfig": "~8.6.6",
68
+ "@xylabs/tsconfig-dom": "~8.6.6",
69
+ "@xylabs/tsconfig-react": "~8.6.6",
70
+ "@xyo-network/diviner-schema-list": "~7.0.9",
71
+ "@xyo-network/diviner-schema-stats": "~7.0.9",
72
+ "@xyo-network/etherchain-ethereum-gas-v2-payload-plugin": "~7.0.3",
85
73
  "@xyo-network/node-core-types": "~4.2.2",
86
- "@xyo-network/sdk": "^7.0.3",
87
- "@xyo-network/sdk-protocol": "^7.0.4",
74
+ "@xyo-network/sdk": "~7.0.9",
75
+ "@xyo-network/sdk-protocol": "~7.0.14",
88
76
  "@xyo-network/typeof": "~5.3.30",
77
+ "ajv": "~8.20.0",
78
+ "async-mutex": "~0.5.0",
79
+ "clsx": "~2.1.1",
80
+ "debug": "~4.4.3",
81
+ "eslint": "~10.6.0",
82
+ "ethers": "~6.17.0",
83
+ "hash-wasm": "~4.12.0",
84
+ "idb": "~8.0.3",
85
+ "lru-cache": "~11.5.1",
86
+ "md5": "~2.3.0",
87
+ "numeral": "~2.0.6",
88
+ "observable-fns": "~0.6.1",
89
+ "query-string": "~9.4.1",
90
+ "react": "~19.2.7",
91
+ "react-dom": "~19.2.7",
92
+ "react-router-dom": "~7.18.1",
93
+ "rollbar": "~3.1.0",
94
+ "typescript": "~6.0.3",
95
+ "viem": "~2.54.3",
96
+ "webextension-polyfill": "~0.12.0",
97
+ "zod": "~4.4.3",
98
+ "zustand": "~5.0.14"
99
+ },
100
+ "peerDependencies": {
101
+ "@ariestools/eth-address": "^8.0.2",
102
+ "@ariestools/pixel": "^8.0.2",
103
+ "@ariestools/sdk": "^8.0.2",
104
+ "@ariestools/sdk-react": "^11.0.0",
105
+ "@ariestools/threads": "^8.0.2",
106
+ "@bitauth/libauth": "^3.0.0",
107
+ "@metamask/providers": "^22.1.1",
108
+ "@mui/icons-material": "^9.2.0",
109
+ "@mui/material": "^9.2.0",
110
+ "@mui/system": "^9.2.0",
111
+ "@mui/x-tree-view": "^9.8.0",
112
+ "@noble/post-quantum": "^0.6.1",
113
+ "@opentelemetry/api": "^1.9.1",
114
+ "@opentelemetry/sdk-trace-base": "^2.9.0",
115
+ "@react-spring/web": "^10.1.2",
116
+ "@scure/base": "^2.2.0",
117
+ "@scure/bip39": "^2.2.0",
118
+ "@types/react": "^19.2.17",
119
+ "@xyo-network/diviner-schema-list": "^7.0.9",
120
+ "@xyo-network/diviner-schema-stats": "^7.0.9",
121
+ "@xyo-network/etherchain-ethereum-gas-v2-payload-plugin": "^7.0.2",
122
+ "@xyo-network/node-core-types": "^4.2.2",
123
+ "@xyo-network/sdk": "^7.0.9",
124
+ "@xyo-network/sdk-protocol": "^7.0.14",
125
+ "@xyo-network/typeof": "^5.3.30",
89
126
  "ajv": "^8.20.0",
90
127
  "async-mutex": "^0.5.0",
91
- "clsx": "~2.1.1",
128
+ "clsx": "^2.1.1",
92
129
  "debug": "^4.4.3",
93
- "eslint": "^10.6.0",
94
130
  "ethers": "^6.17.0",
95
- "hash-wasm": "~4.12.0",
131
+ "hash-wasm": "^4.12.0",
96
132
  "idb": "^8.0.3",
97
133
  "lru-cache": "^11.5.1",
98
- "md5": "~2.3.0",
99
- "numeral": "~2.0.6",
134
+ "md5": "^2.3.0",
135
+ "numeral": "^2.0.6",
100
136
  "observable-fns": "^0.6.1",
101
- "query-string": "~9.4.1",
137
+ "query-string": "^9.4.1",
102
138
  "react": "^19.2.7",
103
139
  "react-dom": "^19.2.7",
104
- "react-router-dom": "^7.18.0",
105
- "storybook": "^10.4.6",
106
- "typescript": "^6.0.3",
107
- "viem": "^2.53.1",
108
- "vite": "^8.1.0",
140
+ "react-router-dom": "^7.18.1",
141
+ "rollbar": "^3.1.0",
142
+ "viem": "^2.54.3",
143
+ "webextension-polyfill": "^0.12.0",
109
144
  "zod": "^4.4.3",
110
- "zustand": "~5.0.14",
111
- "@xyo-network/react-gas-price": "~10.0.3",
112
- "@xyo-network/react-shared": "~10.0.3",
113
- "@xyo-network/react-storybook": "~10.0.3"
114
- },
115
- "peerDependencies": {
116
- "@bitauth/libauth": "~3.0",
117
- "@mui/icons-material": "^9.0",
118
- "@mui/material": "^9.0",
119
- "@mui/system": "^9.0",
120
- "@mui/x-tree-view": "~9.7",
121
- "@noble/post-quantum": "~0.6.1",
122
- "@opentelemetry/api": "^1.9",
123
- "@opentelemetry/sdk-trace-base": "^2.7",
124
- "@react-spring/web": "~10.1",
125
- "@scure/base": "~2.2",
126
- "@scure/bip39": "~2.2",
127
- "@types/react": "^19.2",
128
- "@xylabs/eth-address": "^7.0",
129
- "@xylabs/geo": "^7.0",
130
- "@xylabs/pixel": "^7.0",
131
- "@xylabs/react-async-effect": "^10.0",
132
- "@xylabs/react-button": "^10.0",
133
- "@xylabs/react-flexbox": "^10.0",
134
- "@xylabs/react-hooks": "^10.0",
135
- "@xylabs/react-identicon": "^10.0",
136
- "@xylabs/react-link": "^10.0",
137
- "@xylabs/react-promise": "^10.0",
138
- "@xylabs/react-quick-tip-button": "^10.0",
139
- "@xylabs/react-select": "^10.0",
140
- "@xylabs/react-shared": "^10.0",
141
- "@xylabs/react-theme": "^10.0",
142
- "@xylabs/sdk": "^7.0",
143
- "@xylabs/sdk-react": "^10.0",
144
- "@xylabs/threads": "^7.0",
145
- "@xyo-network/diviner-schema-list": "^7.0",
146
- "@xyo-network/diviner-schema-stats": "^7.0",
147
- "@xyo-network/etherchain-ethereum-gas-v2-payload-plugin": "^7.0",
148
- "@xyo-network/node-core-types": "~4.2",
149
- "@xyo-network/sdk": "*",
150
- "@xyo-network/sdk-protocol": "^7.0",
151
- "@xyo-network/typeof": "~5.3",
152
- "ajv": "^8.20",
153
- "async-mutex": "^0.5",
154
- "clsx": "~2.1",
155
- "debug": "^4.4",
156
- "ethers": "^6.16",
157
- "hash-wasm": "~4.12",
158
- "idb": "^8.0",
159
- "lru-cache": "^11.3",
160
- "md5": "~2.3",
161
- "numeral": "~2.0",
162
- "observable-fns": "~0.6",
163
- "query-string": "~9.4",
164
- "react": "^19.2",
165
- "react-dom": "^19.2",
166
- "react-router-dom": "^7.15",
167
- "viem": "^2.48",
168
- "zod": "^4.4",
169
- "zustand": "~5.0"
145
+ "zustand": "^5.0.14"
170
146
  },
171
147
  "publishConfig": {
172
148
  "access": "public"