@xyo-network/react-card 2.65.0 → 2.65.2
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +9 -10
package/package.json
CHANGED
@@ -10,23 +10,22 @@
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
|
11
11
|
},
|
12
12
|
"dependencies": {
|
13
|
-
"@xylabs/react-flexbox": "^3.0.
|
14
|
-
"@xyo-network/react-shared": "~2.65.
|
15
|
-
"react-router-dom": "^6.
|
13
|
+
"@xylabs/react-flexbox": "^3.0.21",
|
14
|
+
"@xyo-network/react-shared": "~2.65.2",
|
15
|
+
"react-router-dom": "^6.17.0"
|
16
16
|
},
|
17
17
|
"peerDependencies": {
|
18
18
|
"@mui/icons-material": "^5",
|
19
19
|
"@mui/material": "^5",
|
20
20
|
"@mui/styles": "^5",
|
21
|
-
"axios": "^1",
|
22
21
|
"react": "^18",
|
23
22
|
"react-dom": "^18"
|
24
23
|
},
|
25
24
|
"devDependencies": {
|
26
|
-
"@storybook/react": "^7.
|
27
|
-
"@xylabs/ts-scripts-yarn3": "^3.1.
|
28
|
-
"@xylabs/tsconfig-react": "^3.1.
|
29
|
-
"@xyo-network/react-storybook": "~2.65.
|
25
|
+
"@storybook/react": "^7.5.1",
|
26
|
+
"@xylabs/ts-scripts-yarn3": "^3.1.13",
|
27
|
+
"@xylabs/tsconfig-react": "^3.1.13",
|
28
|
+
"@xyo-network/react-storybook": "~2.65.2",
|
30
29
|
"typescript": "^5.2.2"
|
31
30
|
},
|
32
31
|
"description": "Common React library for all XYO projects that use React",
|
@@ -66,7 +65,7 @@
|
|
66
65
|
"typescript",
|
67
66
|
"react"
|
68
67
|
],
|
69
|
-
"license": "LGPL-3.0",
|
68
|
+
"license": "LGPL-3.0-only",
|
70
69
|
"publishConfig": {
|
71
70
|
"access": "public"
|
72
71
|
},
|
@@ -80,6 +79,6 @@
|
|
80
79
|
},
|
81
80
|
"sideEffects": false,
|
82
81
|
"types": "dist/browser/index.d.ts",
|
83
|
-
"version": "2.65.
|
82
|
+
"version": "2.65.2",
|
84
83
|
"type": "module"
|
85
84
|
}
|