@xyo-network/react-drawer 4.3.0-rc.2 → 4.3.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 +4 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-drawer",
3
- "version": "4.3.0-rc.2",
3
+ "version": "4.3.1",
4
4
  "description": "Common React library for all XYO projects that use React",
5
5
  "keywords": [
6
6
  "xyo",
@@ -46,8 +46,8 @@
46
46
  "@xylabs/react-flexbox": "^5.3.13"
47
47
  },
48
48
  "devDependencies": {
49
- "@mui/material": "^6.2.1",
50
- "@mui/styles": "^6.2.1",
49
+ "@mui/material": "^6.3.0",
50
+ "@mui/styles": "^6.3.0",
51
51
  "@storybook/react": "^8.4.7",
52
52
  "@xylabs/ts-scripts-yarn3": "^4.2.6",
53
53
  "@xylabs/tsconfig-react": "^4.2.6",
@@ -65,6 +65,5 @@
65
65
  "publishConfig": {
66
66
  "access": "public"
67
67
  },
68
- "docs": "dist/docs.json",
69
- "stableVersion": "4.2.14"
68
+ "docs": "dist/docs.json"
70
69
  }