@xyo-network/react-card 3.0.23 → 4.0.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 +12 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-card",
3
- "version": "3.0.23",
3
+ "version": "4.0.0",
4
4
  "description": "Common React library for all XYO projects that use React",
5
5
  "keywords": [
6
6
  "xyo",
@@ -43,27 +43,27 @@
43
43
  "lint-pkg": "npmPkgJsonLint ."
44
44
  },
45
45
  "dependencies": {
46
- "@xylabs/react-flexbox": "^4.2.13",
47
- "@xyo-network/react-shared": "^3.0.23",
46
+ "@xylabs/react-flexbox": "^5.0.0",
47
+ "@xyo-network/react-shared": "^4.0.0",
48
48
  "react-router-dom": "^6.26.2"
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
- "@xyo-network/react-storybook": "^3.0.23",
57
+ "@xyo-network/react-storybook": "^4.0.0",
58
58
  "react": "^18.3.1",
59
59
  "react-dom": "^18.3.1",
60
- "storybook": "^8.3.2",
60
+ "storybook": "^8.3.3",
61
61
  "typescript": "^5.6.2"
62
62
  },
63
63
  "peerDependencies": {
64
- "@mui/icons-material": "^5",
65
- "@mui/material": "^5",
66
- "@mui/styles": "^5",
64
+ "@mui/icons-material": "^6",
65
+ "@mui/material": "^6",
66
+ "@mui/styles": "^6",
67
67
  "react": "^18",
68
68
  "react-dom": "^18"
69
69
  },