@xyo-network/react-drawer 3.0.9 → 3.0.11

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.9",
3
+ "version": "3.0.11",
4
4
  "description": "Common React library for all XYO projects that use React",
5
5
  "keywords": [
6
6
  "xyo",
@@ -27,7 +27,7 @@
27
27
  "type": "module",
28
28
  "exports": {
29
29
  ".": {
30
- "import": {
30
+ "browser": {
31
31
  "types": "./dist/browser/index.d.ts",
32
32
  "default": "./dist/browser/index.mjs"
33
33
  },
@@ -43,7 +43,7 @@
43
43
  "lint-pkg": "npmPkgJsonLint ."
44
44
  },
45
45
  "dependencies": {
46
- "@xylabs/react-flexbox": "^4.1.2"
46
+ "@xylabs/react-flexbox": "^4.2.5"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@mui/material": "^5.16.7",