@xyo-network/react-app-settings 2.77.0-rc.1 → 2.77.0
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
@@ -12,7 +12,7 @@
|
|
12
12
|
"dependencies": {
|
13
13
|
"@xylabs/assert": "^3.5.1",
|
14
14
|
"@xylabs/react-shared": "^3.1.7",
|
15
|
-
"@xyo-network/react-shared": "~2.77.0
|
15
|
+
"@xyo-network/react-shared": "~2.77.0"
|
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": "^3.
|
25
|
+
"@xylabs/ts-scripts-yarn3": "^3.11.2",
|
26
26
|
"typescript": "^5.4.5"
|
27
27
|
},
|
28
28
|
"description": "Common React library for all XYO projects that use React",
|
@@ -76,7 +76,6 @@
|
|
76
76
|
},
|
77
77
|
"sideEffects": false,
|
78
78
|
"types": "dist/browser/index.d.ts",
|
79
|
-
"version": "2.77.0
|
80
|
-
"type": "module"
|
81
|
-
"stableVersion": "2.76.6"
|
79
|
+
"version": "2.77.0",
|
80
|
+
"type": "module"
|
82
81
|
}
|