@xyo-network/react-embed 2.65.1 → 2.65.3
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +14 -14
package/package.json
CHANGED
@@ -10,27 +10,27 @@
|
|
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.13.3",
|
14
14
|
"@xylabs/react-async-effect": "^3.0.21",
|
15
15
|
"@xylabs/react-flexbox": "^3.0.21",
|
16
16
|
"@xylabs/react-shared": "^3.0.21",
|
17
|
-
"@xyo-network/huri": "^2.77.
|
18
|
-
"@xyo-network/payload-model": "^2.77.
|
19
|
-
"@xyo-network/react-error": "~2.65.
|
20
|
-
"@xyo-network/react-payload-plugin": "~2.65.
|
21
|
-
"@xyo-network/react-shared": "~2.65.
|
22
|
-
"@xyo-network/schema-cache": "^2.77.
|
23
|
-
"react-router-dom": "^6.
|
17
|
+
"@xyo-network/huri": "^2.77.7",
|
18
|
+
"@xyo-network/payload-model": "^2.77.7",
|
19
|
+
"@xyo-network/react-error": "~2.65.3",
|
20
|
+
"@xyo-network/react-payload-plugin": "~2.65.3",
|
21
|
+
"@xyo-network/react-shared": "~2.65.3",
|
22
|
+
"@xyo-network/schema-cache": "^2.77.7",
|
23
|
+
"react-router-dom": "^6.17.0"
|
24
24
|
},
|
25
25
|
"devDependencies": {
|
26
|
-
"@storybook/react": "^7.
|
26
|
+
"@storybook/react": "^7.5.1",
|
27
27
|
"@uniswap/sdk": "^3.0.3",
|
28
28
|
"@uniswap/sdk-core": "^4.0.9",
|
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.65.
|
33
|
-
"@xyo-network/react-crypto-market-uniswap-plugin": "~2.65.
|
30
|
+
"@xylabs/ts-scripts-yarn3": "^3.1.13",
|
31
|
+
"@xylabs/tsconfig-react": "^3.1.13",
|
32
|
+
"@xyo-network/react-aggregate-price-plugin": "~2.65.3",
|
33
|
+
"@xyo-network/react-crypto-market-uniswap-plugin": "~2.65.3",
|
34
34
|
"typescript": "^5.2.2"
|
35
35
|
},
|
36
36
|
"peerDependencies": {
|
@@ -91,6 +91,6 @@
|
|
91
91
|
},
|
92
92
|
"sideEffects": false,
|
93
93
|
"types": "dist/browser/index.d.ts",
|
94
|
-
"version": "2.65.
|
94
|
+
"version": "2.65.3",
|
95
95
|
"type": "module"
|
96
96
|
}
|