@xyo-network/react-schema 5.0.7 → 5.1.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 +39 -41
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-schema",
3
- "version": "5.0.7",
3
+ "version": "5.1.0",
4
4
  "description": "Common React library for all XYO projects that use React",
5
5
  "keywords": [
6
6
  "xyo",
@@ -39,56 +39,54 @@
39
39
  "module": "dist/browser/index.mjs",
40
40
  "types": "dist/types/index.d.ts",
41
41
  "dependencies": {
42
- "@xylabs/exists": "^4.7.2",
43
- "@xylabs/hex": "^4.7.2",
44
- "@xylabs/react-async-effect": "^6.0.8",
45
- "@xylabs/react-flexbox": "^6.0.8",
46
- "@xylabs/react-link": "^6.0.8",
47
- "@xylabs/react-promise": "^6.0.8",
48
- "@xylabs/react-select": "^6.0.8",
49
- "@xyo-network/diviner-schema-list-model": "^3.10.0",
50
- "@xyo-network/diviner-schema-stats-model": "^3.10.0",
51
- "@xyo-network/node-core-types": "^3.4.0",
52
- "@xyo-network/payload-builder": "^3.10.0",
53
- "@xyo-network/payload-model": "^3.10.0",
54
- "@xyo-network/react-diviner": "^5.0.7",
55
- "@xyo-network/react-event": "^5.0.7",
56
- "@xyo-network/react-property": "^5.0.7",
57
- "@xyo-network/react-shared": "^5.0.7",
58
- "@xyo-network/schema-cache": "^3.10.0",
59
- "@xyo-network/schema-payload-plugin": "^3.10.0",
60
- "react-router-dom": "^7.4.0"
42
+ "@xylabs/exists": "^4.7.15",
43
+ "@xylabs/hex": "^4.7.15",
44
+ "@xylabs/react-async-effect": "^6.1.0",
45
+ "@xylabs/react-flexbox": "^6.1.0",
46
+ "@xylabs/react-link": "^6.1.0",
47
+ "@xylabs/react-promise": "^6.1.0",
48
+ "@xylabs/react-select": "^6.1.0",
49
+ "@xyo-network/diviner-schema-list-model": "^3.10.6",
50
+ "@xyo-network/diviner-schema-stats-model": "^3.10.6",
51
+ "@xyo-network/node-core-types": "^3.4.1",
52
+ "@xyo-network/payload-builder": "^3.10.6",
53
+ "@xyo-network/payload-model": "^3.10.6",
54
+ "@xyo-network/react-diviner": "^5.1.0",
55
+ "@xyo-network/react-event": "^5.1.0",
56
+ "@xyo-network/react-property": "^5.1.0",
57
+ "@xyo-network/react-shared": "^5.1.0",
58
+ "@xyo-network/schema-cache": "^3.10.6",
59
+ "@xyo-network/schema-payload-plugin": "^3.10.6",
60
+ "react-router-dom": "^7.4.1"
61
61
  },
62
62
  "devDependencies": {
63
63
  "@emotion/react": "^11.14.0",
64
64
  "@emotion/styled": "^11.14.0",
65
- "@mui/icons-material": "^6.4.8",
66
- "@mui/material": "^6.4.8",
67
- "@mui/styles": "^6.4.8",
68
- "@storybook/react": "^8.6.7",
65
+ "@mui/icons-material": "^7.0.1",
66
+ "@mui/material": "^7.0.1",
67
+ "@storybook/react": "^8.6.11",
69
68
  "@types/react": "^19.0.12",
70
- "@xylabs/react-flexbox": "^6.0.8",
71
- "@xylabs/react-hooks": "^6.0.8",
72
- "@xylabs/ts-scripts-yarn3": "^6.1.4",
73
- "@xylabs/tsconfig-react": "^6.1.4",
74
- "@xyo-network/bridge-http": "^3.10.0",
75
- "@xyo-network/node-memory": "^3.10.0",
76
- "@xyo-network/node-model": "^3.10.0",
77
- "@xyo-network/react-node": "^5.0.7",
78
- "@xyo-network/react-payload-raw-info": "^5.0.7",
79
- "@xyo-network/react-storybook": "^5.0.7",
80
- "@xyo-network/react-wallet": "^5.0.7",
81
- "react": "^19.0.0",
82
- "react-dom": "^19.0.0",
83
- "storybook": "^8.6.7",
69
+ "@xylabs/react-flexbox": "^6.1.0",
70
+ "@xylabs/react-hooks": "^6.1.0",
71
+ "@xylabs/ts-scripts-yarn3": "^6.2.0",
72
+ "@xylabs/tsconfig-react": "^6.2.0",
73
+ "@xyo-network/bridge-http": "^3.10.6",
74
+ "@xyo-network/node-memory": "^3.10.6",
75
+ "@xyo-network/node-model": "^3.10.6",
76
+ "@xyo-network/react-node": "^5.1.0",
77
+ "@xyo-network/react-payload-raw-info": "^5.1.0",
78
+ "@xyo-network/react-storybook": "^5.1.0",
79
+ "@xyo-network/react-wallet": "^5.1.0",
80
+ "react": "^19.1.0",
81
+ "react-dom": "^19.1.0",
82
+ "storybook": "^8.6.11",
84
83
  "typescript": "^5.8.2"
85
84
  },
86
85
  "peerDependencies": {
87
86
  "@emotion/react": "^11",
88
87
  "@emotion/styled": "^11",
89
- "@mui/icons-material": "^6",
90
- "@mui/material": "^6",
91
- "@mui/styles": "^6",
88
+ "@mui/icons-material": ">=6 <=7",
89
+ "@mui/material": ">=6 <=7",
92
90
  "react": "^19",
93
91
  "react-dom": "^19"
94
92
  },