@xyo-network/react-card 3.0.0 → 3.0.1

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 -4
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": "^4.0.0",
14
- "@xyo-network/react-shared": "^3.0.0",
13
+ "@xylabs/react-flexbox": "^4.0.1",
14
+ "@xyo-network/react-shared": "^3.0.1",
15
15
  "react-router-dom": "^6.26.0"
16
16
  },
17
17
  "peerDependencies": {
@@ -25,7 +25,7 @@
25
25
  "@storybook/react": "^8.2.9",
26
26
  "@xylabs/ts-scripts-yarn3": "^4.0.0-rc.15",
27
27
  "@xylabs/tsconfig-react": "^4.0.0-rc.15",
28
- "@xyo-network/react-storybook": "^3.0.0",
28
+ "@xyo-network/react-storybook": "^3.0.1",
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": "3.0.0",
66
+ "version": "3.0.1",
67
67
  "type": "module"
68
68
  }