@xyo-network/react-embed 2.67.10 → 2.67.12

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 +15 -15
package/package.json CHANGED
@@ -10,24 +10,24 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xylabs/delay": "^2.13.23",
14
- "@xylabs/react-async-effect": "^3.0.36",
15
- "@xylabs/react-flexbox": "^3.0.36",
16
- "@xylabs/react-shared": "^3.0.36",
17
- "@xyo-network/huri": "^2.88.0",
18
- "@xyo-network/payload-model": "^2.88.0",
19
- "@xyo-network/react-error": "~2.67.10",
20
- "@xyo-network/react-payload-plugin": "~2.67.10",
21
- "@xyo-network/react-shared": "~2.67.10",
22
- "@xyo-network/schema-cache": "^2.88.0"
13
+ "@xylabs/delay": "^2.13.25",
14
+ "@xylabs/react-async-effect": "^3.0.39",
15
+ "@xylabs/react-flexbox": "^3.0.39",
16
+ "@xylabs/react-shared": "^3.0.39",
17
+ "@xyo-network/huri": "^2.88.1",
18
+ "@xyo-network/payload-model": "^2.88.1",
19
+ "@xyo-network/react-error": "~2.67.12",
20
+ "@xyo-network/react-payload-plugin": "~2.67.12",
21
+ "@xyo-network/react-shared": "~2.67.12",
22
+ "@xyo-network/schema-cache": "^2.88.1"
23
23
  },
24
24
  "devDependencies": {
25
- "@storybook/react": "^7.6.9",
25
+ "@storybook/react": "^7.6.10",
26
26
  "@xylabs/ts-scripts-yarn3": "^3.2.41",
27
27
  "@xylabs/tsconfig-react": "^3.2.41",
28
- "@xyo-network/react-aggregate-price-plugin": "~2.67.10",
29
- "@xyo-network/react-crypto-market-uniswap-plugin": "~2.67.10",
30
- "react-router-dom": "^6.21.2",
28
+ "@xyo-network/react-aggregate-price-plugin": "~2.67.12",
29
+ "@xyo-network/react-crypto-market-uniswap-plugin": "~2.67.12",
30
+ "react-router-dom": "^6.21.3",
31
31
  "typescript": "^5.3.3"
32
32
  },
33
33
  "peerDependencies": {
@@ -88,6 +88,6 @@
88
88
  },
89
89
  "sideEffects": false,
90
90
  "types": "dist/browser/index.d.ts",
91
- "version": "2.67.10",
91
+ "version": "2.67.12",
92
92
  "type": "module"
93
93
  }