@xyo-network/react-appbar 3.0.0 → 3.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 +11 -11
package/package.json CHANGED
@@ -10,22 +10,22 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xylabs/react-appbar": "^4.0.0",
14
- "@xylabs/react-button": "^4.0.0",
15
- "@xylabs/react-flexbox": "^4.0.0",
16
- "@xylabs/react-link": "^4.0.0",
17
- "@xylabs/react-shared": "^4.0.0",
18
- "@xyo-network/react-app-settings": "^3.0.0",
19
- "@xyo-network/react-network": "^3.0.0",
20
- "@xyo-network/react-shared": "^3.0.0",
13
+ "@xylabs/react-appbar": "^4.0.1",
14
+ "@xylabs/react-button": "^4.0.1",
15
+ "@xylabs/react-flexbox": "^4.0.1",
16
+ "@xylabs/react-link": "^4.0.1",
17
+ "@xylabs/react-shared": "^4.0.1",
18
+ "@xyo-network/react-app-settings": "^3.0.1",
19
+ "@xyo-network/react-network": "^3.0.1",
20
+ "@xyo-network/react-shared": "^3.0.1",
21
21
  "react-router-dom": "^6.26.0"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@storybook/react": "^8.2.9",
25
25
  "@xylabs/ts-scripts-yarn3": "^4.0.0-rc.15",
26
26
  "@xylabs/tsconfig-react": "^4.0.0-rc.15",
27
- "@xyo-network/react-storybook": "^3.0.0",
28
- "@xyo-network/react-wallet": "^3.0.0",
27
+ "@xyo-network/react-storybook": "^3.0.1",
28
+ "@xyo-network/react-wallet": "^3.0.1",
29
29
  "typescript": "^5.5.4"
30
30
  },
31
31
  "peerDependencies": {
@@ -71,6 +71,6 @@
71
71
  },
72
72
  "sideEffects": false,
73
73
  "types": "dist/browser/index.d.ts",
74
- "version": "3.0.0",
74
+ "version": "3.0.1",
75
75
  "type": "module"
76
76
  }