@xyo-network/react-embed 2.70.5 → 2.70.7
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +21 -17
package/package.json
CHANGED
@@ -13,29 +13,33 @@
|
|
13
13
|
"@mui/icons-material": "^5.15.12",
|
14
14
|
"@mui/material": "^5.15.12",
|
15
15
|
"@mui/styles": "^5.15.12",
|
16
|
-
"@xylabs/delay": "^3.0.
|
17
|
-
"@xylabs/react-async-effect": "^3.1.
|
18
|
-
"@xylabs/react-flexbox": "^3.1.
|
19
|
-
"@xylabs/react-select": "^3.1.
|
20
|
-
"@xylabs/react-shared": "^3.1.
|
21
|
-
"@xyo-network/huri": "^2.92.
|
22
|
-
"@xyo-network/payload-model": "^2.92.
|
23
|
-
"@xyo-network/react-error": "~2.70.
|
24
|
-
"@xyo-network/react-payload-plugin": "~2.70.
|
25
|
-
"@xyo-network/react-shared": "~2.70.
|
26
|
-
"@xyo-network/schema-cache": "^2.92.
|
16
|
+
"@xylabs/delay": "^3.0.12",
|
17
|
+
"@xylabs/react-async-effect": "^3.1.5",
|
18
|
+
"@xylabs/react-flexbox": "^3.1.5",
|
19
|
+
"@xylabs/react-select": "^3.1.5",
|
20
|
+
"@xylabs/react-shared": "^3.1.5",
|
21
|
+
"@xyo-network/huri": "^2.92.3",
|
22
|
+
"@xyo-network/payload-model": "^2.92.3",
|
23
|
+
"@xyo-network/react-error": "~2.70.7",
|
24
|
+
"@xyo-network/react-payload-plugin": "~2.70.7",
|
25
|
+
"@xyo-network/react-shared": "~2.70.7",
|
26
|
+
"@xyo-network/schema-cache": "^2.92.3",
|
27
27
|
"react": "^18.2.0",
|
28
28
|
"react-dom": "^18.2.0"
|
29
29
|
},
|
30
30
|
"devDependencies": {
|
31
31
|
"@storybook/react": "^7.6.17",
|
32
|
-
"@xylabs/ts-scripts-yarn3": "^3.
|
33
|
-
"@xylabs/tsconfig-react": "^3.
|
34
|
-
"@xyo-network/react-aggregate-price-plugin": "~2.70.
|
35
|
-
"@xyo-network/react-crypto-market-uniswap-plugin": "~2.70.
|
36
|
-
"react-router-dom": "^6.22.
|
32
|
+
"@xylabs/ts-scripts-yarn3": "^3.5.2",
|
33
|
+
"@xylabs/tsconfig-react": "^3.5.2",
|
34
|
+
"@xyo-network/react-aggregate-price-plugin": "~2.70.7",
|
35
|
+
"@xyo-network/react-crypto-market-uniswap-plugin": "~2.70.7",
|
36
|
+
"react-router-dom": "^6.22.3",
|
37
37
|
"typescript": "^5.4.2"
|
38
38
|
},
|
39
|
+
"peerDependencies": {
|
40
|
+
"@emotion/react": "^11",
|
41
|
+
"@emotion/styled": "^11"
|
42
|
+
},
|
39
43
|
"description": "Common React library for all XYO projects that use React",
|
40
44
|
"docs": "dist/docs.json",
|
41
45
|
"exports": {
|
@@ -87,6 +91,6 @@
|
|
87
91
|
},
|
88
92
|
"sideEffects": false,
|
89
93
|
"types": "dist/browser/index.d.ts",
|
90
|
-
"version": "2.70.
|
94
|
+
"version": "2.70.7",
|
91
95
|
"type": "module"
|
92
96
|
}
|