@xyo-network/react-embed 2.64.0-rc.4 → 2.64.0-rc.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +8 -8
package/package.json CHANGED
@@ -10,26 +10,26 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xylabs/delay": "^2.11.7",
13
+ "@xylabs/delay": "^2.11.11",
14
14
  "@xylabs/react-async-effect": "^3.1.0-rc.6",
15
15
  "@xylabs/react-flexbox": "^3.1.0-rc.6",
16
16
  "@xylabs/react-shared": "^3.1.0-rc.6",
17
17
  "@xyo-network/huri": "^2.74.5",
18
18
  "@xyo-network/payload-model": "^2.74.5",
19
- "@xyo-network/react-error": "~2.64.0-rc.4",
20
- "@xyo-network/react-payload-plugin": "~2.64.0-rc.4",
21
- "@xyo-network/react-shared": "~2.64.0-rc.4",
19
+ "@xyo-network/react-error": "~2.64.0-rc.6",
20
+ "@xyo-network/react-payload-plugin": "~2.64.0-rc.6",
21
+ "@xyo-network/react-shared": "~2.64.0-rc.6",
22
22
  "@xyo-network/schema-cache": "^2.74.5"
23
23
  },
24
24
  "devDependencies": {
25
- "@storybook/react": "^7.4.3",
25
+ "@storybook/react": "^7.4.4",
26
26
  "@uniswap/sdk": "^3.0.3",
27
27
  "@uniswap/sdk-core": "^4.0.7",
28
28
  "@uniswap/v3-sdk": "^3.10.0",
29
29
  "@xylabs/ts-scripts-yarn3": "^3.0.55",
30
30
  "@xylabs/tsconfig-react": "^3.0.55",
31
- "@xyo-network/react-aggregate-price-plugin": "~2.64.0-rc.4",
32
- "@xyo-network/react-crypto-market-uniswap-plugin": "~2.64.0-rc.4",
31
+ "@xyo-network/react-aggregate-price-plugin": "~2.64.0-rc.6",
32
+ "@xyo-network/react-crypto-market-uniswap-plugin": "~2.64.0-rc.6",
33
33
  "typescript": "^5.2.2"
34
34
  },
35
35
  "peerDependencies": {
@@ -92,6 +92,6 @@
92
92
  },
93
93
  "sideEffects": false,
94
94
  "types": "dist/browser/index.d.ts",
95
- "version": "2.64.0-rc.4",
95
+ "version": "2.64.0-rc.6",
96
96
  "stableVersion": "2.63.1"
97
97
  }