@xyo-network/react-app-settings 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 +4 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-app-settings",
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",
@@ -44,8 +44,8 @@
44
44
  },
45
45
  "dependencies": {
46
46
  "@xylabs/assert": "^4.0.10",
47
- "@xylabs/react-shared": "^5.0.0-rc.1",
48
- "@xyo-network/react-shared": "^4.0.0-rc.1"
47
+ "@xylabs/react-shared": "^5.0.0",
48
+ "@xyo-network/react-shared": "^4.0.0"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@mui/icons-material": "^6.1.1",
@@ -66,6 +66,5 @@
66
66
  "publishConfig": {
67
67
  "access": "public"
68
68
  },
69
- "docs": "dist/docs.json",
70
- "stableVersion": "3.0.23"
69
+ "docs": "dist/docs.json"
71
70
  }