@xyo-network/react-embed 2.70.0-rc.1 → 2.70.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +22 -25
package/package.json
CHANGED
@@ -10,33 +10,31 @@
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
|
11
11
|
},
|
12
12
|
"dependencies": {
|
13
|
-
"@
|
14
|
-
"@
|
15
|
-
"@
|
16
|
-
"@xylabs/
|
17
|
-
"@xylabs/react-
|
18
|
-
"@
|
19
|
-
"@
|
20
|
-
"@
|
21
|
-
"@xyo-network/
|
22
|
-
"@xyo-network/
|
23
|
-
"@xyo-network/
|
13
|
+
"@mui/icons-material": "^5.15.12",
|
14
|
+
"@mui/material": "^5.15.12",
|
15
|
+
"@mui/styles": "^5.15.12",
|
16
|
+
"@xylabs/delay": "^3.0.8",
|
17
|
+
"@xylabs/react-async-effect": "^3.1.4",
|
18
|
+
"@xylabs/react-flexbox": "^3.1.4",
|
19
|
+
"@xylabs/react-select": "^3.1.4",
|
20
|
+
"@xylabs/react-shared": "^3.1.4",
|
21
|
+
"@xyo-network/huri": "^2.92.0",
|
22
|
+
"@xyo-network/payload-model": "^2.92.0",
|
23
|
+
"@xyo-network/react-error": "~2.70.1",
|
24
|
+
"@xyo-network/react-payload-plugin": "~2.70.1",
|
25
|
+
"@xyo-network/react-shared": "~2.70.1",
|
26
|
+
"@xyo-network/schema-cache": "^2.92.0",
|
27
|
+
"react": "^18.2.0",
|
28
|
+
"react-dom": "^18.2.0"
|
24
29
|
},
|
25
30
|
"devDependencies": {
|
26
31
|
"@storybook/react": "^7.6.17",
|
27
32
|
"@xylabs/ts-scripts-yarn3": "^3.4.1",
|
28
33
|
"@xylabs/tsconfig-react": "^3.4.1",
|
29
|
-
"@xyo-network/react-aggregate-price-plugin": "~2.70.
|
30
|
-
"@xyo-network/react-crypto-market-uniswap-plugin": "~2.70.
|
31
|
-
"react-router-dom": "^6.22.
|
32
|
-
"typescript": "^5.
|
33
|
-
},
|
34
|
-
"peerDependencies": {
|
35
|
-
"@mui/icons-material": "^5",
|
36
|
-
"@mui/material": "^5",
|
37
|
-
"@mui/styles": "^5",
|
38
|
-
"react": "^18",
|
39
|
-
"react-dom": "^18"
|
34
|
+
"@xyo-network/react-aggregate-price-plugin": "~2.70.1",
|
35
|
+
"@xyo-network/react-crypto-market-uniswap-plugin": "~2.70.1",
|
36
|
+
"react-router-dom": "^6.22.2",
|
37
|
+
"typescript": "^5.4.2"
|
40
38
|
},
|
41
39
|
"description": "Common React library for all XYO projects that use React",
|
42
40
|
"docs": "dist/docs.json",
|
@@ -89,7 +87,6 @@
|
|
89
87
|
},
|
90
88
|
"sideEffects": false,
|
91
89
|
"types": "dist/browser/index.d.ts",
|
92
|
-
"version": "2.70.
|
93
|
-
"type": "module"
|
94
|
-
"stableVersion": "2.69.2"
|
90
|
+
"version": "2.70.1",
|
91
|
+
"type": "module"
|
95
92
|
}
|