@xyo-network/react-drawer 2.83.2 → 3.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 +5 -5
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.4.2"
13
+ "@xylabs/react-flexbox": "^4.0.0"
14
14
  },
15
15
  "peerDependencies": {
16
16
  "@mui/material": "^5",
@@ -19,9 +19,9 @@
19
19
  "react-dom": "^18"
20
20
  },
21
21
  "devDependencies": {
22
- "@storybook/react": "^8.2.8",
23
- "@xylabs/ts-scripts-yarn3": "^4.0.0-rc.12",
24
- "@xylabs/tsconfig-react": "^4.0.0-rc.12",
22
+ "@storybook/react": "^8.2.9",
23
+ "@xylabs/ts-scripts-yarn3": "^4.0.0-rc.15",
24
+ "@xylabs/tsconfig-react": "^4.0.0-rc.15",
25
25
  "typescript": "^5.5.4"
26
26
  },
27
27
  "description": "Common React library for all XYO projects that use React",
@@ -59,6 +59,6 @@
59
59
  },
60
60
  "sideEffects": false,
61
61
  "types": "dist/browser/index.d.ts",
62
- "version": "2.83.2",
62
+ "version": "3.0.0",
63
63
  "type": "module"
64
64
  }