@xyo-network/react-card 4.2.0 → 4.2.2
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +6 -6
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@xyo-network/react-card",
|
3
|
-
"version": "4.2.
|
3
|
+
"version": "4.2.2",
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
5
5
|
"keywords": [
|
6
6
|
"xyo",
|
@@ -43,21 +43,21 @@
|
|
43
43
|
"lint-pkg": "npmPkgJsonLint ."
|
44
44
|
},
|
45
45
|
"dependencies": {
|
46
|
-
"@xylabs/react-flexbox": "^5.2
|
47
|
-
"@xyo-network/react-shared": "^4.2.
|
46
|
+
"@xylabs/react-flexbox": "^5.3.2",
|
47
|
+
"@xyo-network/react-shared": "^4.2.2",
|
48
48
|
"react-router-dom": "^6.27.0"
|
49
49
|
},
|
50
50
|
"devDependencies": {
|
51
51
|
"@mui/icons-material": "^6.1.6",
|
52
52
|
"@mui/material": "^6.1.6",
|
53
53
|
"@mui/styles": "^6.1.6",
|
54
|
-
"@storybook/react": "^8.
|
54
|
+
"@storybook/react": "^8.4.2",
|
55
55
|
"@xylabs/ts-scripts-yarn3": "^4.2.3",
|
56
56
|
"@xylabs/tsconfig-react": "^4.2.3",
|
57
|
-
"@xyo-network/react-storybook": "^4.2.
|
57
|
+
"@xyo-network/react-storybook": "^4.2.2",
|
58
58
|
"react": "^18.3.1",
|
59
59
|
"react-dom": "^18.3.1",
|
60
|
-
"storybook": "^8.
|
60
|
+
"storybook": "^8.4.2",
|
61
61
|
"typescript": "^5.6.3"
|
62
62
|
},
|
63
63
|
"peerDependencies": {
|