@xyo-network/react-connected-accounts 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 +14 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-connected-accounts",
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,31 +43,32 @@
43
43
  "lint-pkg": "npmPkgJsonLint ."
44
44
  },
45
45
  "dependencies": {
46
- "@xylabs/react-crypto": "^4.2.13",
47
- "@xylabs/react-flexbox": "^4.2.13",
48
- "@xyo-network/react-table": "^3.0.23"
46
+ "@xylabs/react-crypto": "^5.0.0-rc.1",
47
+ "@xylabs/react-flexbox": "^5.0.0-rc.1",
48
+ "@xyo-network/react-table": "^4.0.0-rc.1"
49
49
  },
50
50
  "devDependencies": {
51
- "@mui/icons-material": "^5.16.7",
52
- "@mui/material": "^5.16.7",
53
- "@mui/styles": "^5.16.7",
54
- "@storybook/react": "^8.3.2",
51
+ "@mui/icons-material": "^6.1.1",
52
+ "@mui/material": "^6.1.1",
53
+ "@mui/styles": "^6.1.1",
54
+ "@storybook/react": "^8.3.3",
55
55
  "@xylabs/ts-scripts-yarn3": "^4.0.7",
56
56
  "@xylabs/tsconfig-react": "^4.0.7",
57
57
  "react": "^18.3.1",
58
58
  "react-dom": "^18.3.1",
59
- "storybook": "^8.3.2",
59
+ "storybook": "^8.3.3",
60
60
  "typescript": "^5.6.2"
61
61
  },
62
62
  "peerDependencies": {
63
- "@mui/icons-material": "^5",
64
- "@mui/material": "^5",
65
- "@mui/styles": "^5",
63
+ "@mui/icons-material": "^6",
64
+ "@mui/material": "^6",
65
+ "@mui/styles": "^6",
66
66
  "react": "^18.2.0",
67
67
  "react-dom": "^18.2.0"
68
68
  },
69
69
  "publishConfig": {
70
70
  "access": "public"
71
71
  },
72
- "docs": "dist/docs.json"
72
+ "docs": "dist/docs.json",
73
+ "stableVersion": "3.0.23"
73
74
  }