@xyo-network/react-card 2.70.7 → 2.71.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 +5 -5
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.1.5",
14
- "@xyo-network/react-shared": "~2.70.7",
13
+ "@xylabs/react-flexbox": "^3.1.6",
14
+ "@xyo-network/react-shared": "~2.71.0",
15
15
  "react-router-dom": "^6.22.3"
16
16
  },
17
17
  "peerDependencies": {
@@ -25,8 +25,8 @@
25
25
  "@storybook/react": "^7.6.17",
26
26
  "@xylabs/ts-scripts-yarn3": "^3.5.2",
27
27
  "@xylabs/tsconfig-react": "^3.5.2",
28
- "@xyo-network/react-storybook": "~2.70.7",
29
- "typescript": "^5.4.2"
28
+ "@xyo-network/react-storybook": "~2.71.0",
29
+ "typescript": "^5.4.3"
30
30
  },
31
31
  "description": "Common React library for all XYO projects that use React",
32
32
  "docs": "dist/docs.json",
@@ -79,6 +79,6 @@
79
79
  },
80
80
  "sideEffects": false,
81
81
  "types": "dist/browser/index.d.ts",
82
- "version": "2.70.7",
82
+ "version": "2.71.0",
83
83
  "type": "module"
84
84
  }