@xyo-network/react-app-settings 2.81.5 → 2.81.7
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +5 -5
package/package.json
CHANGED
@@ -10,9 +10,9 @@
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
|
11
11
|
},
|
12
12
|
"dependencies": {
|
13
|
-
"@xylabs/assert": "^3.
|
14
|
-
"@xylabs/react-shared": "^3.4.
|
15
|
-
"@xyo-network/react-shared": "^2.81.
|
13
|
+
"@xylabs/assert": "^3.6.4",
|
14
|
+
"@xylabs/react-shared": "^3.4.1",
|
15
|
+
"@xyo-network/react-shared": "^2.81.7"
|
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.12.
|
25
|
+
"@xylabs/ts-scripts-yarn3": "^3.12.4",
|
26
26
|
"typescript": "^5.5.3"
|
27
27
|
},
|
28
28
|
"description": "Common React library for all XYO projects that use React",
|
@@ -76,6 +76,6 @@
|
|
76
76
|
},
|
77
77
|
"sideEffects": false,
|
78
78
|
"types": "dist/browser/index.d.ts",
|
79
|
-
"version": "2.81.
|
79
|
+
"version": "2.81.7",
|
80
80
|
"type": "module"
|
81
81
|
}
|