@xyo-network/react-connected-accounts 4.0.0-rc.1 → 4.0.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 +5 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-connected-accounts",
3
- "version": "4.0.0-rc.1",
3
+ "version": "4.0.0",
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": "^5.0.0-rc.1",
47
- "@xylabs/react-flexbox": "^5.0.0-rc.1",
48
- "@xyo-network/react-table": "^4.0.0-rc.1"
46
+ "@xylabs/react-crypto": "^5.0.0",
47
+ "@xylabs/react-flexbox": "^5.0.0",
48
+ "@xyo-network/react-table": "^4.0.0"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@mui/icons-material": "^6.1.1",
@@ -69,6 +69,5 @@
69
69
  "publishConfig": {
70
70
  "access": "public"
71
71
  },
72
- "docs": "dist/docs.json",
73
- "stableVersion": "3.0.23"
72
+ "docs": "dist/docs.json"
74
73
  }