@xyo-network/react-form-group 7.5.12 → 7.6.0

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 +40 -43
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-form-group",
3
- "version": "7.5.12",
3
+ "version": "7.6.0",
4
4
  "description": "Common React library for all XYO projects that use React",
5
5
  "keywords": [
6
6
  "xyo",
@@ -41,63 +41,60 @@
41
41
  "README.md"
42
42
  ],
43
43
  "devDependencies": {
44
+ "@mui/material": "^7.3.10",
44
45
  "@opentelemetry/api": "^1.9.1",
45
- "@opentelemetry/sdk-trace-base": "^2.7.0",
46
+ "@opentelemetry/sdk-trace-base": "^2.7.1",
46
47
  "@scure/base": "~2.2.0",
47
- "@storybook/react-vite": "~10.3.5",
48
- "@types/node": "~25.6.0",
48
+ "@storybook/react-vite": "~10.3.6",
49
49
  "@types/react": "^19.2.14",
50
- "@xylabs/react-async-effect": "~7.1.20",
51
- "@xylabs/react-promise": "~7.1.20",
52
- "@xylabs/react-shared": "~7.1.20",
53
- "@xylabs/sdk-js": "^5.0.100",
54
- "@xylabs/toolchain": "~7.11.9",
55
- "@xylabs/tsconfig": "^7.11.9",
56
- "@xylabs/tsconfig-dom": "^7.11.9",
57
- "@xylabs/tsconfig-react": "~7.11.9",
58
- "@xyo-network/account-model": "^5.5.1",
59
- "@xyo-network/archivist-model": "^5.5.5",
60
- "@xyo-network/boundwitness-model": "^5.5.1",
61
- "@xyo-network/manifest-model": "~5.5.1",
62
- "@xyo-network/module-event-emitter": "~5.5.5",
63
- "@xyo-network/payload-model": "^5.5.1",
50
+ "@xylabs/react-shared": "~7.2.3",
51
+ "@xylabs/sdk-js": "^5.1.1",
52
+ "@xylabs/toolchain": "~7.13.4",
53
+ "@xylabs/tsconfig": "^7.13.4",
54
+ "@xylabs/tsconfig-dom": "^7.13.4",
55
+ "@xylabs/tsconfig-react": "~7.13.4",
56
+ "@xyo-network/account-model": "~5.6",
57
+ "@xyo-network/archivist-model": "^5.6.3",
58
+ "@xyo-network/boundwitness-model": "~5.6",
59
+ "@xyo-network/manifest-model": "~5.6",
60
+ "@xyo-network/module-event-emitter": "~5.6.3",
61
+ "@xyo-network/payload-model": "~5.6",
64
62
  "async-mutex": "^0.5.0",
65
- "axios": "^1.15.2",
66
63
  "bn.js": "^5.2.3",
67
64
  "buffer": "^6.0.3",
68
65
  "chalk": "^5.6.2",
69
- "esbuild": "~0.28.0",
70
- "eslint": "^10.2.1",
66
+ "eslint": "^10.3.0",
71
67
  "ethers": "^6.16.0",
72
68
  "pako": "^2.1.0",
73
69
  "react": "^19.2.5",
74
70
  "react-dom": "^19.2.5",
75
- "storybook": "^10.3.5",
71
+ "storybook": "^10.3.6",
76
72
  "typescript": "^5.9.3",
77
73
  "vite": "^8.0.10",
78
- "zod": "^4.3.6"
74
+ "zod": "^4.4.3"
79
75
  },
80
76
  "peerDependencies": {
81
- "@opentelemetry/api": "^1.9.1",
82
- "@opentelemetry/sdk-trace-base": "^2.7.0",
83
- "@xylabs/react-async-effect": "~7.1.20",
84
- "@xylabs/react-shared": "~7.1.20",
85
- "@xylabs/sdk-js": "^5.0.100",
86
- "@xyo-network/account-model": "^5.5.1",
87
- "@xyo-network/archivist-model": "^5.5.5",
88
- "@xyo-network/boundwitness-model": "^5.5.1",
89
- "@xyo-network/manifest-model": "~5.5.1",
90
- "@xyo-network/module-event-emitter": "~5.5.5",
91
- "@xyo-network/payload-model": "^5.5.1",
92
- "async-mutex": "^0.5.0",
93
- "bn.js": "^5.2.3",
94
- "buffer": "^6.0.3",
95
- "chalk": "^5.6.2",
96
- "ethers": "^6.16.0",
97
- "pako": "^2.1.0",
98
- "react": "^19.2.5",
99
- "react-dom": "^19.2.5",
100
- "zod": "^4.3.6"
77
+ "@mui/material": ">=7.3.10 <8",
78
+ "@opentelemetry/api": ">=1.9.1 <2",
79
+ "@opentelemetry/sdk-trace-base": ">=2.7.1 <3",
80
+ "@scure/base": ">=2.2.0 <2.3",
81
+ "@xylabs/react-shared": ">=7.2.3 <7.3",
82
+ "@xylabs/sdk-js": ">=5.1.1 <6",
83
+ "@xyo-network/account-model": ">=5.6.0 <5.7",
84
+ "@xyo-network/archivist-model": ">=5.6.3 <6",
85
+ "@xyo-network/boundwitness-model": ">=5.6.0 <5.7",
86
+ "@xyo-network/manifest-model": ">=5.6.0 <5.7",
87
+ "@xyo-network/module-event-emitter": ">=5.6.3 <5.7",
88
+ "@xyo-network/payload-model": ">=5.6.0 <5.7",
89
+ "async-mutex": ">=0.5.0 <1",
90
+ "bn.js": ">=5.2.3 <6",
91
+ "buffer": ">=6.0.3 <7",
92
+ "chalk": ">=5.6.2 <6",
93
+ "ethers": ">=6.16.0 <7",
94
+ "pako": ">=2.1.0 <3",
95
+ "react": ">=19.2.5 <20",
96
+ "react-dom": ">=19.2.5 <20",
97
+ "zod": ">=4.4.3 <5"
101
98
  },
102
99
  "publishConfig": {
103
100
  "access": "public"