@xyo-network/react-connected-accounts 2.76.6 → 2.77.0-rc.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -3
package/package.json
CHANGED
@@ -12,7 +12,7 @@
|
|
12
12
|
"dependencies": {
|
13
13
|
"@xylabs/react-crypto": "^3.1.7",
|
14
14
|
"@xylabs/react-flexbox": "^3.1.7",
|
15
|
-
"@xyo-network/react-table": "~2.
|
15
|
+
"@xyo-network/react-table": "~2.77.0-rc.1"
|
16
16
|
},
|
17
17
|
"devDependencies": {
|
18
18
|
"@storybook/react": "^7.6.19",
|
@@ -78,6 +78,7 @@
|
|
78
78
|
},
|
79
79
|
"sideEffects": false,
|
80
80
|
"types": "dist/browser/index.d.ts",
|
81
|
-
"version": "2.
|
82
|
-
"type": "module"
|
81
|
+
"version": "2.77.0-rc.1",
|
82
|
+
"type": "module",
|
83
|
+
"stableVersion": "2.76.6"
|
83
84
|
}
|