@xyo-network/react-schema 2.83.2 → 3.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 +29 -29
package/package.json
CHANGED
|
@@ -10,37 +10,37 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xylabs/hex": "^
|
|
14
|
-
"@xylabs/lodash": "^
|
|
15
|
-
"@xylabs/react-async-effect": "^
|
|
16
|
-
"@xylabs/react-link": "^
|
|
17
|
-
"@xylabs/react-select": "^
|
|
18
|
-
"@xylabs/react-shared": "^
|
|
19
|
-
"@xyo-network/diviner-schema-list-model": "^
|
|
20
|
-
"@xyo-network/diviner-schema-stats-model": "^
|
|
21
|
-
"@xyo-network/node-core-types": "^2.89.
|
|
22
|
-
"@xyo-network/payload-builder": "^
|
|
23
|
-
"@xyo-network/payload-model": "^
|
|
24
|
-
"@xyo-network/react-diviner": "^
|
|
25
|
-
"@xyo-network/react-event": "^
|
|
26
|
-
"@xyo-network/react-property": "^
|
|
27
|
-
"@xyo-network/react-shared": "^
|
|
28
|
-
"@xyo-network/schema-cache": "^
|
|
29
|
-
"@xyo-network/schema-payload-plugin": "^
|
|
13
|
+
"@xylabs/hex": "^4.0.0",
|
|
14
|
+
"@xylabs/lodash": "^4.0.0",
|
|
15
|
+
"@xylabs/react-async-effect": "^4.0.0",
|
|
16
|
+
"@xylabs/react-link": "^4.0.0",
|
|
17
|
+
"@xylabs/react-select": "^4.0.0",
|
|
18
|
+
"@xylabs/react-shared": "^4.0.0",
|
|
19
|
+
"@xyo-network/diviner-schema-list-model": "^3.0.1",
|
|
20
|
+
"@xyo-network/diviner-schema-stats-model": "^3.0.1",
|
|
21
|
+
"@xyo-network/node-core-types": "^2.89.2",
|
|
22
|
+
"@xyo-network/payload-builder": "^3.0.1",
|
|
23
|
+
"@xyo-network/payload-model": "^3.0.1",
|
|
24
|
+
"@xyo-network/react-diviner": "^3.0.0",
|
|
25
|
+
"@xyo-network/react-event": "^3.0.0",
|
|
26
|
+
"@xyo-network/react-property": "^3.0.0",
|
|
27
|
+
"@xyo-network/react-shared": "^3.0.0",
|
|
28
|
+
"@xyo-network/schema-cache": "^3.0.1",
|
|
29
|
+
"@xyo-network/schema-payload-plugin": "^3.0.1",
|
|
30
30
|
"react-router-dom": "^6.26.0"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@storybook/react": "^8.2.
|
|
34
|
-
"@xylabs/react-flexbox": "^
|
|
35
|
-
"@xylabs/ts-scripts-yarn3": "^4.0.0-rc.
|
|
36
|
-
"@xylabs/tsconfig-react": "^4.0.0-rc.
|
|
37
|
-
"@xyo-network/bridge-http": "^
|
|
38
|
-
"@xyo-network/node-memory": "^
|
|
39
|
-
"@xyo-network/node-model": "^
|
|
40
|
-
"@xyo-network/react-node": "^
|
|
41
|
-
"@xyo-network/react-payload-raw-info": "^
|
|
42
|
-
"@xyo-network/react-storybook": "^
|
|
43
|
-
"@xyo-network/react-wallet": "^
|
|
33
|
+
"@storybook/react": "^8.2.9",
|
|
34
|
+
"@xylabs/react-flexbox": "^4.0.0",
|
|
35
|
+
"@xylabs/ts-scripts-yarn3": "^4.0.0-rc.15",
|
|
36
|
+
"@xylabs/tsconfig-react": "^4.0.0-rc.15",
|
|
37
|
+
"@xyo-network/bridge-http": "^3.0.1",
|
|
38
|
+
"@xyo-network/node-memory": "^3.0.1",
|
|
39
|
+
"@xyo-network/node-model": "^3.0.1",
|
|
40
|
+
"@xyo-network/react-node": "^3.0.0",
|
|
41
|
+
"@xyo-network/react-payload-raw-info": "^3.0.0",
|
|
42
|
+
"@xyo-network/react-storybook": "^3.0.0",
|
|
43
|
+
"@xyo-network/react-wallet": "^3.0.0",
|
|
44
44
|
"typescript": "^5.5.4"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
@@ -87,6 +87,6 @@
|
|
|
87
87
|
},
|
|
88
88
|
"sideEffects": false,
|
|
89
89
|
"types": "dist/browser/index.d.ts",
|
|
90
|
-
"version": "
|
|
90
|
+
"version": "3.0.0",
|
|
91
91
|
"type": "module"
|
|
92
92
|
}
|