@xyo-network/react-appbar 4.1.2 → 4.1.4
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +14 -14
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@xyo-network/react-appbar",
|
3
|
-
"version": "4.1.
|
3
|
+
"version": "4.1.4",
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
5
5
|
"keywords": [
|
6
6
|
"xyo",
|
@@ -43,15 +43,15 @@
|
|
43
43
|
"lint-pkg": "npmPkgJsonLint ."
|
44
44
|
},
|
45
45
|
"dependencies": {
|
46
|
-
"@xylabs/assert": "^4.2.
|
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-app-settings": "^4.1.
|
53
|
-
"@xyo-network/react-network": "^4.1.
|
54
|
-
"@xyo-network/react-shared": "^4.1.
|
46
|
+
"@xylabs/assert": "^4.2.2",
|
47
|
+
"@xylabs/react-appbar": "^5.2.2",
|
48
|
+
"@xylabs/react-button": "^5.2.2",
|
49
|
+
"@xylabs/react-flexbox": "^5.2.2",
|
50
|
+
"@xylabs/react-link": "^5.2.2",
|
51
|
+
"@xylabs/react-shared": "^5.2.2",
|
52
|
+
"@xyo-network/react-app-settings": "^4.1.4",
|
53
|
+
"@xyo-network/react-network": "^4.1.4",
|
54
|
+
"@xyo-network/react-shared": "^4.1.4",
|
55
55
|
"react-icons": "^5.3.0",
|
56
56
|
"react-router-dom": "^6.27.0"
|
57
57
|
},
|
@@ -59,14 +59,14 @@
|
|
59
59
|
"@mui/icons-material": "^6.1.4",
|
60
60
|
"@mui/material": "^6.1.4",
|
61
61
|
"@mui/styles": "^6.1.4",
|
62
|
-
"@storybook/react": "^8.3.
|
62
|
+
"@storybook/react": "^8.3.6",
|
63
63
|
"@xylabs/ts-scripts-yarn3": "^4.2.1",
|
64
64
|
"@xylabs/tsconfig-react": "^4.2.1",
|
65
|
-
"@xyo-network/react-storybook": "^4.1.
|
66
|
-
"@xyo-network/react-wallet": "^4.1.
|
65
|
+
"@xyo-network/react-storybook": "^4.1.4",
|
66
|
+
"@xyo-network/react-wallet": "^4.1.4",
|
67
67
|
"react": "^18.3.1",
|
68
68
|
"react-dom": "^18.3.1",
|
69
|
-
"storybook": "^8.3.
|
69
|
+
"storybook": "^8.3.6",
|
70
70
|
"typescript": "^5.6.3"
|
71
71
|
},
|
72
72
|
"peerDependencies": {
|