@xyo-network/react-embed 2.65.7 → 2.66.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +11 -14
package/package.json
CHANGED
@@ -14,23 +14,20 @@
|
|
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.
|
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.81.6",
|
18
|
+
"@xyo-network/payload-model": "^2.81.6",
|
19
|
+
"@xyo-network/react-error": "~2.66.0",
|
20
|
+
"@xyo-network/react-payload-plugin": "~2.66.0",
|
21
|
+
"@xyo-network/react-shared": "~2.66.0",
|
22
|
+
"@xyo-network/schema-cache": "^2.81.6",
|
23
23
|
"react-router-dom": "^6.19.0"
|
24
24
|
},
|
25
25
|
"devDependencies": {
|
26
26
|
"@storybook/react": "^7.5.3",
|
27
|
-
"@
|
28
|
-
"@
|
29
|
-
"@
|
30
|
-
"@
|
31
|
-
"@xylabs/tsconfig-react": "^3.2.2",
|
32
|
-
"@xyo-network/react-aggregate-price-plugin": "~2.65.7",
|
33
|
-
"@xyo-network/react-crypto-market-uniswap-plugin": "~2.65.7",
|
27
|
+
"@xylabs/ts-scripts-yarn3": "^3.2.8",
|
28
|
+
"@xylabs/tsconfig-react": "^3.2.8",
|
29
|
+
"@xyo-network/react-aggregate-price-plugin": "~2.66.0",
|
30
|
+
"@xyo-network/react-crypto-market-uniswap-plugin": "~2.66.0",
|
34
31
|
"typescript": "^5.2.2"
|
35
32
|
},
|
36
33
|
"peerDependencies": {
|
@@ -91,6 +88,6 @@
|
|
91
88
|
},
|
92
89
|
"sideEffects": false,
|
93
90
|
"types": "dist/browser/index.d.ts",
|
94
|
-
"version": "2.
|
91
|
+
"version": "2.66.0",
|
95
92
|
"type": "module"
|
96
93
|
}
|