@xyo-network/react-payload 2.31.2 → 2.32.0-rc.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.
- package/package.json +35 -20
- package/dist/docs.json +0 -3255
package/package.json
CHANGED
|
@@ -10,29 +10,23 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@emotion/react": "^11.10.
|
|
14
|
-
"@emotion/styled": "^11.10.
|
|
13
|
+
"@emotion/react": "^11.10.4",
|
|
14
|
+
"@emotion/styled": "^11.10.4",
|
|
15
15
|
"@mui/icons-material": "^5.10.3",
|
|
16
16
|
"@mui/material": "^5.10.3",
|
|
17
17
|
"@xylabs/react-button": "^2.14.14",
|
|
18
18
|
"@xylabs/react-flexbox": "^2.14.14",
|
|
19
19
|
"@xylabs/react-quick-tip-button": "^2.14.14",
|
|
20
20
|
"@xylabs/react-shared": "^2.14.14",
|
|
21
|
-
"@xyo-network/
|
|
22
|
-
"@xyo-network/archivist": "^2.
|
|
23
|
-
"@xyo-network/
|
|
24
|
-
"@xyo-network/
|
|
25
|
-
"@xyo-network/
|
|
26
|
-
"@xyo-network/react-
|
|
27
|
-
"@xyo-network/react-
|
|
28
|
-
"@xyo-network/react-
|
|
29
|
-
"@xyo-network/react-
|
|
30
|
-
"@xyo-network/react-network": "^2.31.2",
|
|
31
|
-
"@xyo-network/react-property": "^2.31.2",
|
|
32
|
-
"@xyo-network/react-schema": "^2.31.2",
|
|
33
|
-
"@xyo-network/react-shared": "^2.31.2",
|
|
34
|
-
"@xyo-network/react-webapp": "^2.31.2",
|
|
35
|
-
"@xyo-network/utils": "^2.29.0",
|
|
21
|
+
"@xyo-network/react-archive": "^2.32.0-rc.3",
|
|
22
|
+
"@xyo-network/react-archivist": "^2.32.0-rc.3",
|
|
23
|
+
"@xyo-network/react-archivist-api": "^2.32.0-rc.3",
|
|
24
|
+
"@xyo-network/react-auth-service": "^2.32.0-rc.3",
|
|
25
|
+
"@xyo-network/react-network": "^2.32.0-rc.3",
|
|
26
|
+
"@xyo-network/react-property": "^2.32.0-rc.3",
|
|
27
|
+
"@xyo-network/react-schema": "^2.32.0-rc.3",
|
|
28
|
+
"@xyo-network/react-shared": "^2.32.0-rc.3",
|
|
29
|
+
"@xyo-network/react-webapp": "^2.32.0-rc.3",
|
|
36
30
|
"lodash": "^4.17.21",
|
|
37
31
|
"react": "^18.2.0",
|
|
38
32
|
"react-dom": "^18.2.0",
|
|
@@ -40,11 +34,31 @@
|
|
|
40
34
|
"react-router-dom": "^6.3.0",
|
|
41
35
|
"tslib": "^2.4.0"
|
|
42
36
|
},
|
|
37
|
+
"peerDependencies": {
|
|
38
|
+
"@xyo-network/account": "^2.30.0-rc.3",
|
|
39
|
+
"@xyo-network/api": "^2.30.0-rc.3",
|
|
40
|
+
"@xyo-network/archivist": "^2.30.0-rc.3",
|
|
41
|
+
"@xyo-network/diviner": "^2.30.0-rc.3",
|
|
42
|
+
"@xyo-network/network": "^2.30.0-rc.3",
|
|
43
|
+
"@xyo-network/payload": "^2.30.0-rc.3",
|
|
44
|
+
"@xyo-network/schema-payload-plugin": "^2.30.0-rc.3",
|
|
45
|
+
"@xyo-network/typeof": "^2.30.0-rc.3",
|
|
46
|
+
"@xyo-network/utils": "^2.30.0-rc.3",
|
|
47
|
+
"@xyo-network/wallet": "^2.30.0-rc.3"
|
|
48
|
+
},
|
|
43
49
|
"description": "Common React library for all XYO projects that use React",
|
|
44
50
|
"devDependencies": {
|
|
45
51
|
"@storybook/react": "^6.5.10",
|
|
46
|
-
"@
|
|
47
|
-
"@xyo-network/
|
|
52
|
+
"@xyo-network/api": "^2.30.0-rc.3",
|
|
53
|
+
"@xyo-network/archivist": "^2.30.0-rc.3",
|
|
54
|
+
"@xyo-network/diviner": "^2.30.0-rc.3",
|
|
55
|
+
"@xyo-network/network": "^2.30.0-rc.3",
|
|
56
|
+
"@xyo-network/payload": "^2.30.0-rc.3",
|
|
57
|
+
"@xyo-network/react-storybook": "^2.32.0-rc.3",
|
|
58
|
+
"@xyo-network/schema-payload-plugin": "^2.30.0-rc.3",
|
|
59
|
+
"@xyo-network/utils": "^2.30.0-rc.3",
|
|
60
|
+
"@xyo-network/wallet": "^2.30.0-rc.3",
|
|
61
|
+
"require-from-string": "^2.0.2"
|
|
48
62
|
},
|
|
49
63
|
"browser": "dist/esm/index.js",
|
|
50
64
|
"docs": "dist/docs.json",
|
|
@@ -88,5 +102,6 @@
|
|
|
88
102
|
},
|
|
89
103
|
"sideEffects": false,
|
|
90
104
|
"types": "dist/esm/index.d.ts",
|
|
91
|
-
"version": "2.
|
|
105
|
+
"version": "2.32.0-rc.3",
|
|
106
|
+
"stableVersion": "2.31.2"
|
|
92
107
|
}
|