@xyo-network/react-app-settings 3.0.22 → 4.0.0-rc.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +11 -10
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@xyo-network/react-app-settings",
|
3
|
-
"version": "
|
3
|
+
"version": "4.0.0-rc.1",
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
5
5
|
"keywords": [
|
6
6
|
"xyo",
|
@@ -44,27 +44,28 @@
|
|
44
44
|
},
|
45
45
|
"dependencies": {
|
46
46
|
"@xylabs/assert": "^4.0.10",
|
47
|
-
"@xylabs/react-shared": "^
|
48
|
-
"@xyo-network/react-shared": "^
|
47
|
+
"@xylabs/react-shared": "^5.0.0-rc.1",
|
48
|
+
"@xyo-network/react-shared": "^4.0.0-rc.1"
|
49
49
|
},
|
50
50
|
"devDependencies": {
|
51
|
-
"@mui/icons-material": "^
|
52
|
-
"@mui/material": "^
|
53
|
-
"@mui/styles": "^
|
51
|
+
"@mui/icons-material": "^6.1.1",
|
52
|
+
"@mui/material": "^6.1.1",
|
53
|
+
"@mui/styles": "^6.1.1",
|
54
54
|
"@xylabs/ts-scripts-yarn3": "^4.0.7",
|
55
55
|
"react": "^18.3.1",
|
56
56
|
"react-dom": "^18.3.1",
|
57
57
|
"typescript": "^5.6.2"
|
58
58
|
},
|
59
59
|
"peerDependencies": {
|
60
|
-
"@mui/icons-material": "^
|
61
|
-
"@mui/material": "^
|
62
|
-
"@mui/styles": "^
|
60
|
+
"@mui/icons-material": "^6",
|
61
|
+
"@mui/material": "^6",
|
62
|
+
"@mui/styles": "^6",
|
63
63
|
"react": "^18.2.0",
|
64
64
|
"react-dom": "^18.2.0"
|
65
65
|
},
|
66
66
|
"publishConfig": {
|
67
67
|
"access": "public"
|
68
68
|
},
|
69
|
-
"docs": "dist/docs.json"
|
69
|
+
"docs": "dist/docs.json",
|
70
|
+
"stableVersion": "3.0.23"
|
70
71
|
}
|