@xyo-network/react-form 10.0.2 → 10.0.4

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 +47 -58
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-form",
3
- "version": "10.0.2",
3
+ "version": "10.0.4",
4
4
  "description": "Common React library for all XYO projects that use React",
5
5
  "keywords": [
6
6
  "xyo",
@@ -41,105 +41,94 @@
41
41
  "README.md"
42
42
  ],
43
43
  "dependencies": {
44
- "@xyo-network/react-form-credit-card": "~10.0.2",
45
- "@xyo-network/react-form-group": "~10.0.2"
44
+ "@xyo-network/react-form-credit-card": "~10.0.4",
45
+ "@xyo-network/react-form-group": "~10.0.4"
46
46
  },
47
47
  "devDependencies": {
48
+ "@ariestools/sdk": "^7.0.5",
49
+ "@ariestools/sdk-react": "^10.0.2",
48
50
  "@bitauth/libauth": "~3.0.0",
49
- "@metamask/providers": "^22.1.1",
50
- "@mui/icons-material": "^9.1.1",
51
- "@mui/material": "^9.1.2",
51
+ "@mui/icons-material": "^9.2.0",
52
+ "@mui/material": "^9.2.0",
52
53
  "@noble/post-quantum": "~0.6.1",
53
54
  "@opentelemetry/api": "^1.9.1",
54
- "@opentelemetry/sdk-trace-base": "^2.8.0",
55
- "@react-spring/web": "~10.1.1",
55
+ "@opentelemetry/sdk-trace-base": "^2.9.0",
56
+ "@react-spring/web": "^10.1.2",
56
57
  "@scure/base": "~2.2.0",
57
58
  "@scure/bip39": "~2.2.0",
58
- "@storybook/react-vite": "~10.4.6",
59
- "@types/react": "^19.2.17",
60
- "@xylabs/geo": "^6.1.4",
61
- "@xylabs/pixel": "^6.1.4",
62
- "@xylabs/react-button": "^9.1.2",
63
- "@xylabs/react-error": "^9.1.2",
64
- "@xylabs/react-flexbox": "^9.1.2",
65
- "@xylabs/react-hooks": "^9.1.2",
66
- "@xylabs/react-link": "^9.1.2",
67
- "@xylabs/react-promise": "^9.1.2",
68
- "@xylabs/react-shared": "^9.1.2",
69
- "@xylabs/react-theme": "^9.1.2",
70
- "@xylabs/sdk-js": "^6.1.4",
71
- "@xylabs/threads": "^6.1.4",
72
- "@xylabs/toolchain": "~8.3.0",
73
- "@xylabs/tsconfig": "^8.3.0",
74
- "@xylabs/tsconfig-dom": "^8.3.0",
75
- "@xylabs/tsconfig-react": "~8.3.0",
76
- "@xyo-network/archivist-storage": "~7.0",
77
- "@xyo-network/sdk-js": "~7.0",
78
- "@xyo-network/sdk-protocol-js": "~7.0",
59
+ "@xylabs/eth-address": "^7.0.5",
60
+ "@xylabs/geo": "^7.0.5",
61
+ "@xylabs/pixel": "^7.0.5",
62
+ "@xylabs/threads": "^7.0.5",
63
+ "@xylabs/toolchain": "~8.5.15",
64
+ "@xylabs/tsconfig": "^8.5.15",
65
+ "@xylabs/tsconfig-dom": "^8.5.15",
66
+ "@xylabs/tsconfig-react": "~8.5.15",
67
+ "@xyo-network/archivist-storage": "^7.0.7",
68
+ "@xyo-network/sdk": "^7.0.7",
69
+ "@xyo-network/sdk-protocol": "^7.0.12",
79
70
  "ajv": "^8.20.0",
80
71
  "async-mutex": "^0.5.0",
81
72
  "card-validator": "~10.0.4",
82
- "debug": "~4.4.3",
83
- "eslint": "^10.5.0",
73
+ "clsx": "^2.1.1",
74
+ "debug": "^4.4.3",
75
+ "eslint": "^10.6.0",
84
76
  "ethers": "^6.17.0",
85
77
  "hash-wasm": "~4.12.0",
86
78
  "idb": "^8.0.3",
87
79
  "lru-cache": "^11.5.1",
88
- "observable-fns": "~0.6.1",
89
- "query-string": "~9.4.0",
80
+ "md5": "^2.3.0",
81
+ "numeral": "^2.0.6",
82
+ "observable-fns": "^0.6.1",
83
+ "query-string": "^9.4.1",
90
84
  "react": "^19.2.7",
91
85
  "react-dom": "^19.2.7",
92
- "react-router-dom": "^7.18.0",
86
+ "react-router-dom": "^7.18.1",
93
87
  "store2": "~2.14.4",
94
- "storybook": "^10.4.6",
95
88
  "typescript": "^6.0.3",
96
- "vite": "^8.1.0",
97
- "webextension-polyfill": "^0.12.0",
89
+ "viem": "^2.54.2",
98
90
  "zod": "^4.4.3",
99
- "@xyo-network/react-shared": "~10.0.2"
91
+ "zustand": "^5.0.14"
100
92
  },
101
93
  "peerDependencies": {
94
+ "@ariestools/sdk": "^7.0",
95
+ "@ariestools/sdk-react": "^10.0",
102
96
  "@bitauth/libauth": "~3.0",
103
- "@metamask/providers": "^22.1",
104
97
  "@mui/icons-material": "^9.0",
105
98
  "@mui/material": "^9.0",
106
99
  "@noble/post-quantum": "~0.6.1",
107
100
  "@opentelemetry/api": "^1.9",
108
101
  "@opentelemetry/sdk-trace-base": "^2.7",
109
- "@react-spring/web": "~10.1",
102
+ "@react-spring/web": "^10.1",
110
103
  "@scure/base": "~2.2",
111
104
  "@scure/bip39": "~2.2",
112
- "@xylabs/geo": "^6.0",
113
- "@xylabs/pixel": "^6.1",
114
- "@xylabs/react-button": "^9.1",
115
- "@xylabs/react-error": "^9.1",
116
- "@xylabs/react-flexbox": "^9.1",
117
- "@xylabs/react-hooks": "^9.1",
118
- "@xylabs/react-link": "^9.1",
119
- "@xylabs/react-promise": "^9.1",
120
- "@xylabs/react-shared": "^9.1",
121
- "@xylabs/react-theme": "^9.1",
122
- "@xylabs/sdk-js": "^6.0",
123
- "@xylabs/threads": "^6.0",
105
+ "@xylabs/eth-address": "^7.0",
106
+ "@xylabs/geo": "^7.0",
107
+ "@xylabs/pixel": "^7.0",
108
+ "@xylabs/threads": "^7.0",
124
109
  "@xyo-network/archivist-storage": "^7.0",
125
- "@xyo-network/sdk-js": "^7.0",
126
- "@xyo-network/sdk-protocol-js": "^7.0",
110
+ "@xyo-network/sdk": "*",
111
+ "@xyo-network/sdk-protocol": "^7.0",
127
112
  "ajv": "^8.20",
128
113
  "async-mutex": "^0.5",
129
114
  "card-validator": "~10.0",
130
- "debug": "~4.4",
115
+ "clsx": "^2.1",
116
+ "debug": "^4.4",
131
117
  "ethers": "^6.16",
132
118
  "hash-wasm": "~4.12",
133
119
  "idb": "^8.0",
134
120
  "lru-cache": "^11.3",
121
+ "md5": "^2.3",
122
+ "numeral": "^2.0",
135
123
  "observable-fns": "~0.6",
136
- "query-string": "~9.4",
124
+ "query-string": "^9.4",
137
125
  "react": "^19.2",
138
126
  "react-dom": "^19.2",
139
127
  "react-router-dom": "^7.15",
140
128
  "store2": "~2.14",
141
- "webextension-polyfill": "^0.12",
142
- "zod": "^4.4"
129
+ "viem": "^2.48",
130
+ "zod": "^4.4",
131
+ "zustand": "^5.0"
143
132
  },
144
133
  "publishConfig": {
145
134
  "access": "public"