@xyo-network/react-drawer 3.0.22 → 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 +10 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-drawer",
3
- "version": "3.0.22",
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,27 +43,28 @@
43
43
  "lint-pkg": "npmPkgJsonLint ."
44
44
  },
45
45
  "dependencies": {
46
- "@xylabs/react-flexbox": "^4.2.13"
46
+ "@xylabs/react-flexbox": "^5.0.0-rc.1"
47
47
  },
48
48
  "devDependencies": {
49
- "@mui/material": "^5.16.7",
50
- "@mui/styles": "^5.16.7",
51
- "@storybook/react": "^8.3.0",
49
+ "@mui/material": "^6.1.1",
50
+ "@mui/styles": "^6.1.1",
51
+ "@storybook/react": "^8.3.3",
52
52
  "@xylabs/ts-scripts-yarn3": "^4.0.7",
53
53
  "@xylabs/tsconfig-react": "^4.0.7",
54
54
  "react": "^18.3.1",
55
55
  "react-dom": "^18.3.1",
56
- "storybook": "^8.3.0",
56
+ "storybook": "^8.3.3",
57
57
  "typescript": "^5.6.2"
58
58
  },
59
59
  "peerDependencies": {
60
- "@mui/material": "^5",
61
- "@mui/styles": "^5",
60
+ "@mui/material": "^6",
61
+ "@mui/styles": "^6",
62
62
  "react": "^18",
63
63
  "react-dom": "^18"
64
64
  },
65
65
  "publishConfig": {
66
66
  "access": "public"
67
67
  },
68
- "docs": "dist/docs.json"
68
+ "docs": "dist/docs.json",
69
+ "stableVersion": "3.0.23"
69
70
  }