@xyo-network/react-drawer 3.0.16 → 3.0.17

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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-drawer",
3
- "version": "3.0.16",
3
+ "version": "3.0.17",
4
4
  "description": "Common React library for all XYO projects that use React",
5
5
  "keywords": [
6
6
  "xyo",
@@ -43,7 +43,7 @@
43
43
  "lint-pkg": "npmPkgJsonLint ."
44
44
  },
45
45
  "dependencies": {
46
- "@xylabs/react-flexbox": "^4.2.10"
46
+ "@xylabs/react-flexbox": "^4.2.12"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@mui/material": "^5.16.7",
@@ -54,7 +54,7 @@
54
54
  "react": "^18.3.1",
55
55
  "react-dom": "^18.3.1",
56
56
  "storybook": "^8.2.9",
57
- "typescript": "^5.5.4"
57
+ "typescript": "^5.6.2"
58
58
  },
59
59
  "peerDependencies": {
60
60
  "@mui/material": "^5",