@xyo-network/react-appbar 2.66.3 → 2.66.4

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 +6 -5
package/package.json CHANGED
@@ -15,16 +15,17 @@
15
15
  "@xylabs/react-flexbox": "^3.0.33",
16
16
  "@xylabs/react-link": "^3.0.33",
17
17
  "@xylabs/react-shared": "^3.0.33",
18
- "@xyo-network/react-app-settings": "~2.66.3",
19
- "@xyo-network/react-network": "~2.66.3",
20
- "@xyo-network/react-shared": "~2.66.3",
18
+ "@xyo-network/react-app-settings": "~2.66.4",
19
+ "@xyo-network/react-network": "~2.66.4",
20
+ "@xyo-network/react-shared": "~2.66.4",
21
21
  "react-router-dom": "^6.20.1"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@storybook/react": "^7.6.3",
25
25
  "@xylabs/ts-scripts-yarn3": "^3.2.10",
26
26
  "@xylabs/tsconfig-react": "^3.2.10",
27
- "@xyo-network/react-wallet": "~2.66.3",
27
+ "@xyo-network/react-storybook": "~2.66.4",
28
+ "@xyo-network/react-wallet": "~2.66.4",
28
29
  "typescript": "^5.3.2"
29
30
  },
30
31
  "peerDependencies": {
@@ -86,6 +87,6 @@
86
87
  },
87
88
  "sideEffects": false,
88
89
  "types": "dist/browser/index.d.ts",
89
- "version": "2.66.3",
90
+ "version": "2.66.4",
90
91
  "type": "module"
91
92
  }