@xyo-network/react-storybook 2.74.0 → 2.75.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
@@ -10,10 +10,10 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@storybook/react": "^7.6.17",
14
- "@xylabs/hex": "^3.1.10",
15
- "@xyo-network/boundwitness-model": "^2.98.3",
16
- "@xyo-network/payload-model": "^2.98.3"
13
+ "@storybook/react": "^7.6.18",
14
+ "@xylabs/hex": "^3.1.11",
15
+ "@xyo-network/boundwitness-model": "^2.99.0",
16
+ "@xyo-network/payload-model": "^2.99.0"
17
17
  },
18
18
  "peerDependencies": {
19
19
  "@mui/icons-material": "^5",
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "description": "Common React library for all XYO projects that use React",
26
26
  "devDependencies": {
27
- "@storybook/react": "^7.6.17",
27
+ "@storybook/react": "^7.6.18",
28
28
  "@xylabs/ts-scripts-yarn3": "^3.9.1",
29
29
  "@xylabs/tsconfig-react": "^3.9.1",
30
30
  "typescript": "^5.4.5"
@@ -79,6 +79,6 @@
79
79
  },
80
80
  "sideEffects": false,
81
81
  "types": "dist/browser/index.d.ts",
82
- "version": "2.74.0",
82
+ "version": "2.75.0",
83
83
  "type": "module"
84
84
  }