@xyo-network/react-schema 5.1.2 → 5.1.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 +32 -32
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-schema",
3
- "version": "5.1.2",
3
+ "version": "5.1.3",
4
4
  "description": "Common React library for all XYO projects that use React",
5
5
  "keywords": [
6
6
  "xyo",
@@ -39,44 +39,44 @@
39
39
  "module": "dist/browser/index.mjs",
40
40
  "types": "dist/types/index.d.ts",
41
41
  "dependencies": {
42
- "@xylabs/exists": "^4.8.0",
43
- "@xylabs/hex": "^4.8.0",
44
- "@xylabs/react-async-effect": "^6.1.13",
45
- "@xylabs/react-flexbox": "^6.1.13",
46
- "@xylabs/react-link": "^6.1.13",
47
- "@xylabs/react-promise": "^6.1.13",
48
- "@xylabs/react-select": "^6.1.13",
49
- "@xyo-network/diviner-schema-list-model": "^3.12.0",
50
- "@xyo-network/diviner-schema-stats-model": "^3.12.0",
51
- "@xyo-network/node-core-types": "^3.5.0",
52
- "@xyo-network/payload-builder": "^3.12.0",
53
- "@xyo-network/payload-model": "^3.12.0",
54
- "@xyo-network/react-diviner": "^5.1.2",
55
- "@xyo-network/react-event": "^5.1.2",
56
- "@xyo-network/react-property": "^5.1.2",
57
- "@xyo-network/react-shared": "^5.1.2",
58
- "@xyo-network/schema-cache": "^3.12.0",
59
- "@xyo-network/schema-payload-plugin": "^3.12.0",
42
+ "@xylabs/exists": "^4.8.1",
43
+ "@xylabs/hex": "^4.8.1",
44
+ "@xylabs/react-async-effect": "^6.1.14",
45
+ "@xylabs/react-flexbox": "^6.1.14",
46
+ "@xylabs/react-link": "^6.1.14",
47
+ "@xylabs/react-promise": "^6.1.14",
48
+ "@xylabs/react-select": "^6.1.14",
49
+ "@xyo-network/diviner-schema-list-model": "^3.12.1",
50
+ "@xyo-network/diviner-schema-stats-model": "^3.12.1",
51
+ "@xyo-network/node-core-types": "^3.5.1",
52
+ "@xyo-network/payload-builder": "^3.12.1",
53
+ "@xyo-network/payload-model": "^3.12.1",
54
+ "@xyo-network/react-diviner": "^5.1.3",
55
+ "@xyo-network/react-event": "^5.1.3",
56
+ "@xyo-network/react-property": "^5.1.3",
57
+ "@xyo-network/react-shared": "^5.1.3",
58
+ "@xyo-network/schema-cache": "^3.12.1",
59
+ "@xyo-network/schema-payload-plugin": "^3.12.1",
60
60
  "react-router-dom": "^7.5.0"
61
61
  },
62
62
  "devDependencies": {
63
63
  "@emotion/react": "^11.14.0",
64
64
  "@emotion/styled": "^11.14.0",
65
- "@mui/icons-material": "^7.0.1",
66
- "@mui/material": "^7.0.1",
65
+ "@mui/icons-material": "^7.0.2",
66
+ "@mui/material": "^7.0.2",
67
67
  "@storybook/react": "^8.6.12",
68
68
  "@types/react": "^19.1.0",
69
- "@xylabs/react-flexbox": "^6.1.13",
70
- "@xylabs/react-hooks": "^6.1.13",
69
+ "@xylabs/react-flexbox": "^6.1.14",
70
+ "@xylabs/react-hooks": "^6.1.14",
71
71
  "@xylabs/ts-scripts-yarn3": "^6.2.1",
72
72
  "@xylabs/tsconfig-react": "^6.2.1",
73
- "@xyo-network/bridge-http": "^3.12.0",
74
- "@xyo-network/node-memory": "^3.12.0",
75
- "@xyo-network/node-model": "^3.12.0",
76
- "@xyo-network/react-node": "^5.1.2",
77
- "@xyo-network/react-payload-raw-info": "^5.1.2",
78
- "@xyo-network/react-storybook": "^5.1.2",
79
- "@xyo-network/react-wallet": "^5.1.2",
73
+ "@xyo-network/bridge-http": "^3.12.1",
74
+ "@xyo-network/node-memory": "^3.12.1",
75
+ "@xyo-network/node-model": "^3.12.1",
76
+ "@xyo-network/react-node": "^5.1.3",
77
+ "@xyo-network/react-payload-raw-info": "^5.1.3",
78
+ "@xyo-network/react-storybook": "^5.1.3",
79
+ "@xyo-network/react-wallet": "^5.1.3",
80
80
  "react": "^19.1.0",
81
81
  "react-dom": "^19.1.0",
82
82
  "storybook": "^8.6.12",
@@ -85,8 +85,8 @@
85
85
  "peerDependencies": {
86
86
  "@emotion/react": "^11",
87
87
  "@emotion/styled": "^11",
88
- "@mui/icons-material": ">=6 <=7",
89
- "@mui/material": ">=6 <=7",
88
+ "@mui/icons-material": ">=6 <8",
89
+ "@mui/material": ">=6 <8",
90
90
  "react": "^19",
91
91
  "react-dom": "^19"
92
92
  },