@xyo-network/react-schema 5.3.15 → 6.0.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.
- package/package.json +27 -27
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/react-schema",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "6.0.0",
|
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xyo",
|
|
@@ -39,46 +39,46 @@
|
|
|
39
39
|
"module": "dist/browser/index.mjs",
|
|
40
40
|
"types": "dist/types/index.d.ts",
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@xylabs/exists": "^4.12.
|
|
43
|
-
"@xylabs/hex": "^4.12.
|
|
42
|
+
"@xylabs/exists": "^4.12.31",
|
|
43
|
+
"@xylabs/hex": "^4.12.31",
|
|
44
44
|
"@xylabs/react-async-effect": "^6.3.7",
|
|
45
45
|
"@xylabs/react-flexbox": "^6.3.7",
|
|
46
46
|
"@xylabs/react-link": "^6.3.7",
|
|
47
47
|
"@xylabs/react-promise": "^6.3.7",
|
|
48
48
|
"@xylabs/react-select": "^6.3.7",
|
|
49
49
|
"@xylabs/react-shared": "^6.3.7",
|
|
50
|
-
"@xyo-network/diviner-schema-list-model": "^
|
|
51
|
-
"@xyo-network/diviner-schema-stats-model": "^
|
|
52
|
-
"@xyo-network/node-core-types": "^3.7.
|
|
53
|
-
"@xyo-network/payload-builder": "^
|
|
54
|
-
"@xyo-network/payload-model": "^
|
|
55
|
-
"@xyo-network/react-diviner": "^
|
|
56
|
-
"@xyo-network/react-event": "^
|
|
57
|
-
"@xyo-network/react-property": "^
|
|
58
|
-
"@xyo-network/schema-cache": "^
|
|
59
|
-
"@xyo-network/schema-payload-plugin": "^
|
|
60
|
-
"react-router-dom": "^7.6.
|
|
50
|
+
"@xyo-network/diviner-schema-list-model": "^4.0.1",
|
|
51
|
+
"@xyo-network/diviner-schema-stats-model": "^4.0.1",
|
|
52
|
+
"@xyo-network/node-core-types": "^3.7.16",
|
|
53
|
+
"@xyo-network/payload-builder": "^4.0.1",
|
|
54
|
+
"@xyo-network/payload-model": "^4.0.1",
|
|
55
|
+
"@xyo-network/react-diviner": "^6.0.0",
|
|
56
|
+
"@xyo-network/react-event": "^6.0.0",
|
|
57
|
+
"@xyo-network/react-property": "^6.0.0",
|
|
58
|
+
"@xyo-network/schema-cache": "^4.0.1",
|
|
59
|
+
"@xyo-network/schema-payload-plugin": "^4.0.1",
|
|
60
|
+
"react-router-dom": "^7.6.3"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
63
|
"@emotion/react": "^11.14.0",
|
|
64
|
-
"@emotion/styled": "^11.14.
|
|
65
|
-
"@mui/icons-material": "^7.
|
|
66
|
-
"@mui/material": "^7.
|
|
64
|
+
"@emotion/styled": "^11.14.1",
|
|
65
|
+
"@mui/icons-material": "^7.2.0",
|
|
66
|
+
"@mui/material": "^7.2.0",
|
|
67
67
|
"@types/react": "^19.1.8",
|
|
68
68
|
"@xylabs/react-flexbox": "^6.3.7",
|
|
69
69
|
"@xylabs/react-hooks": "^6.3.7",
|
|
70
|
-
"@xylabs/ts-scripts-yarn3": "^6.5.
|
|
71
|
-
"@xylabs/tsconfig-react": "^6.5.
|
|
72
|
-
"@xyo-network/bridge-http": "^
|
|
73
|
-
"@xyo-network/node-memory": "^
|
|
74
|
-
"@xyo-network/node-model": "^
|
|
75
|
-
"@xyo-network/react-node": "^
|
|
76
|
-
"@xyo-network/react-payload-raw-info": "^
|
|
77
|
-
"@xyo-network/react-storybook": "^
|
|
78
|
-
"@xyo-network/react-wallet": "^
|
|
70
|
+
"@xylabs/ts-scripts-yarn3": "^6.5.12",
|
|
71
|
+
"@xylabs/tsconfig-react": "^6.5.12",
|
|
72
|
+
"@xyo-network/bridge-http": "^4.0.1",
|
|
73
|
+
"@xyo-network/node-memory": "^4.0.1",
|
|
74
|
+
"@xyo-network/node-model": "^4.0.1",
|
|
75
|
+
"@xyo-network/react-node": "^6.0.0",
|
|
76
|
+
"@xyo-network/react-payload-raw-info": "^6.0.0",
|
|
77
|
+
"@xyo-network/react-storybook": "^6.0.0",
|
|
78
|
+
"@xyo-network/react-wallet": "^6.0.0",
|
|
79
79
|
"react": "^19.1.0",
|
|
80
80
|
"react-dom": "^19.1.0",
|
|
81
|
-
"storybook": "^9.0.
|
|
81
|
+
"storybook": "^9.0.15",
|
|
82
82
|
"typescript": "^5.8.3"
|
|
83
83
|
},
|
|
84
84
|
"peerDependencies": {
|