@xyo-network/react-standard-node 3.0.22 → 4.0.0-rc.1
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 +31 -30
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/react-standard-node",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.0.0-rc.1",
|
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xyo",
|
|
@@ -44,33 +44,33 @@
|
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
46
|
"@xylabs/hex": "^4.0.10",
|
|
47
|
-
"@xylabs/react-async-effect": "^
|
|
48
|
-
"@xylabs/react-hooks": "^
|
|
49
|
-
"@xylabs/react-promise": "^
|
|
50
|
-
"@xylabs/react-shared": "^
|
|
51
|
-
"@xyo-network/account-model": "^3.1.
|
|
52
|
-
"@xyo-network/archivist-memory": "^3.1.
|
|
53
|
-
"@xyo-network/archivist-model": "^3.1.
|
|
54
|
-
"@xyo-network/archivist-storage": "^3.1.
|
|
55
|
-
"@xyo-network/bridge-http": "^3.1.
|
|
56
|
-
"@xyo-network/module-model": "^3.1.
|
|
57
|
-
"@xyo-network/node-memory": "^3.1.
|
|
58
|
-
"@xyo-network/node-model": "^3.1.
|
|
59
|
-
"@xyo-network/payloadset-plugin": "^3.1.
|
|
60
|
-
"@xyo-network/react-network": "^
|
|
61
|
-
"@xyo-network/react-node": "^
|
|
62
|
-
"@xyo-network/react-shared": "^
|
|
63
|
-
"@xyo-network/react-wallet": "^
|
|
64
|
-
"@xyo-network/sentinel-memory": "^3.1.
|
|
65
|
-
"@xyo-network/sentinel-model": "^3.1.
|
|
66
|
-
"@xyo-network/wallet-model": "^3.1.
|
|
67
|
-
"@xyo-network/witness-model": "^3.1.
|
|
47
|
+
"@xylabs/react-async-effect": "^5.0.0-rc.1",
|
|
48
|
+
"@xylabs/react-hooks": "^5.0.0-rc.1",
|
|
49
|
+
"@xylabs/react-promise": "^5.0.0-rc.1",
|
|
50
|
+
"@xylabs/react-shared": "^5.0.0-rc.1",
|
|
51
|
+
"@xyo-network/account-model": "^3.1.13",
|
|
52
|
+
"@xyo-network/archivist-memory": "^3.1.13",
|
|
53
|
+
"@xyo-network/archivist-model": "^3.1.13",
|
|
54
|
+
"@xyo-network/archivist-storage": "^3.1.13",
|
|
55
|
+
"@xyo-network/bridge-http": "^3.1.13",
|
|
56
|
+
"@xyo-network/module-model": "^3.1.13",
|
|
57
|
+
"@xyo-network/node-memory": "^3.1.13",
|
|
58
|
+
"@xyo-network/node-model": "^3.1.13",
|
|
59
|
+
"@xyo-network/payloadset-plugin": "^3.1.13",
|
|
60
|
+
"@xyo-network/react-network": "^4.0.0-rc.1",
|
|
61
|
+
"@xyo-network/react-node": "^4.0.0-rc.1",
|
|
62
|
+
"@xyo-network/react-shared": "^4.0.0-rc.1",
|
|
63
|
+
"@xyo-network/react-wallet": "^4.0.0-rc.1",
|
|
64
|
+
"@xyo-network/sentinel-memory": "^3.1.13",
|
|
65
|
+
"@xyo-network/sentinel-model": "^3.1.13",
|
|
66
|
+
"@xyo-network/wallet-model": "^3.1.13",
|
|
67
|
+
"@xyo-network/witness-model": "^3.1.13"
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
|
-
"@mui/icons-material": "^
|
|
71
|
-
"@mui/material": "^
|
|
72
|
-
"@mui/styles": "^
|
|
73
|
-
"@storybook/react": "^8.3.
|
|
70
|
+
"@mui/icons-material": "^6.1.1",
|
|
71
|
+
"@mui/material": "^6.1.1",
|
|
72
|
+
"@mui/styles": "^6.1.1",
|
|
73
|
+
"@storybook/react": "^8.3.3",
|
|
74
74
|
"@xylabs/ts-scripts-yarn3": "^4.0.7",
|
|
75
75
|
"@xylabs/tsconfig-react": "^4.0.7",
|
|
76
76
|
"react": "^18.3.1",
|
|
@@ -78,14 +78,15 @@
|
|
|
78
78
|
"typescript": "^5.6.2"
|
|
79
79
|
},
|
|
80
80
|
"peerDependencies": {
|
|
81
|
-
"@mui/icons-material": "^
|
|
82
|
-
"@mui/material": "^
|
|
83
|
-
"@mui/styles": "^
|
|
81
|
+
"@mui/icons-material": "^6",
|
|
82
|
+
"@mui/material": "^6",
|
|
83
|
+
"@mui/styles": "^6",
|
|
84
84
|
"react": "^18",
|
|
85
85
|
"react-dom": "^18"
|
|
86
86
|
},
|
|
87
87
|
"publishConfig": {
|
|
88
88
|
"access": "public"
|
|
89
89
|
},
|
|
90
|
-
"docs": "dist/docs.json"
|
|
90
|
+
"docs": "dist/docs.json",
|
|
91
|
+
"stableVersion": "3.0.23"
|
|
91
92
|
}
|