@xyo-network/react-embed 2.77.0-rc.1 → 2.77.0

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 -16
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.15.18",
14
- "@mui/material": "^5.15.18",
15
- "@mui/styles": "^5.15.18",
13
+ "@mui/icons-material": "^5.15.20",
14
+ "@mui/material": "^5.15.20",
15
+ "@mui/styles": "^5.15.20",
16
16
  "@xylabs/delay": "^3.5.1",
17
17
  "@xylabs/react-async-effect": "^3.1.7",
18
18
  "@xylabs/react-flexbox": "^3.1.7",
19
19
  "@xylabs/react-select": "^3.1.7",
20
20
  "@xylabs/react-shared": "^3.1.7",
21
- "@xyo-network/huri": "next",
22
- "@xyo-network/payload-model": "next",
23
- "@xyo-network/react-error": "~2.77.0-rc.1",
24
- "@xyo-network/react-payload-plugin": "~2.77.0-rc.1",
25
- "@xyo-network/react-shared": "~2.77.0-rc.1",
26
- "@xyo-network/schema-cache": "next",
21
+ "@xyo-network/huri": "^2.106.0",
22
+ "@xyo-network/payload-model": "^2.106.0",
23
+ "@xyo-network/react-error": "~2.77.0",
24
+ "@xyo-network/react-payload-plugin": "~2.77.0",
25
+ "@xyo-network/react-shared": "~2.77.0",
26
+ "@xyo-network/schema-cache": "^2.106.0",
27
27
  "react": "^18.3.1",
28
28
  "react-dom": "^18.3.1"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@storybook/react": "^7.6.19",
32
- "@xylabs/ts-scripts-yarn3": "^3.10.4",
33
- "@xylabs/tsconfig-react": "^3.10.4",
34
- "@xyo-network/react-aggregate-price-plugin": "~2.77.0-rc.1",
35
- "@xyo-network/react-crypto-market-uniswap-plugin": "~2.77.0-rc.1",
32
+ "@xylabs/ts-scripts-yarn3": "^3.11.2",
33
+ "@xylabs/tsconfig-react": "^3.11.2",
34
+ "@xyo-network/react-aggregate-price-plugin": "~2.77.0",
35
+ "@xyo-network/react-crypto-market-uniswap-plugin": "~2.77.0",
36
36
  "react-router-dom": "^6.23.1",
37
37
  "typescript": "^5.4.5"
38
38
  },
@@ -91,7 +91,6 @@
91
91
  },
92
92
  "sideEffects": false,
93
93
  "types": "dist/browser/index.d.ts",
94
- "version": "2.77.0-rc.1",
95
- "type": "module",
96
- "stableVersion": "2.76.6"
94
+ "version": "2.77.0",
95
+ "type": "module"
97
96
  }