@xyo-network/react-card 2.66.3 → 2.66.5

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 -3
package/package.json CHANGED
@@ -10,8 +10,8 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xylabs/react-flexbox": "^3.0.33",
14
- "@xyo-network/react-shared": "~2.66.3",
13
+ "@xylabs/react-flexbox": "^3.0.34",
14
+ "@xyo-network/react-shared": "~2.66.5",
15
15
  "react-router-dom": "^6.20.1"
16
16
  },
17
17
  "peerDependencies": {
@@ -25,6 +25,7 @@
25
25
  "@storybook/react": "^7.6.3",
26
26
  "@xylabs/ts-scripts-yarn3": "^3.2.10",
27
27
  "@xylabs/tsconfig-react": "^3.2.10",
28
+ "@xyo-network/react-storybook": "~2.66.5",
28
29
  "typescript": "^5.3.2"
29
30
  },
30
31
  "description": "Common React library for all XYO projects that use React",
@@ -78,6 +79,6 @@
78
79
  },
79
80
  "sideEffects": false,
80
81
  "types": "dist/browser/index.d.ts",
81
- "version": "2.66.3",
82
+ "version": "2.66.5",
82
83
  "type": "module"
83
84
  }