@xyo-network/react-embed 2.69.2 → 2.70.0-rc.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +13 -11
package/package.json
CHANGED
@@ -10,23 +10,24 @@
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
|
11
11
|
},
|
12
12
|
"dependencies": {
|
13
|
-
"@xylabs/delay": "^3.0.
|
13
|
+
"@xylabs/delay": "^3.0.6",
|
14
14
|
"@xylabs/react-async-effect": "^3.1.2",
|
15
15
|
"@xylabs/react-flexbox": "^3.1.2",
|
16
|
+
"@xylabs/react-select": "^3.1.2",
|
16
17
|
"@xylabs/react-shared": "^3.1.2",
|
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.
|
18
|
+
"@xyo-network/huri": "^2.92.0-rc.9",
|
19
|
+
"@xyo-network/payload-model": "^2.92.0-rc.9",
|
20
|
+
"@xyo-network/react-error": "~2.70.0-rc.1",
|
21
|
+
"@xyo-network/react-payload-plugin": "~2.70.0-rc.1",
|
22
|
+
"@xyo-network/react-shared": "~2.70.0-rc.1",
|
23
|
+
"@xyo-network/schema-cache": "^2.92.0-rc.9"
|
23
24
|
},
|
24
25
|
"devDependencies": {
|
25
26
|
"@storybook/react": "^7.6.17",
|
26
27
|
"@xylabs/ts-scripts-yarn3": "^3.4.1",
|
27
28
|
"@xylabs/tsconfig-react": "^3.4.1",
|
28
|
-
"@xyo-network/react-aggregate-price-plugin": "~2.
|
29
|
-
"@xyo-network/react-crypto-market-uniswap-plugin": "~2.
|
29
|
+
"@xyo-network/react-aggregate-price-plugin": "~2.70.0-rc.1",
|
30
|
+
"@xyo-network/react-crypto-market-uniswap-plugin": "~2.70.0-rc.1",
|
30
31
|
"react-router-dom": "^6.22.1",
|
31
32
|
"typescript": "^5.3.3"
|
32
33
|
},
|
@@ -88,6 +89,7 @@
|
|
88
89
|
},
|
89
90
|
"sideEffects": false,
|
90
91
|
"types": "dist/browser/index.d.ts",
|
91
|
-
"version": "2.
|
92
|
-
"type": "module"
|
92
|
+
"version": "2.70.0-rc.1",
|
93
|
+
"type": "module",
|
94
|
+
"stableVersion": "2.69.2"
|
93
95
|
}
|