@xyo-network/react-form 9.0.2 → 9.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 +12 -22
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-form",
3
- "version": "9.0.2",
3
+ "version": "9.0.4",
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-form-credit-card": "~9.0.2",
45
- "@xyo-network/react-form-group": "~9.0.2"
44
+ "@xyo-network/react-form-group": "~9.0.4",
45
+ "@xyo-network/react-form-credit-card": "~9.0.4"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@bitauth/libauth": "~3.0.0",
@@ -55,7 +55,7 @@
55
55
  "@react-spring/web": "~10.1.0",
56
56
  "@scure/base": "~2.2.0",
57
57
  "@scure/bip39": "~2.2.0",
58
- "@storybook/react-vite": "~10.4.1",
58
+ "@storybook/react-vite": "~10.4.2",
59
59
  "@types/react": "^19.2.16",
60
60
  "@xylabs/geo": "^6.0.7",
61
61
  "@xylabs/pixel": "~6.0.7",
@@ -69,17 +69,12 @@
69
69
  "@xylabs/react-theme": "~9.0.2",
70
70
  "@xylabs/sdk-js": "^6.0.7",
71
71
  "@xylabs/threads": "^6.0.7",
72
- "@xylabs/toolchain": "~8.1.12",
73
- "@xylabs/tsconfig": "^8.1.12",
74
- "@xylabs/tsconfig-dom": "^8.1.12",
75
- "@xylabs/tsconfig-react": "~8.1.12",
76
- "@xyo-network/archivist-model": "^6.0.2",
72
+ "@xylabs/toolchain": "~8.1.15",
73
+ "@xylabs/tsconfig": "^8.1.15",
74
+ "@xylabs/tsconfig-dom": "^8.1.15",
75
+ "@xylabs/tsconfig-react": "~8.1.15",
77
76
  "@xyo-network/archivist-storage": "~6.0.2",
78
- "@xyo-network/boundwitness-model": "^6.0.7",
79
- "@xyo-network/boundwitness-validator": "^6.0.7",
80
- "@xyo-network/module-event-emitter": "~6.0.2",
81
- "@xyo-network/payload-builder": "^6.0.7",
82
- "@xyo-network/payload-model": "^6.0.7",
77
+ "@xyo-network/sdk-js": "^6.0.2",
83
78
  "@xyo-network/sdk-protocol-js": "~6.0.7",
84
79
  "ajv": "^8.20.0",
85
80
  "async-mutex": "^0.5.0",
@@ -102,12 +97,12 @@
102
97
  "react-router-dom": "^7.16.0",
103
98
  "spark-md5": "~3.0.2",
104
99
  "store2": "~2.14.4",
105
- "storybook": "^10.4.1",
100
+ "storybook": "^10.4.2",
106
101
  "typescript": "^6.0.3",
107
102
  "vite": "^8.0.16",
108
103
  "webextension-polyfill": "^0.12.0",
109
104
  "zod": "^4.4.3",
110
- "@xyo-network/react-shared": "~9.0.2"
105
+ "@xyo-network/react-shared": "~9.0.4"
111
106
  },
112
107
  "peerDependencies": {
113
108
  "@bitauth/libauth": "~3.0",
@@ -132,13 +127,8 @@
132
127
  "@xylabs/react-theme": "~9.0",
133
128
  "@xylabs/sdk-js": "^6.0",
134
129
  "@xylabs/threads": "^6.0",
135
- "@xyo-network/archivist-model": "^6.0",
136
130
  "@xyo-network/archivist-storage": "~6.0",
137
- "@xyo-network/boundwitness-model": "^6.0",
138
- "@xyo-network/boundwitness-validator": "^6.0",
139
- "@xyo-network/module-event-emitter": "~6.0",
140
- "@xyo-network/payload-builder": "^6.0",
141
- "@xyo-network/payload-model": "^6.0",
131
+ "@xyo-network/sdk-js": "^6.0",
142
132
  "@xyo-network/sdk-protocol-js": "~6.0",
143
133
  "ajv": "^8.20",
144
134
  "async-mutex": "^0.5",