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