@xyo-network/react-app-settings 3.0.16 → 3.0.17
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -4
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@xyo-network/react-app-settings",
|
3
|
-
"version": "3.0.
|
3
|
+
"version": "3.0.17",
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
5
5
|
"keywords": [
|
6
6
|
"xyo",
|
@@ -44,8 +44,8 @@
|
|
44
44
|
},
|
45
45
|
"dependencies": {
|
46
46
|
"@xylabs/assert": "^4.0.10",
|
47
|
-
"@xylabs/react-shared": "^4.2.
|
48
|
-
"@xyo-network/react-shared": "^3.0.
|
47
|
+
"@xylabs/react-shared": "^4.2.12",
|
48
|
+
"@xyo-network/react-shared": "^3.0.17"
|
49
49
|
},
|
50
50
|
"devDependencies": {
|
51
51
|
"@mui/icons-material": "^5.16.7",
|
@@ -54,7 +54,7 @@
|
|
54
54
|
"@xylabs/ts-scripts-yarn3": "^4.0.7",
|
55
55
|
"react": "^18.3.1",
|
56
56
|
"react-dom": "^18.3.1",
|
57
|
-
"typescript": "^5.
|
57
|
+
"typescript": "^5.6.2"
|
58
58
|
},
|
59
59
|
"peerDependencies": {
|
60
60
|
"@mui/icons-material": "^5",
|