@xyo-network/react-schema 2.65.0 → 2.65.2
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 -30
package/package.json
CHANGED
|
@@ -10,35 +10,35 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xylabs/lodash": "^2.
|
|
14
|
-
"@xylabs/react-async-effect": "^3.0.
|
|
15
|
-
"@xylabs/react-link": "^3.0.
|
|
16
|
-
"@xylabs/react-select": "^3.0.
|
|
17
|
-
"@xylabs/react-shared": "^3.0.
|
|
18
|
-
"@xyo-network/diviner-schema-list-model": "^2.
|
|
19
|
-
"@xyo-network/diviner-schema-stats-model": "^2.
|
|
20
|
-
"@xyo-network/node-core-types": "^2.
|
|
21
|
-
"@xyo-network/payload-builder": "^2.
|
|
22
|
-
"@xyo-network/payload-model": "^2.
|
|
23
|
-
"@xyo-network/react-diviner": "~2.65.
|
|
24
|
-
"@xyo-network/react-event": "~2.65.
|
|
25
|
-
"@xyo-network/react-property": "~2.65.
|
|
26
|
-
"@xyo-network/react-shared": "~2.65.
|
|
27
|
-
"@xyo-network/schema-cache": "^2.
|
|
28
|
-
"@xyo-network/schema-payload-plugin": "^2.
|
|
29
|
-
"react-router-dom": "^6.
|
|
13
|
+
"@xylabs/lodash": "^2.13.3",
|
|
14
|
+
"@xylabs/react-async-effect": "^3.0.21",
|
|
15
|
+
"@xylabs/react-link": "^3.0.21",
|
|
16
|
+
"@xylabs/react-select": "^3.0.21",
|
|
17
|
+
"@xylabs/react-shared": "^3.0.21",
|
|
18
|
+
"@xyo-network/diviner-schema-list-model": "^2.77.7",
|
|
19
|
+
"@xyo-network/diviner-schema-stats-model": "^2.77.7",
|
|
20
|
+
"@xyo-network/node-core-types": "^2.77.7",
|
|
21
|
+
"@xyo-network/payload-builder": "^2.77.7",
|
|
22
|
+
"@xyo-network/payload-model": "^2.77.7",
|
|
23
|
+
"@xyo-network/react-diviner": "~2.65.2",
|
|
24
|
+
"@xyo-network/react-event": "~2.65.2",
|
|
25
|
+
"@xyo-network/react-property": "~2.65.2",
|
|
26
|
+
"@xyo-network/react-shared": "~2.65.2",
|
|
27
|
+
"@xyo-network/schema-cache": "^2.77.7",
|
|
28
|
+
"@xyo-network/schema-payload-plugin": "^2.77.7",
|
|
29
|
+
"react-router-dom": "^6.17.0"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@storybook/react": "^7.
|
|
33
|
-
"@xylabs/react-flexbox": "^3.0.
|
|
34
|
-
"@xylabs/ts-scripts-yarn3": "^3.1.
|
|
35
|
-
"@xylabs/tsconfig-react": "^3.1.
|
|
36
|
-
"@xyo-network/http-bridge": "^2.
|
|
37
|
-
"@xyo-network/node-memory": "^2.
|
|
38
|
-
"@xyo-network/node-model": "^2.
|
|
39
|
-
"@xyo-network/react-node": "~2.65.
|
|
40
|
-
"@xyo-network/react-storybook": "~2.65.
|
|
41
|
-
"@xyo-network/react-wallet": "~2.65.
|
|
32
|
+
"@storybook/react": "^7.5.1",
|
|
33
|
+
"@xylabs/react-flexbox": "^3.0.21",
|
|
34
|
+
"@xylabs/ts-scripts-yarn3": "^3.1.13",
|
|
35
|
+
"@xylabs/tsconfig-react": "^3.1.13",
|
|
36
|
+
"@xyo-network/http-bridge": "^2.77.7",
|
|
37
|
+
"@xyo-network/node-memory": "^2.77.7",
|
|
38
|
+
"@xyo-network/node-model": "^2.77.7",
|
|
39
|
+
"@xyo-network/react-node": "~2.65.2",
|
|
40
|
+
"@xyo-network/react-storybook": "~2.65.2",
|
|
41
|
+
"@xyo-network/react-wallet": "~2.65.2",
|
|
42
42
|
"react-json-view": "^1.21.3",
|
|
43
43
|
"typescript": "^5.2.2"
|
|
44
44
|
},
|
|
@@ -46,7 +46,6 @@
|
|
|
46
46
|
"@mui/icons-material": "^5",
|
|
47
47
|
"@mui/material": "^5",
|
|
48
48
|
"@mui/styles": "^5",
|
|
49
|
-
"axios": "^1",
|
|
50
49
|
"react": "^18",
|
|
51
50
|
"react-dom": "^18"
|
|
52
51
|
},
|
|
@@ -87,7 +86,7 @@
|
|
|
87
86
|
"typescript",
|
|
88
87
|
"react"
|
|
89
88
|
],
|
|
90
|
-
"license": "LGPL-3.0",
|
|
89
|
+
"license": "LGPL-3.0-only",
|
|
91
90
|
"publishConfig": {
|
|
92
91
|
"access": "public"
|
|
93
92
|
},
|
|
@@ -101,6 +100,6 @@
|
|
|
101
100
|
},
|
|
102
101
|
"sideEffects": false,
|
|
103
102
|
"types": "dist/browser/index.d.ts",
|
|
104
|
-
"version": "2.65.
|
|
103
|
+
"version": "2.65.2",
|
|
105
104
|
"type": "module"
|
|
106
105
|
}
|