@xyo-network/react-card 2.83.1 → 2.83.2

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,7 +11,7 @@
11
11
  },
12
12
  "dependencies": {
13
13
  "@xylabs/react-flexbox": "^3.4.2",
14
- "@xyo-network/react-shared": "^2.83.1",
14
+ "@xyo-network/react-shared": "^2.83.2",
15
15
  "react-router-dom": "^6.26.0"
16
16
  },
17
17
  "peerDependencies": {
@@ -22,10 +22,10 @@
22
22
  "react-dom": "^18"
23
23
  },
24
24
  "devDependencies": {
25
- "@storybook/react": "^8.2.7",
26
- "@xylabs/ts-scripts-yarn3": "^4.0.0-rc.7",
27
- "@xylabs/tsconfig-react": "^4.0.0-rc.7",
28
- "@xyo-network/react-storybook": "^2.83.1",
25
+ "@storybook/react": "^8.2.8",
26
+ "@xylabs/ts-scripts-yarn3": "^4.0.0-rc.12",
27
+ "@xylabs/tsconfig-react": "^4.0.0-rc.12",
28
+ "@xyo-network/react-storybook": "^2.83.2",
29
29
  "typescript": "^5.5.4"
30
30
  },
31
31
  "description": "Common React library for all XYO projects that use React",
@@ -63,6 +63,6 @@
63
63
  },
64
64
  "sideEffects": false,
65
65
  "types": "dist/browser/index.d.ts",
66
- "version": "2.83.1",
66
+ "version": "2.83.2",
67
67
  "type": "module"
68
68
  }