@xyo-network/react-embed 3.0.0 → 3.0.1

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 +14 -14
package/package.json CHANGED
@@ -13,17 +13,17 @@
13
13
  "@mui/icons-material": "^5.16.7",
14
14
  "@mui/material": "^5.16.7",
15
15
  "@mui/styles": "^5.16.7",
16
- "@xylabs/delay": "^4.0.0",
17
- "@xylabs/react-async-effect": "^4.0.0",
18
- "@xylabs/react-flexbox": "^4.0.0",
19
- "@xylabs/react-select": "^4.0.0",
20
- "@xylabs/react-shared": "^4.0.0",
21
- "@xyo-network/huri": "^3.0.1",
22
- "@xyo-network/payload-model": "^3.0.1",
23
- "@xyo-network/react-error": "^3.0.0",
24
- "@xyo-network/react-payload-plugin": "^3.0.0",
25
- "@xyo-network/react-shared": "^3.0.0",
26
- "@xyo-network/schema-cache": "^3.0.1",
16
+ "@xylabs/delay": "^4.0.1",
17
+ "@xylabs/react-async-effect": "^4.0.1",
18
+ "@xylabs/react-flexbox": "^4.0.1",
19
+ "@xylabs/react-select": "^4.0.1",
20
+ "@xylabs/react-shared": "^4.0.1",
21
+ "@xyo-network/huri": "^3.0.2",
22
+ "@xyo-network/payload-model": "^3.0.2",
23
+ "@xyo-network/react-error": "^3.0.1",
24
+ "@xyo-network/react-payload-plugin": "^3.0.1",
25
+ "@xyo-network/react-shared": "^3.0.1",
26
+ "@xyo-network/schema-cache": "^3.0.2",
27
27
  "react": "^18.3.1",
28
28
  "react-dom": "^18.3.1"
29
29
  },
@@ -31,8 +31,8 @@
31
31
  "@storybook/react": "^8.2.9",
32
32
  "@xylabs/ts-scripts-yarn3": "^4.0.0-rc.15",
33
33
  "@xylabs/tsconfig-react": "^4.0.0-rc.15",
34
- "@xyo-network/react-aggregate-price-plugin": "^3.0.0",
35
- "@xyo-network/react-crypto-market-uniswap-plugin": "^3.0.0",
34
+ "@xyo-network/react-aggregate-price-plugin": "^3.0.1",
35
+ "@xyo-network/react-crypto-market-uniswap-plugin": "^3.0.1",
36
36
  "react-router-dom": "^6.26.0",
37
37
  "typescript": "^5.5.4"
38
38
  },
@@ -75,6 +75,6 @@
75
75
  },
76
76
  "sideEffects": false,
77
77
  "types": "dist/browser/index.d.ts",
78
- "version": "3.0.0",
78
+ "version": "3.0.1",
79
79
  "type": "module"
80
80
  }