@xyo-network/react-appbar 4.0.2 → 4.0.4
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +11 -11
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@xyo-network/react-appbar",
|
3
|
-
"version": "4.0.
|
3
|
+
"version": "4.0.4",
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
5
5
|
"keywords": [
|
6
6
|
"xyo",
|
@@ -48,24 +48,24 @@
|
|
48
48
|
"@xylabs/react-flexbox": "^5.0.1",
|
49
49
|
"@xylabs/react-link": "^5.0.1",
|
50
50
|
"@xylabs/react-shared": "^5.0.1",
|
51
|
-
"@xyo-network/react-app-settings": "^4.0.
|
52
|
-
"@xyo-network/react-network": "^4.0.
|
53
|
-
"@xyo-network/react-shared": "^4.0.
|
51
|
+
"@xyo-network/react-app-settings": "^4.0.4",
|
52
|
+
"@xyo-network/react-network": "^4.0.4",
|
53
|
+
"@xyo-network/react-shared": "^4.0.4",
|
54
54
|
"react-icons": "^5.3.0",
|
55
55
|
"react-router-dom": "^6.26.2"
|
56
56
|
},
|
57
57
|
"devDependencies": {
|
58
|
-
"@mui/icons-material": "^6.1.
|
59
|
-
"@mui/material": "^6.1.
|
60
|
-
"@mui/styles": "^6.1.
|
61
|
-
"@storybook/react": "^8.3.
|
58
|
+
"@mui/icons-material": "^6.1.2",
|
59
|
+
"@mui/material": "^6.1.2",
|
60
|
+
"@mui/styles": "^6.1.2",
|
61
|
+
"@storybook/react": "^8.3.5",
|
62
62
|
"@xylabs/ts-scripts-yarn3": "^4.0.7",
|
63
63
|
"@xylabs/tsconfig-react": "^4.0.7",
|
64
|
-
"@xyo-network/react-storybook": "^4.0.
|
65
|
-
"@xyo-network/react-wallet": "^4.0.
|
64
|
+
"@xyo-network/react-storybook": "^4.0.4",
|
65
|
+
"@xyo-network/react-wallet": "^4.0.4",
|
66
66
|
"react": "^18.3.1",
|
67
67
|
"react-dom": "^18.3.1",
|
68
|
-
"storybook": "^8.3.
|
68
|
+
"storybook": "^8.3.5",
|
69
69
|
"typescript": "^5.6.2"
|
70
70
|
},
|
71
71
|
"peerDependencies": {
|