@xyo-network/react-embed 2.57.0 → 2.57.1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/docs.json +4991 -0
- package/package.json +15 -15
package/package.json
CHANGED
@@ -11,25 +11,25 @@
|
|
11
11
|
},
|
12
12
|
"dependencies": {
|
13
13
|
"@xylabs/delay": "^2.9.3",
|
14
|
-
"@xylabs/react-async-effect": "
|
15
|
-
"@xylabs/react-flexbox": "
|
16
|
-
"@xylabs/react-shared": "
|
17
|
-
"@xyo-network/huri": "
|
18
|
-
"@xyo-network/payload-model": "
|
19
|
-
"@xyo-network/react-error": "
|
20
|
-
"@xyo-network/react-payload-plugin": "
|
21
|
-
"@xyo-network/react-shared": "
|
22
|
-
"@xyo-network/schema-cache": "
|
14
|
+
"@xylabs/react-async-effect": "~2.17.6",
|
15
|
+
"@xylabs/react-flexbox": "~2.17.6",
|
16
|
+
"@xylabs/react-shared": "~2.17.6",
|
17
|
+
"@xyo-network/huri": "~2.66.5",
|
18
|
+
"@xyo-network/payload-model": "~2.66.5",
|
19
|
+
"@xyo-network/react-error": "~2.57.1",
|
20
|
+
"@xyo-network/react-payload-plugin": "~2.57.1",
|
21
|
+
"@xyo-network/react-shared": "~2.57.1",
|
22
|
+
"@xyo-network/schema-cache": "~2.66.5"
|
23
23
|
},
|
24
24
|
"devDependencies": {
|
25
|
-
"@storybook/react": "^7.0
|
25
|
+
"@storybook/react": "^7.1.0",
|
26
26
|
"@uniswap/sdk": "^3.0.3",
|
27
27
|
"@uniswap/sdk-core": "^3.2.6",
|
28
28
|
"@uniswap/v3-sdk": "^3.10.0",
|
29
|
-
"@xylabs/ts-scripts-yarn3": "^2.18.
|
30
|
-
"@xylabs/tsconfig-react": "^2.18.
|
31
|
-
"@xyo-network/react-aggregate-price-plugin": "
|
32
|
-
"@xyo-network/react-crypto-market-uniswap-plugin": "
|
29
|
+
"@xylabs/ts-scripts-yarn3": "^2.18.11",
|
30
|
+
"@xylabs/tsconfig-react": "^2.18.11",
|
31
|
+
"@xyo-network/react-aggregate-price-plugin": "~2.57.1",
|
32
|
+
"@xyo-network/react-crypto-market-uniswap-plugin": "~2.57.1",
|
33
33
|
"typescript": "^5.1.6"
|
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.57.
|
87
|
+
"version": "2.57.1"
|
88
88
|
}
|