@xyo-network/react-app-settings 3.0.0 → 3.0.1
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
@@ -10,9 +10,9 @@
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
|
11
11
|
},
|
12
12
|
"dependencies": {
|
13
|
-
"@xylabs/assert": "^4.0.
|
14
|
-
"@xylabs/react-shared": "^4.0.
|
15
|
-
"@xyo-network/react-shared": "^3.0.
|
13
|
+
"@xylabs/assert": "^4.0.1",
|
14
|
+
"@xylabs/react-shared": "^4.0.1",
|
15
|
+
"@xyo-network/react-shared": "^3.0.1"
|
16
16
|
},
|
17
17
|
"peerDependencies": {
|
18
18
|
"@mui/icons-material": "^5",
|
@@ -60,6 +60,6 @@
|
|
60
60
|
},
|
61
61
|
"sideEffects": false,
|
62
62
|
"types": "dist/browser/index.d.ts",
|
63
|
-
"version": "3.0.
|
63
|
+
"version": "3.0.1",
|
64
64
|
"type": "module"
|
65
65
|
}
|