@xyo-network/react-drawer 2.69.0 → 2.69.2

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
@@ -10,7 +10,7 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xylabs/react-flexbox": "^3.1.0"
13
+ "@xylabs/react-flexbox": "^3.1.2"
14
14
  },
15
15
  "peerDependencies": {
16
16
  "@mui/material": "^5",
@@ -19,7 +19,7 @@
19
19
  "react-dom": "^18"
20
20
  },
21
21
  "devDependencies": {
22
- "@storybook/react": "^7.6.16",
22
+ "@storybook/react": "^7.6.17",
23
23
  "@xylabs/ts-scripts-yarn3": "^3.4.1",
24
24
  "@xylabs/tsconfig-react": "^3.4.1",
25
25
  "typescript": "^5.3.3"
@@ -75,6 +75,6 @@
75
75
  },
76
76
  "sideEffects": false,
77
77
  "types": "dist/browser/index.d.ts",
78
- "version": "2.69.0",
78
+ "version": "2.69.2",
79
79
  "type": "module"
80
80
  }