@xyo-network/react-embed 2.83.2 → 3.0.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +20 -20
package/package.json
CHANGED
@@ -10,29 +10,29 @@
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
|
11
11
|
},
|
12
12
|
"dependencies": {
|
13
|
-
"@mui/icons-material": "^5.16.
|
14
|
-
"@mui/material": "^5.16.
|
15
|
-
"@mui/styles": "^5.16.
|
16
|
-
"@xylabs/delay": "^
|
17
|
-
"@xylabs/react-async-effect": "^
|
18
|
-
"@xylabs/react-flexbox": "^
|
19
|
-
"@xylabs/react-select": "^
|
20
|
-
"@xylabs/react-shared": "^
|
21
|
-
"@xyo-network/huri": "^
|
22
|
-
"@xyo-network/payload-model": "^
|
23
|
-
"@xyo-network/react-error": "^
|
24
|
-
"@xyo-network/react-payload-plugin": "^
|
25
|
-
"@xyo-network/react-shared": "^
|
26
|
-
"@xyo-network/schema-cache": "^
|
13
|
+
"@mui/icons-material": "^5.16.7",
|
14
|
+
"@mui/material": "^5.16.7",
|
15
|
+
"@mui/styles": "^5.16.7",
|
16
|
+
"@xylabs/delay": "^4.0.0",
|
17
|
+
"@xylabs/react-async-effect": "^4.0.0",
|
18
|
+
"@xylabs/react-flexbox": "^4.0.0",
|
19
|
+
"@xylabs/react-select": "^4.0.0",
|
20
|
+
"@xylabs/react-shared": "^4.0.0",
|
21
|
+
"@xyo-network/huri": "^3.0.1",
|
22
|
+
"@xyo-network/payload-model": "^3.0.1",
|
23
|
+
"@xyo-network/react-error": "^3.0.0",
|
24
|
+
"@xyo-network/react-payload-plugin": "^3.0.0",
|
25
|
+
"@xyo-network/react-shared": "^3.0.0",
|
26
|
+
"@xyo-network/schema-cache": "^3.0.1",
|
27
27
|
"react": "^18.3.1",
|
28
28
|
"react-dom": "^18.3.1"
|
29
29
|
},
|
30
30
|
"devDependencies": {
|
31
|
-
"@storybook/react": "^8.2.
|
32
|
-
"@xylabs/ts-scripts-yarn3": "^4.0.0-rc.
|
33
|
-
"@xylabs/tsconfig-react": "^4.0.0-rc.
|
34
|
-
"@xyo-network/react-aggregate-price-plugin": "^
|
35
|
-
"@xyo-network/react-crypto-market-uniswap-plugin": "^
|
31
|
+
"@storybook/react": "^8.2.9",
|
32
|
+
"@xylabs/ts-scripts-yarn3": "^4.0.0-rc.15",
|
33
|
+
"@xylabs/tsconfig-react": "^4.0.0-rc.15",
|
34
|
+
"@xyo-network/react-aggregate-price-plugin": "^3.0.0",
|
35
|
+
"@xyo-network/react-crypto-market-uniswap-plugin": "^3.0.0",
|
36
36
|
"react-router-dom": "^6.26.0",
|
37
37
|
"typescript": "^5.5.4"
|
38
38
|
},
|
@@ -75,6 +75,6 @@
|
|
75
75
|
},
|
76
76
|
"sideEffects": false,
|
77
77
|
"types": "dist/browser/index.d.ts",
|
78
|
-
"version": "
|
78
|
+
"version": "3.0.0",
|
79
79
|
"type": "module"
|
80
80
|
}
|