@xyo-network/react-app-settings 2.74.0 → 2.75.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -3
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.1.10",
13
+ "@xylabs/assert": "^3.1.11",
14
14
  "@xylabs/react-shared": "^3.1.6",
15
- "@xyo-network/react-shared": "~2.74.0"
15
+ "@xyo-network/react-shared": "~2.75.0"
16
16
  },
17
17
  "peerDependencies": {
18
18
  "@mui/icons-material": "^5",
@@ -76,6 +76,6 @@
76
76
  },
77
77
  "sideEffects": false,
78
78
  "types": "dist/browser/index.d.ts",
79
- "version": "2.74.0",
79
+ "version": "2.75.0",
80
80
  "type": "module"
81
81
  }