@xyo-network/react-storybook 2.71.11 → 2.72.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 -4
package/package.json CHANGED
@@ -12,8 +12,8 @@
12
12
  "dependencies": {
13
13
  "@storybook/react": "^7.6.17",
14
14
  "@xylabs/hex": "^3.0.25",
15
- "@xyo-network/boundwitness-model": "^2.94.9",
16
- "@xyo-network/payload-model": "^2.94.9"
15
+ "@xyo-network/boundwitness-model": "^2.94.23",
16
+ "@xyo-network/payload-model": "^2.94.23"
17
17
  },
18
18
  "peerDependencies": {
19
19
  "@mui/icons-material": "^5",
@@ -27,7 +27,7 @@
27
27
  "@storybook/react": "^7.6.17",
28
28
  "@xylabs/ts-scripts-yarn3": "^3.9.0",
29
29
  "@xylabs/tsconfig-react": "^3.9.0",
30
- "typescript": "^5.4.3"
30
+ "typescript": "^5.4.4"
31
31
  },
32
32
  "docs": "dist/docs.json",
33
33
  "exports": {
@@ -79,6 +79,6 @@
79
79
  },
80
80
  "sideEffects": false,
81
81
  "types": "dist/browser/index.d.ts",
82
- "version": "2.71.11",
82
+ "version": "2.72.0",
83
83
  "type": "module"
84
84
  }