@xyo-network/react-card 2.67.17 → 2.68.0-rc.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 +6 -5
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  },
12
12
  "dependencies": {
13
13
  "@xylabs/react-flexbox": "^3.0.39",
14
- "@xyo-network/react-shared": "~2.67.17",
14
+ "@xyo-network/react-shared": "~2.68.0-rc.1",
15
15
  "react-router-dom": "^6.21.3"
16
16
  },
17
17
  "peerDependencies": {
@@ -22,10 +22,10 @@
22
22
  "react-dom": "^18"
23
23
  },
24
24
  "devDependencies": {
25
- "@storybook/react": "^7.6.10",
25
+ "@storybook/react": "^7.6.12",
26
26
  "@xylabs/ts-scripts-yarn3": "^3.2.42",
27
27
  "@xylabs/tsconfig-react": "^3.2.42",
28
- "@xyo-network/react-storybook": "~2.67.17",
28
+ "@xyo-network/react-storybook": "~2.68.0-rc.1",
29
29
  "typescript": "^5.3.3"
30
30
  },
31
31
  "description": "Common React library for all XYO projects that use React",
@@ -79,6 +79,7 @@
79
79
  },
80
80
  "sideEffects": false,
81
81
  "types": "dist/browser/index.d.ts",
82
- "version": "2.67.17",
83
- "type": "module"
82
+ "version": "2.68.0-rc.1",
83
+ "type": "module",
84
+ "stableVersion": "2.67.18"
84
85
  }