@xyo-network/react-embed 3.0.23 → 4.0.0-rc.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 +21 -20
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-embed",
3
- "version": "3.0.23",
3
+ "version": "4.0.0-rc.1",
4
4
  "description": "Common React library for all XYO projects that use React",
5
5
  "keywords": [
6
6
  "xyo",
@@ -43,34 +43,34 @@
43
43
  "lint-pkg": "npmPkgJsonLint ."
44
44
  },
45
45
  "dependencies": {
46
- "@mui/icons-material": "^5.16.7",
47
- "@mui/material": "^5.16.7",
48
- "@mui/styles": "^5.16.7",
46
+ "@mui/icons-material": "^6.1.1",
47
+ "@mui/material": "^6.1.1",
48
+ "@mui/styles": "^6.1.1",
49
49
  "@xylabs/delay": "^4.0.10",
50
- "@xylabs/react-async-effect": "^4.2.13",
51
- "@xylabs/react-flexbox": "^4.2.13",
52
- "@xylabs/react-hooks": "^4.2.13",
53
- "@xylabs/react-select": "^4.2.13",
54
- "@xylabs/react-shared": "^4.2.13",
55
- "@xyo-network/huri": "^3.1.11",
56
- "@xyo-network/payload-model": "^3.1.11",
57
- "@xyo-network/react-error": "^3.0.23",
58
- "@xyo-network/react-payload-plugin": "^3.0.23",
59
- "@xyo-network/react-shared": "^3.0.23",
60
- "@xyo-network/schema-cache": "^3.1.11",
50
+ "@xylabs/react-async-effect": "^5.0.0-rc.1",
51
+ "@xylabs/react-flexbox": "^5.0.0-rc.1",
52
+ "@xylabs/react-hooks": "^5.0.0-rc.1",
53
+ "@xylabs/react-select": "^5.0.0-rc.1",
54
+ "@xylabs/react-shared": "^5.0.0-rc.1",
55
+ "@xyo-network/huri": "^3.1.13",
56
+ "@xyo-network/payload-model": "^3.1.13",
57
+ "@xyo-network/react-error": "^4.0.0-rc.1",
58
+ "@xyo-network/react-payload-plugin": "^4.0.0-rc.1",
59
+ "@xyo-network/react-shared": "^4.0.0-rc.1",
60
+ "@xyo-network/schema-cache": "^3.1.13",
61
61
  "react": "^18.3.1",
62
62
  "react-dom": "^18.3.1"
63
63
  },
64
64
  "devDependencies": {
65
65
  "@emotion/react": "^11.13.3",
66
66
  "@emotion/styled": "^11.13.0",
67
- "@storybook/react": "^8.3.2",
67
+ "@storybook/react": "^8.3.3",
68
68
  "@xylabs/ts-scripts-yarn3": "^4.0.7",
69
69
  "@xylabs/tsconfig-react": "^4.0.7",
70
- "@xyo-network/react-aggregate-price-plugin": "^3.0.23",
71
- "@xyo-network/react-crypto-market-uniswap-plugin": "^3.0.23",
70
+ "@xyo-network/react-aggregate-price-plugin": "^4.0.0-rc.1",
71
+ "@xyo-network/react-crypto-market-uniswap-plugin": "^4.0.0-rc.1",
72
72
  "react-router-dom": "^6.26.2",
73
- "storybook": "^8.3.2",
73
+ "storybook": "^8.3.3",
74
74
  "typescript": "^5.6.2"
75
75
  },
76
76
  "peerDependencies": {
@@ -80,5 +80,6 @@
80
80
  "publishConfig": {
81
81
  "access": "public"
82
82
  },
83
- "docs": "dist/docs.json"
83
+ "docs": "dist/docs.json",
84
+ "stableVersion": "3.0.23"
84
85
  }