@xyo-network/react-appbar 4.3.0-rc.2 → 4.3.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 +8 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-appbar",
3
- "version": "4.3.0-rc.2",
3
+ "version": "4.3.0",
4
4
  "description": "Common React library for all XYO projects that use React",
5
5
  "keywords": [
6
6
  "xyo",
@@ -43,16 +43,16 @@
43
43
  "lint-pkg": "npmPkgJsonLint ."
44
44
  },
45
45
  "dependencies": {
46
- "@xylabs/assert": "^4.4.25",
47
- "@xylabs/object": "^4.4.25",
46
+ "@xylabs/assert": "^4.4.26",
47
+ "@xylabs/object": "^4.4.26",
48
48
  "@xylabs/react-appbar": "^5.3.13",
49
49
  "@xylabs/react-button": "^5.3.13",
50
50
  "@xylabs/react-flexbox": "^5.3.13",
51
51
  "@xylabs/react-link": "^5.3.13",
52
52
  "@xylabs/react-shared": "^5.3.13",
53
- "@xyo-network/react-network": "^4.3.0-rc.2",
53
+ "@xyo-network/react-network": "^4.3.0",
54
54
  "react-icons": "^5.4.0",
55
- "react-router-dom": "^7.0.2"
55
+ "react-router-dom": "^7.1.0"
56
56
  },
57
57
  "devDependencies": {
58
58
  "@mui/icons-material": "^6.2.1",
@@ -61,8 +61,8 @@
61
61
  "@storybook/react": "^8.4.7",
62
62
  "@xylabs/ts-scripts-yarn3": "^4.2.6",
63
63
  "@xylabs/tsconfig-react": "^4.2.6",
64
- "@xyo-network/react-storybook": "^4.3.0-rc.2",
65
- "@xyo-network/react-wallet": "^4.3.0-rc.2",
64
+ "@xyo-network/react-storybook": "^4.3.0",
65
+ "@xyo-network/react-wallet": "^4.3.0",
66
66
  "react": "^18.3.1",
67
67
  "react-dom": "^18.3.1",
68
68
  "storybook": "^8.4.7",
@@ -78,6 +78,5 @@
78
78
  "publishConfig": {
79
79
  "access": "public"
80
80
  },
81
- "docs": "dist/docs.json",
82
- "stableVersion": "4.2.14"
81
+ "docs": "dist/docs.json"
83
82
  }