@xyo-network/react-schema 4.2.10 → 4.2.12

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 -39
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-schema",
3
- "version": "4.2.10",
3
+ "version": "4.2.12",
4
4
  "description": "Common React library for all XYO projects that use React",
5
5
  "keywords": [
6
6
  "xyo",
@@ -43,48 +43,48 @@
43
43
  "lint-pkg": "npmPkgJsonLint ."
44
44
  },
45
45
  "dependencies": {
46
- "@xylabs/exists": "^4.4.0",
47
- "@xylabs/hex": "^4.4.0",
48
- "@xylabs/react-async-effect": "^5.3.7",
49
- "@xylabs/react-flexbox": "^5.3.7",
50
- "@xylabs/react-link": "^5.3.7",
51
- "@xylabs/react-promise": "^5.3.7",
52
- "@xylabs/react-select": "^5.3.7",
53
- "@xyo-network/diviner-schema-list-model": "^3.4.2",
54
- "@xyo-network/diviner-schema-stats-model": "^3.4.2",
55
- "@xyo-network/node-core-types": "^3.1.4",
56
- "@xyo-network/payload-builder": "^3.4.2",
57
- "@xyo-network/payload-model": "^3.4.2",
58
- "@xyo-network/react-diviner": "^4.2.10",
59
- "@xyo-network/react-event": "^4.2.10",
60
- "@xyo-network/react-property": "^4.2.10",
61
- "@xyo-network/react-shared": "^4.2.10",
62
- "@xyo-network/schema-cache": "^3.4.2",
63
- "@xyo-network/schema-payload-plugin": "^3.4.2",
64
- "react-router-dom": "^6.28.0"
46
+ "@xylabs/exists": "^4.4.21",
47
+ "@xylabs/hex": "^4.4.21",
48
+ "@xylabs/react-async-effect": "^5.3.13",
49
+ "@xylabs/react-flexbox": "^5.3.13",
50
+ "@xylabs/react-link": "^5.3.13",
51
+ "@xylabs/react-promise": "^5.3.13",
52
+ "@xylabs/react-select": "^5.3.13",
53
+ "@xyo-network/diviner-schema-list-model": "^3.5.2",
54
+ "@xyo-network/diviner-schema-stats-model": "^3.5.2",
55
+ "@xyo-network/node-core-types": "^3.1.7",
56
+ "@xyo-network/payload-builder": "^3.5.2",
57
+ "@xyo-network/payload-model": "^3.5.2",
58
+ "@xyo-network/react-diviner": "^4.2.12",
59
+ "@xyo-network/react-event": "^4.2.12",
60
+ "@xyo-network/react-property": "^4.2.12",
61
+ "@xyo-network/react-shared": "^4.2.12",
62
+ "@xyo-network/schema-cache": "^3.5.2",
63
+ "@xyo-network/schema-payload-plugin": "^3.5.2",
64
+ "react-router-dom": "^7.0.2"
65
65
  },
66
66
  "devDependencies": {
67
- "@emotion/react": "^11.13.5",
68
- "@emotion/styled": "^11.13.5",
69
- "@mui/icons-material": "^6.1.8",
70
- "@mui/material": "^6.1.8",
71
- "@mui/styles": "^6.1.8",
72
- "@storybook/react": "^8.4.5",
73
- "@xylabs/react-flexbox": "^5.3.7",
74
- "@xylabs/react-hooks": "^5.3.7",
75
- "@xylabs/ts-scripts-yarn3": "^4.2.4",
76
- "@xylabs/tsconfig-react": "^4.2.4",
77
- "@xyo-network/bridge-http": "^3.4.2",
78
- "@xyo-network/node-memory": "^3.4.2",
79
- "@xyo-network/node-model": "^3.4.2",
80
- "@xyo-network/react-node": "^4.2.10",
81
- "@xyo-network/react-payload-raw-info": "^4.2.10",
82
- "@xyo-network/react-storybook": "^4.2.10",
83
- "@xyo-network/react-wallet": "^4.2.10",
67
+ "@emotion/react": "^11.14.0",
68
+ "@emotion/styled": "^11.14.0",
69
+ "@mui/icons-material": "^6.2.1",
70
+ "@mui/material": "^6.2.1",
71
+ "@mui/styles": "^6.2.1",
72
+ "@storybook/react": "^8.4.7",
73
+ "@xylabs/react-flexbox": "^5.3.13",
74
+ "@xylabs/react-hooks": "^5.3.13",
75
+ "@xylabs/ts-scripts-yarn3": "^4.2.6",
76
+ "@xylabs/tsconfig-react": "^4.2.6",
77
+ "@xyo-network/bridge-http": "^3.5.2",
78
+ "@xyo-network/node-memory": "^3.5.2",
79
+ "@xyo-network/node-model": "^3.5.2",
80
+ "@xyo-network/react-node": "^4.2.12",
81
+ "@xyo-network/react-payload-raw-info": "^4.2.12",
82
+ "@xyo-network/react-storybook": "^4.2.12",
83
+ "@xyo-network/react-wallet": "^4.2.12",
84
84
  "react": "^18.3.1",
85
85
  "react-dom": "^18.3.1",
86
- "storybook": "^8.4.5",
87
- "typescript": "^5.6.3"
86
+ "storybook": "^8.4.7",
87
+ "typescript": "^5.7.2"
88
88
  },
89
89
  "peerDependencies": {
90
90
  "@emotion/react": "^11",