@xyo-network/react-connected-accounts 3.0.16 → 3.0.17

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 +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-connected-accounts",
3
- "version": "3.0.16",
3
+ "version": "3.0.17",
4
4
  "description": "Common React library for all XYO projects that use React",
5
5
  "keywords": [
6
6
  "xyo",
@@ -43,9 +43,9 @@
43
43
  "lint-pkg": "npmPkgJsonLint ."
44
44
  },
45
45
  "dependencies": {
46
- "@xylabs/react-crypto": "^4.2.10",
47
- "@xylabs/react-flexbox": "^4.2.10",
48
- "@xyo-network/react-table": "^3.0.16"
46
+ "@xylabs/react-crypto": "^4.2.12",
47
+ "@xylabs/react-flexbox": "^4.2.12",
48
+ "@xyo-network/react-table": "^3.0.17"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@mui/icons-material": "^5.16.7",
@@ -57,7 +57,7 @@
57
57
  "react": "^18.3.1",
58
58
  "react-dom": "^18.3.1",
59
59
  "storybook": "^8.2.9",
60
- "typescript": "^5.5.4"
60
+ "typescript": "^5.6.2"
61
61
  },
62
62
  "peerDependencies": {
63
63
  "@mui/icons-material": "^5",