@xyo-network/react-powered-by-xyo 3.0.23 → 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 +29 -28
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/react-powered-by-xyo",
|
|
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",
|
|
@@ -45,49 +45,50 @@
|
|
|
45
45
|
"dependencies": {
|
|
46
46
|
"@xylabs/delay": "^4.0.10",
|
|
47
47
|
"@xylabs/forget": "^4.0.10",
|
|
48
|
-
"@xylabs/react-async-effect": "^
|
|
49
|
-
"@xylabs/react-button": "^
|
|
50
|
-
"@xylabs/react-flexbox": "^
|
|
51
|
-
"@xylabs/react-promise": "^
|
|
52
|
-
"@xyo-network/archivist-model": "^3.1.
|
|
53
|
-
"@xyo-network/bridge-model": "^3.1.
|
|
54
|
-
"@xyo-network/diviner-model": "^3.1.
|
|
55
|
-
"@xyo-network/manifest": "^3.1.
|
|
56
|
-
"@xyo-network/module-model": "^3.1.
|
|
57
|
-
"@xyo-network/node-model": "^3.1.
|
|
58
|
-
"@xyo-network/payload-model": "^3.1.
|
|
59
|
-
"@xyo-network/react-node": "^
|
|
60
|
-
"@xyo-network/react-payload-raw-info": "^
|
|
61
|
-
"@xyo-network/react-property": "^
|
|
62
|
-
"@xyo-network/react-shared": "^
|
|
63
|
-
"@xyo-network/sentinel-model": "^3.1.
|
|
64
|
-
"@xyo-network/witness-model": "^3.1.
|
|
48
|
+
"@xylabs/react-async-effect": "^5.0.0-rc.1",
|
|
49
|
+
"@xylabs/react-button": "^5.0.0-rc.1",
|
|
50
|
+
"@xylabs/react-flexbox": "^5.0.0-rc.1",
|
|
51
|
+
"@xylabs/react-promise": "^5.0.0-rc.1",
|
|
52
|
+
"@xyo-network/archivist-model": "^3.1.13",
|
|
53
|
+
"@xyo-network/bridge-model": "^3.1.13",
|
|
54
|
+
"@xyo-network/diviner-model": "^3.1.13",
|
|
55
|
+
"@xyo-network/manifest": "^3.1.13",
|
|
56
|
+
"@xyo-network/module-model": "^3.1.13",
|
|
57
|
+
"@xyo-network/node-model": "^3.1.13",
|
|
58
|
+
"@xyo-network/payload-model": "^3.1.13",
|
|
59
|
+
"@xyo-network/react-node": "^4.0.0-rc.1",
|
|
60
|
+
"@xyo-network/react-payload-raw-info": "^4.0.0-rc.1",
|
|
61
|
+
"@xyo-network/react-property": "^4.0.0-rc.1",
|
|
62
|
+
"@xyo-network/react-shared": "^4.0.0-rc.1",
|
|
63
|
+
"@xyo-network/sentinel-model": "^3.1.13",
|
|
64
|
+
"@xyo-network/witness-model": "^3.1.13"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
67
|
"@emotion/react": "^11.13.3",
|
|
68
68
|
"@emotion/styled": "^11.13.0",
|
|
69
|
-
"@mui/icons-material": "^
|
|
70
|
-
"@mui/material": "^
|
|
71
|
-
"@mui/styles": "^
|
|
72
|
-
"@storybook/react": "^8.3.
|
|
69
|
+
"@mui/icons-material": "^6.1.1",
|
|
70
|
+
"@mui/material": "^6.1.1",
|
|
71
|
+
"@mui/styles": "^6.1.1",
|
|
72
|
+
"@storybook/react": "^8.3.3",
|
|
73
73
|
"@xylabs/ts-scripts-yarn3": "^4.0.7",
|
|
74
|
-
"@xyo-network/account": "^3.1.
|
|
74
|
+
"@xyo-network/account": "^3.1.13",
|
|
75
75
|
"react": "^18.3.1",
|
|
76
76
|
"react-dom": "^18.3.1",
|
|
77
|
-
"storybook": "^8.3.
|
|
77
|
+
"storybook": "^8.3.3",
|
|
78
78
|
"typescript": "^5.6.2"
|
|
79
79
|
},
|
|
80
80
|
"peerDependencies": {
|
|
81
81
|
"@emotion/react": "^11",
|
|
82
82
|
"@emotion/styled": "^11",
|
|
83
|
-
"@mui/icons-material": "^
|
|
84
|
-
"@mui/material": "^
|
|
85
|
-
"@mui/styles": "^
|
|
83
|
+
"@mui/icons-material": "^6",
|
|
84
|
+
"@mui/material": "^6",
|
|
85
|
+
"@mui/styles": "^6",
|
|
86
86
|
"react": "^18.2.0",
|
|
87
87
|
"react-dom": "^18.2.0"
|
|
88
88
|
},
|
|
89
89
|
"publishConfig": {
|
|
90
90
|
"access": "public"
|
|
91
91
|
},
|
|
92
|
-
"docs": "dist/docs.json"
|
|
92
|
+
"docs": "dist/docs.json",
|
|
93
|
+
"stableVersion": "3.0.23"
|
|
93
94
|
}
|