@xyo-network/react-storybook 2.72.7 → 2.73.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 +6 -6
package/package.json CHANGED
@@ -11,9 +11,9 @@
11
11
  },
12
12
  "dependencies": {
13
13
  "@storybook/react": "^7.6.17",
14
- "@xylabs/hex": "^3.1.7",
15
- "@xyo-network/boundwitness-model": "^2.95.6",
16
- "@xyo-network/payload-model": "^2.95.6"
14
+ "@xylabs/hex": "^3.1.8",
15
+ "@xyo-network/boundwitness-model": "^2.97.1",
16
+ "@xyo-network/payload-model": "^2.97.1"
17
17
  },
18
18
  "peerDependencies": {
19
19
  "@mui/icons-material": "^5",
@@ -25,8 +25,8 @@
25
25
  "description": "Common React library for all XYO projects that use React",
26
26
  "devDependencies": {
27
27
  "@storybook/react": "^7.6.17",
28
- "@xylabs/ts-scripts-yarn3": "^3.9.0",
29
- "@xylabs/tsconfig-react": "^3.9.0",
28
+ "@xylabs/ts-scripts-yarn3": "^3.9.1",
29
+ "@xylabs/tsconfig-react": "^3.9.1",
30
30
  "typescript": "^5.4.5"
31
31
  },
32
32
  "docs": "dist/docs.json",
@@ -79,6 +79,6 @@
79
79
  },
80
80
  "sideEffects": false,
81
81
  "types": "dist/browser/index.d.ts",
82
- "version": "2.72.7",
82
+ "version": "2.73.0",
83
83
  "type": "module"
84
84
  }