@xyo-network/react-card 2.65.7 → 2.66.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -5
package/package.json
CHANGED
@@ -11,7 +11,7 @@
|
|
11
11
|
},
|
12
12
|
"dependencies": {
|
13
13
|
"@xylabs/react-flexbox": "^3.0.21",
|
14
|
-
"@xyo-network/react-shared": "~2.
|
14
|
+
"@xyo-network/react-shared": "~2.66.1",
|
15
15
|
"react-router-dom": "^6.19.0"
|
16
16
|
},
|
17
17
|
"peerDependencies": {
|
@@ -23,9 +23,8 @@
|
|
23
23
|
},
|
24
24
|
"devDependencies": {
|
25
25
|
"@storybook/react": "^7.5.3",
|
26
|
-
"@xylabs/ts-scripts-yarn3": "^3.2.
|
27
|
-
"@xylabs/tsconfig-react": "^3.2.
|
28
|
-
"@xyo-network/react-storybook": "~2.65.7",
|
26
|
+
"@xylabs/ts-scripts-yarn3": "^3.2.8",
|
27
|
+
"@xylabs/tsconfig-react": "^3.2.8",
|
29
28
|
"typescript": "^5.2.2"
|
30
29
|
},
|
31
30
|
"description": "Common React library for all XYO projects that use React",
|
@@ -79,6 +78,6 @@
|
|
79
78
|
},
|
80
79
|
"sideEffects": false,
|
81
80
|
"types": "dist/browser/index.d.ts",
|
82
|
-
"version": "2.
|
81
|
+
"version": "2.66.1",
|
83
82
|
"type": "module"
|
84
83
|
}
|