@xyo-network/react-embed 2.54.0 → 2.55.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/docs.json +1493 -437
- package/package.json +13 -13
package/package.json
CHANGED
@@ -14,23 +14,23 @@
|
|
14
14
|
"@xylabs/react-async-effect": "^2.17.3",
|
15
15
|
"@xylabs/react-flexbox": "^2.17.3",
|
16
16
|
"@xylabs/react-shared": "^2.17.3",
|
17
|
-
"@xyo-network/huri": "^2.
|
18
|
-
"@xyo-network/module": "^2.
|
19
|
-
"@xyo-network/payload-model": "^2.
|
20
|
-
"@xyo-network/react-error": "^2.
|
21
|
-
"@xyo-network/react-payload-plugin": "^2.
|
22
|
-
"@xyo-network/react-shared": "^2.
|
23
|
-
"@xyo-network/schema-cache": "^2.
|
17
|
+
"@xyo-network/huri": "^2.63.1",
|
18
|
+
"@xyo-network/module": "^2.63.1",
|
19
|
+
"@xyo-network/payload-model": "^2.63.1",
|
20
|
+
"@xyo-network/react-error": "^2.55.0",
|
21
|
+
"@xyo-network/react-payload-plugin": "^2.55.0",
|
22
|
+
"@xyo-network/react-shared": "^2.55.0",
|
23
|
+
"@xyo-network/schema-cache": "^2.63.1"
|
24
24
|
},
|
25
25
|
"devDependencies": {
|
26
|
-
"@storybook/react": "^7.0.
|
26
|
+
"@storybook/react": "^7.0.23",
|
27
27
|
"@uniswap/sdk": "^3.0.3",
|
28
28
|
"@uniswap/sdk-core": "^3.2.6",
|
29
29
|
"@uniswap/v3-sdk": "^3.9.0",
|
30
|
-
"@xylabs/ts-scripts-yarn3": "^2.17.
|
31
|
-
"@xylabs/tsconfig-react": "^2.17.
|
32
|
-
"@xyo-network/react-aggregate-price-plugin": "^2.
|
33
|
-
"@xyo-network/react-crypto-market-uniswap-plugin": "^2.
|
30
|
+
"@xylabs/ts-scripts-yarn3": "^2.17.17",
|
31
|
+
"@xylabs/tsconfig-react": "^2.17.17",
|
32
|
+
"@xyo-network/react-aggregate-price-plugin": "^2.55.0",
|
33
|
+
"@xyo-network/react-crypto-market-uniswap-plugin": "^2.55.0",
|
34
34
|
"typescript": "^5.1.3"
|
35
35
|
},
|
36
36
|
"peerDependencies": {
|
@@ -85,5 +85,5 @@
|
|
85
85
|
},
|
86
86
|
"sideEffects": false,
|
87
87
|
"types": "dist/types/index.d.ts",
|
88
|
-
"version": "2.
|
88
|
+
"version": "2.55.0"
|
89
89
|
}
|