@xyo-network/react-embed 2.64.10 → 2.65.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +12 -12
- package/dist/docs.json +0 -4925
package/package.json
CHANGED
@@ -10,16 +10,16 @@
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
|
11
11
|
},
|
12
12
|
"dependencies": {
|
13
|
-
"@xylabs/delay": "^2.12.
|
13
|
+
"@xylabs/delay": "^2.12.24",
|
14
14
|
"@xylabs/react-async-effect": "^3.0.18",
|
15
15
|
"@xylabs/react-flexbox": "^3.0.18",
|
16
16
|
"@xylabs/react-shared": "^3.0.18",
|
17
|
-
"@xyo-network/huri": "^2.
|
18
|
-
"@xyo-network/payload-model": "^2.
|
19
|
-
"@xyo-network/react-error": "~2.
|
20
|
-
"@xyo-network/react-payload-plugin": "~2.
|
21
|
-
"@xyo-network/react-shared": "~2.
|
22
|
-
"@xyo-network/schema-cache": "^2.
|
17
|
+
"@xyo-network/huri": "^2.76.0",
|
18
|
+
"@xyo-network/payload-model": "^2.76.0",
|
19
|
+
"@xyo-network/react-error": "~2.65.0",
|
20
|
+
"@xyo-network/react-payload-plugin": "~2.65.0",
|
21
|
+
"@xyo-network/react-shared": "~2.65.0",
|
22
|
+
"@xyo-network/schema-cache": "^2.76.0",
|
23
23
|
"react-router-dom": "^6.16.0"
|
24
24
|
},
|
25
25
|
"devDependencies": {
|
@@ -27,10 +27,10 @@
|
|
27
27
|
"@uniswap/sdk": "^3.0.3",
|
28
28
|
"@uniswap/sdk-core": "^4.0.7",
|
29
29
|
"@uniswap/v3-sdk": "^3.10.0",
|
30
|
-
"@xylabs/ts-scripts-yarn3": "^3.1.
|
31
|
-
"@xylabs/tsconfig-react": "^3.1.
|
32
|
-
"@xyo-network/react-aggregate-price-plugin": "~2.
|
33
|
-
"@xyo-network/react-crypto-market-uniswap-plugin": "~2.
|
30
|
+
"@xylabs/ts-scripts-yarn3": "^3.1.9",
|
31
|
+
"@xylabs/tsconfig-react": "^3.1.9",
|
32
|
+
"@xyo-network/react-aggregate-price-plugin": "~2.65.0",
|
33
|
+
"@xyo-network/react-crypto-market-uniswap-plugin": "~2.65.0",
|
34
34
|
"typescript": "^5.2.2"
|
35
35
|
},
|
36
36
|
"peerDependencies": {
|
@@ -92,6 +92,6 @@
|
|
92
92
|
},
|
93
93
|
"sideEffects": false,
|
94
94
|
"types": "dist/browser/index.d.ts",
|
95
|
-
"version": "2.
|
95
|
+
"version": "2.65.0",
|
96
96
|
"type": "module"
|
97
97
|
}
|