@xyo-network/react-drawer 3.0.0 → 3.0.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
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": "^4.0.
|
13
|
+
"@xylabs/react-flexbox": "^4.0.1"
|
14
14
|
},
|
15
15
|
"peerDependencies": {
|
16
16
|
"@mui/material": "^5",
|
@@ -59,6 +59,6 @@
|
|
59
59
|
},
|
60
60
|
"sideEffects": false,
|
61
61
|
"types": "dist/browser/index.d.ts",
|
62
|
-
"version": "3.0.
|
62
|
+
"version": "3.0.1",
|
63
63
|
"type": "module"
|
64
64
|
}
|