@xyo-network/react-appbar 4.1.20 → 4.2.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +12 -12
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@xyo-network/react-appbar",
|
3
|
-
"version": "4.1
|
3
|
+
"version": "4.2.1",
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
5
5
|
"keywords": [
|
6
6
|
"xyo",
|
@@ -43,13 +43,13 @@
|
|
43
43
|
"lint-pkg": "npmPkgJsonLint ."
|
44
44
|
},
|
45
45
|
"dependencies": {
|
46
|
-
"@xylabs/assert": "^4.3.
|
47
|
-
"@xylabs/react-appbar": "^5.2
|
48
|
-
"@xylabs/react-button": "^5.2
|
49
|
-
"@xylabs/react-flexbox": "^5.2
|
50
|
-
"@xylabs/react-link": "^5.2
|
51
|
-
"@xylabs/react-shared": "^5.2
|
52
|
-
"@xyo-network/react-network": "^4.1
|
46
|
+
"@xylabs/assert": "^4.3.4",
|
47
|
+
"@xylabs/react-appbar": "^5.3.2",
|
48
|
+
"@xylabs/react-button": "^5.3.2",
|
49
|
+
"@xylabs/react-flexbox": "^5.3.2",
|
50
|
+
"@xylabs/react-link": "^5.3.2",
|
51
|
+
"@xylabs/react-shared": "^5.3.2",
|
52
|
+
"@xyo-network/react-network": "^4.2.1",
|
53
53
|
"react-icons": "^5.3.0",
|
54
54
|
"react-router-dom": "^6.27.0"
|
55
55
|
},
|
@@ -57,14 +57,14 @@
|
|
57
57
|
"@mui/icons-material": "^6.1.6",
|
58
58
|
"@mui/material": "^6.1.6",
|
59
59
|
"@mui/styles": "^6.1.6",
|
60
|
-
"@storybook/react": "^8.
|
60
|
+
"@storybook/react": "^8.4.2",
|
61
61
|
"@xylabs/ts-scripts-yarn3": "^4.2.3",
|
62
62
|
"@xylabs/tsconfig-react": "^4.2.3",
|
63
|
-
"@xyo-network/react-storybook": "^4.1
|
64
|
-
"@xyo-network/react-wallet": "^4.1
|
63
|
+
"@xyo-network/react-storybook": "^4.2.1",
|
64
|
+
"@xyo-network/react-wallet": "^4.2.1",
|
65
65
|
"react": "^18.3.1",
|
66
66
|
"react-dom": "^18.3.1",
|
67
|
-
"storybook": "^8.
|
67
|
+
"storybook": "^8.4.2",
|
68
68
|
"typescript": "^5.6.3"
|
69
69
|
},
|
70
70
|
"peerDependencies": {
|