@xyo-network/react-card 2.64.10 → 2.65.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/package.json +5 -5
  2. package/dist/docs.json +0 -1998
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  },
12
12
  "dependencies": {
13
13
  "@xylabs/react-flexbox": "^3.0.18",
14
- "@xyo-network/react-shared": "~2.64.10",
14
+ "@xyo-network/react-shared": "~2.65.0",
15
15
  "react-router-dom": "^6.16.0"
16
16
  },
17
17
  "peerDependencies": {
@@ -24,9 +24,9 @@
24
24
  },
25
25
  "devDependencies": {
26
26
  "@storybook/react": "^7.4.6",
27
- "@xylabs/ts-scripts-yarn3": "^3.1.3",
28
- "@xylabs/tsconfig-react": "^3.1.3",
29
- "@xyo-network/react-storybook": "~2.64.10",
27
+ "@xylabs/ts-scripts-yarn3": "^3.1.9",
28
+ "@xylabs/tsconfig-react": "^3.1.9",
29
+ "@xyo-network/react-storybook": "~2.65.0",
30
30
  "typescript": "^5.2.2"
31
31
  },
32
32
  "description": "Common React library for all XYO projects that use React",
@@ -80,6 +80,6 @@
80
80
  },
81
81
  "sideEffects": false,
82
82
  "types": "dist/browser/index.d.ts",
83
- "version": "2.64.10",
83
+ "version": "2.65.0",
84
84
  "type": "module"
85
85
  }