@xyo-network/react-embed 2.83.2 → 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 +20 -20
package/package.json CHANGED
@@ -10,29 +10,29 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@mui/icons-material": "^5.16.6",
14
- "@mui/material": "^5.16.6",
15
- "@mui/styles": "^5.16.6",
16
- "@xylabs/delay": "^3.6.12",
17
- "@xylabs/react-async-effect": "^3.4.2",
18
- "@xylabs/react-flexbox": "^3.4.2",
19
- "@xylabs/react-select": "^3.4.2",
20
- "@xylabs/react-shared": "^3.4.2",
21
- "@xyo-network/huri": "^2.111.3",
22
- "@xyo-network/payload-model": "^2.111.3",
23
- "@xyo-network/react-error": "^2.83.2",
24
- "@xyo-network/react-payload-plugin": "^2.83.2",
25
- "@xyo-network/react-shared": "^2.83.2",
26
- "@xyo-network/schema-cache": "^2.111.3",
13
+ "@mui/icons-material": "^5.16.7",
14
+ "@mui/material": "^5.16.7",
15
+ "@mui/styles": "^5.16.7",
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
  },
30
30
  "devDependencies": {
31
- "@storybook/react": "^8.2.8",
32
- "@xylabs/ts-scripts-yarn3": "^4.0.0-rc.12",
33
- "@xylabs/tsconfig-react": "^4.0.0-rc.12",
34
- "@xyo-network/react-aggregate-price-plugin": "^2.83.2",
35
- "@xyo-network/react-crypto-market-uniswap-plugin": "^2.83.2",
31
+ "@storybook/react": "^8.2.9",
32
+ "@xylabs/ts-scripts-yarn3": "^4.0.0-rc.15",
33
+ "@xylabs/tsconfig-react": "^4.0.0-rc.15",
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": "2.83.2",
78
+ "version": "3.0.1",
79
79
  "type": "module"
80
80
  }