@xyo-network/react-app-settings 2.83.0 → 2.83.2
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -3
package/package.json
CHANGED
@@ -12,7 +12,7 @@
|
|
12
12
|
"dependencies": {
|
13
13
|
"@xylabs/assert": "^3.6.12",
|
14
14
|
"@xylabs/react-shared": "^3.4.2",
|
15
|
-
"@xyo-network/react-shared": "^2.83.
|
15
|
+
"@xyo-network/react-shared": "^2.83.2"
|
16
16
|
},
|
17
17
|
"peerDependencies": {
|
18
18
|
"@mui/icons-material": "^5",
|
@@ -22,7 +22,7 @@
|
|
22
22
|
"react-dom": "^18.2.0"
|
23
23
|
},
|
24
24
|
"devDependencies": {
|
25
|
-
"@xylabs/ts-scripts-yarn3": "^4.0.0-rc.
|
25
|
+
"@xylabs/ts-scripts-yarn3": "^4.0.0-rc.12",
|
26
26
|
"typescript": "^5.5.4"
|
27
27
|
},
|
28
28
|
"description": "Common React library for all XYO projects that use React",
|
@@ -60,6 +60,6 @@
|
|
60
60
|
},
|
61
61
|
"sideEffects": false,
|
62
62
|
"types": "dist/browser/index.d.ts",
|
63
|
-
"version": "2.83.
|
63
|
+
"version": "2.83.2",
|
64
64
|
"type": "module"
|
65
65
|
}
|