@xyo-network/react-connected-accounts 2.67.18 → 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 +5 -4
package/package.json CHANGED
@@ -12,10 +12,10 @@
12
12
  "dependencies": {
13
13
  "@xylabs/react-crypto": "^3.0.39",
14
14
  "@xylabs/react-flexbox": "3.0.39",
15
- "@xyo-network/react-table": "~2.67.18"
15
+ "@xyo-network/react-table": "~2.68.0-rc.1"
16
16
  },
17
17
  "devDependencies": {
18
- "@storybook/react": "^7.6.10",
18
+ "@storybook/react": "^7.6.12",
19
19
  "@xylabs/ts-scripts-yarn3": "^3.2.42",
20
20
  "@xylabs/tsconfig-react": "^3.2.42",
21
21
  "typescript": "^5.3.3"
@@ -78,6 +78,7 @@
78
78
  },
79
79
  "sideEffects": false,
80
80
  "types": "dist/browser/index.d.ts",
81
- "version": "2.67.18",
82
- "type": "module"
81
+ "version": "2.68.0-rc.1",
82
+ "type": "module",
83
+ "stableVersion": "2.67.18"
83
84
  }