@xyo-network/react-drawer 4.0.0-rc.1 → 4.0.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -4
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@xyo-network/react-drawer",
|
3
|
-
"version": "4.0.
|
3
|
+
"version": "4.0.1",
|
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": "^5.0.
|
46
|
+
"@xylabs/react-flexbox": "^5.0.1"
|
47
47
|
},
|
48
48
|
"devDependencies": {
|
49
49
|
"@mui/material": "^6.1.1",
|
@@ -65,6 +65,5 @@
|
|
65
65
|
"publishConfig": {
|
66
66
|
"access": "public"
|
67
67
|
},
|
68
|
-
"docs": "dist/docs.json"
|
69
|
-
"stableVersion": "3.0.23"
|
68
|
+
"docs": "dist/docs.json"
|
70
69
|
}
|