@xyo-network/react-embed 2.60.12 → 2.61.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +13 -13
- package/dist/docs.json +0 -4991
package/package.json
CHANGED
@@ -10,26 +10,26 @@
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
|
11
11
|
},
|
12
12
|
"dependencies": {
|
13
|
-
"@xylabs/delay": "^2.
|
13
|
+
"@xylabs/delay": "^2.10.11",
|
14
14
|
"@xylabs/react-async-effect": "~2.17.15",
|
15
15
|
"@xylabs/react-flexbox": "~2.17.15",
|
16
16
|
"@xylabs/react-shared": "~2.17.15",
|
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.73.3",
|
18
|
+
"@xyo-network/payload-model": "^2.73.3",
|
19
|
+
"@xyo-network/react-error": "~2.61.0",
|
20
|
+
"@xyo-network/react-payload-plugin": "~2.61.0",
|
21
|
+
"@xyo-network/react-shared": "~2.61.0",
|
22
|
+
"@xyo-network/schema-cache": "^2.73.3"
|
23
23
|
},
|
24
24
|
"devDependencies": {
|
25
25
|
"@storybook/react": "^7.4.0",
|
26
26
|
"@uniswap/sdk": "^3.0.3",
|
27
|
-
"@uniswap/sdk-core": "^4.0.
|
27
|
+
"@uniswap/sdk-core": "^4.0.7",
|
28
28
|
"@uniswap/v3-sdk": "^3.10.0",
|
29
|
-
"@xylabs/ts-scripts-yarn3": "^2.19.
|
30
|
-
"@xylabs/tsconfig-react": "^2.19.
|
31
|
-
"@xyo-network/react-aggregate-price-plugin": "~2.
|
32
|
-
"@xyo-network/react-crypto-market-uniswap-plugin": "~2.
|
29
|
+
"@xylabs/ts-scripts-yarn3": "^2.19.5",
|
30
|
+
"@xylabs/tsconfig-react": "^2.19.5",
|
31
|
+
"@xyo-network/react-aggregate-price-plugin": "~2.61.0",
|
32
|
+
"@xyo-network/react-crypto-market-uniswap-plugin": "~2.61.0",
|
33
33
|
"typescript": "^5.2.2"
|
34
34
|
},
|
35
35
|
"peerDependencies": {
|
@@ -84,5 +84,5 @@
|
|
84
84
|
},
|
85
85
|
"sideEffects": false,
|
86
86
|
"types": "dist/types/index.d.ts",
|
87
|
-
"version": "2.
|
87
|
+
"version": "2.61.0"
|
88
88
|
}
|