@xyo-network/react-card 2.77.2 → 2.78.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +8 -8
package/package.json
CHANGED
@@ -11,8 +11,8 @@
|
|
11
11
|
},
|
12
12
|
"dependencies": {
|
13
13
|
"@xylabs/react-flexbox": "^3.1.7",
|
14
|
-
"@xyo-network/react-shared": "~2.
|
15
|
-
"react-router-dom": "^6.
|
14
|
+
"@xyo-network/react-shared": "~2.78.0",
|
15
|
+
"react-router-dom": "^6.24.0"
|
16
16
|
},
|
17
17
|
"peerDependencies": {
|
18
18
|
"@mui/icons-material": "^5",
|
@@ -22,11 +22,11 @@
|
|
22
22
|
"react-dom": "^18"
|
23
23
|
},
|
24
24
|
"devDependencies": {
|
25
|
-
"@storybook/react": "^7.6.
|
26
|
-
"@xylabs/ts-scripts-yarn3": "^3.11.
|
27
|
-
"@xylabs/tsconfig-react": "^3.11.
|
28
|
-
"@xyo-network/react-storybook": "~2.
|
29
|
-
"typescript": "^5.
|
25
|
+
"@storybook/react": "^7.6.20",
|
26
|
+
"@xylabs/ts-scripts-yarn3": "^3.11.8",
|
27
|
+
"@xylabs/tsconfig-react": "^3.11.8",
|
28
|
+
"@xyo-network/react-storybook": "~2.78.0",
|
29
|
+
"typescript": "^5.5.2"
|
30
30
|
},
|
31
31
|
"description": "Common React library for all XYO projects that use React",
|
32
32
|
"docs": "dist/docs.json",
|
@@ -79,6 +79,6 @@
|
|
79
79
|
},
|
80
80
|
"sideEffects": false,
|
81
81
|
"types": "dist/browser/index.d.ts",
|
82
|
-
"version": "2.
|
82
|
+
"version": "2.78.0",
|
83
83
|
"type": "module"
|
84
84
|
}
|