@xyo-network/react-form 10.0.0 → 10.0.3

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 +44 -48
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-form",
3
- "version": "10.0.0",
3
+ "version": "10.0.3",
4
4
  "description": "Common React library for all XYO projects that use React",
5
5
  "keywords": [
6
6
  "xyo",
@@ -41,52 +41,51 @@
41
41
  "README.md"
42
42
  ],
43
43
  "dependencies": {
44
- "@xyo-network/react-form-group": "~10.0.0",
45
- "@xyo-network/react-form-credit-card": "~10.0.0"
44
+ "@xyo-network/react-form-credit-card": "~10.0.3",
45
+ "@xyo-network/react-form-group": "~10.0.3"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@bitauth/libauth": "~3.0.0",
49
- "@metamask/providers": "^22.1.1",
50
49
  "@mui/icons-material": "^9.1.1",
51
50
  "@mui/material": "^9.1.2",
52
51
  "@noble/post-quantum": "~0.6.1",
53
52
  "@opentelemetry/api": "^1.9.1",
54
53
  "@opentelemetry/sdk-trace-base": "^2.8.0",
55
- "@react-spring/web": "~10.1.1",
54
+ "@react-spring/web": "~10.1.2",
56
55
  "@scure/base": "~2.2.0",
57
56
  "@scure/bip39": "~2.2.0",
58
57
  "@storybook/react-vite": "~10.4.6",
59
58
  "@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.0",
77
- "@xyo-network/sdk-js": "^7.0.0",
78
- "@xyo-network/sdk-protocol-js": "^7.0.0",
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",
79
78
  "ajv": "^8.20.0",
80
79
  "async-mutex": "^0.5.0",
81
80
  "card-validator": "~10.0.4",
82
- "debug": "~4.4.3",
83
- "eslint": "^10.5.0",
81
+ "debug": "^4.4.3",
82
+ "eslint": "^10.6.0",
84
83
  "ethers": "^6.17.0",
85
84
  "hash-wasm": "~4.12.0",
86
85
  "idb": "^8.0.3",
87
86
  "lru-cache": "^11.5.1",
88
- "observable-fns": "~0.6.1",
89
- "query-string": "~9.4.0",
87
+ "observable-fns": "^0.6.1",
88
+ "query-string": "~9.4.1",
90
89
  "react": "^19.2.7",
91
90
  "react-dom": "^19.2.7",
92
91
  "react-router-dom": "^7.18.0",
@@ -94,13 +93,11 @@
94
93
  "storybook": "^10.4.6",
95
94
  "typescript": "^6.0.3",
96
95
  "vite": "^8.1.0",
97
- "webextension-polyfill": "^0.12.0",
98
96
  "zod": "^4.4.3",
99
- "@xyo-network/react-shared": "~10.0.0"
97
+ "@xyo-network/react-shared": "~10.0.3"
100
98
  },
101
99
  "peerDependencies": {
102
100
  "@bitauth/libauth": "~3.0",
103
- "@metamask/providers": "^22.1",
104
101
  "@mui/icons-material": "^9.0",
105
102
  "@mui/material": "^9.0",
106
103
  "@noble/post-quantum": "~0.6.1",
@@ -109,25 +106,25 @@
109
106
  "@react-spring/web": "~10.1",
110
107
  "@scure/base": "~2.2",
111
108
  "@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",
124
- "@xyo-network/archivist-storage": "^6.1",
125
- "@xyo-network/sdk-js": "^6.0",
126
- "@xyo-network/sdk-protocol-js": "^6.1",
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",
127
124
  "ajv": "^8.20",
128
125
  "async-mutex": "^0.5",
129
126
  "card-validator": "~10.0",
130
- "debug": "~4.4",
127
+ "debug": "^4.4",
131
128
  "ethers": "^6.16",
132
129
  "hash-wasm": "~4.12",
133
130
  "idb": "^8.0",
@@ -138,7 +135,6 @@
138
135
  "react-dom": "^19.2",
139
136
  "react-router-dom": "^7.15",
140
137
  "store2": "~2.14",
141
- "webextension-polyfill": "^0.12",
142
138
  "zod": "^4.4"
143
139
  },
144
140
  "publishConfig": {