@xyo-network/react-appbar 4.0.0-rc.1 → 4.0.1

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 +12 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-appbar",
3
- "version": "4.0.0-rc.1",
3
+ "version": "4.0.1",
4
4
  "description": "Common React library for all XYO projects that use React",
5
5
  "keywords": [
6
6
  "xyo",
@@ -43,14 +43,14 @@
43
43
  "lint-pkg": "npmPkgJsonLint ."
44
44
  },
45
45
  "dependencies": {
46
- "@xylabs/react-appbar": "^5.0.0-rc.1",
47
- "@xylabs/react-button": "^5.0.0-rc.1",
48
- "@xylabs/react-flexbox": "^5.0.0-rc.1",
49
- "@xylabs/react-link": "^5.0.0-rc.1",
50
- "@xylabs/react-shared": "^5.0.0-rc.1",
51
- "@xyo-network/react-app-settings": "^4.0.0-rc.1",
52
- "@xyo-network/react-network": "^4.0.0-rc.1",
53
- "@xyo-network/react-shared": "^4.0.0-rc.1",
46
+ "@xylabs/react-appbar": "^5.0.1",
47
+ "@xylabs/react-button": "^5.0.1",
48
+ "@xylabs/react-flexbox": "^5.0.1",
49
+ "@xylabs/react-link": "^5.0.1",
50
+ "@xylabs/react-shared": "^5.0.1",
51
+ "@xyo-network/react-app-settings": "^4.0.1",
52
+ "@xyo-network/react-network": "^4.0.1",
53
+ "@xyo-network/react-shared": "^4.0.1",
54
54
  "react-icons": "^5.3.0",
55
55
  "react-router-dom": "^6.26.2"
56
56
  },
@@ -61,8 +61,8 @@
61
61
  "@storybook/react": "^8.3.3",
62
62
  "@xylabs/ts-scripts-yarn3": "^4.0.7",
63
63
  "@xylabs/tsconfig-react": "^4.0.7",
64
- "@xyo-network/react-storybook": "^4.0.0-rc.1",
65
- "@xyo-network/react-wallet": "^4.0.0-rc.1",
64
+ "@xyo-network/react-storybook": "^4.0.1",
65
+ "@xyo-network/react-wallet": "^4.0.1",
66
66
  "react": "^18.3.1",
67
67
  "react-dom": "^18.3.1",
68
68
  "storybook": "^8.3.3",
@@ -78,6 +78,5 @@
78
78
  "publishConfig": {
79
79
  "access": "public"
80
80
  },
81
- "docs": "dist/docs.json",
82
- "stableVersion": "3.0.23"
81
+ "docs": "dist/docs.json"
83
82
  }