@xyo-network/react-connected-accounts 2.83.2 → 3.0.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +7 -7
package/package.json
CHANGED
@@ -10,14 +10,14 @@
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
|
11
11
|
},
|
12
12
|
"dependencies": {
|
13
|
-
"@xylabs/react-crypto": "^
|
14
|
-
"@xylabs/react-flexbox": "^
|
15
|
-
"@xyo-network/react-table": "^
|
13
|
+
"@xylabs/react-crypto": "^4.0.0",
|
14
|
+
"@xylabs/react-flexbox": "^4.0.0",
|
15
|
+
"@xyo-network/react-table": "^3.0.0"
|
16
16
|
},
|
17
17
|
"devDependencies": {
|
18
|
-
"@storybook/react": "^8.2.
|
19
|
-
"@xylabs/ts-scripts-yarn3": "^4.0.0-rc.
|
20
|
-
"@xylabs/tsconfig-react": "^4.0.0-rc.
|
18
|
+
"@storybook/react": "^8.2.9",
|
19
|
+
"@xylabs/ts-scripts-yarn3": "^4.0.0-rc.15",
|
20
|
+
"@xylabs/tsconfig-react": "^4.0.0-rc.15",
|
21
21
|
"typescript": "^5.5.4"
|
22
22
|
},
|
23
23
|
"peerDependencies": {
|
@@ -62,6 +62,6 @@
|
|
62
62
|
},
|
63
63
|
"sideEffects": false,
|
64
64
|
"types": "dist/browser/index.d.ts",
|
65
|
-
"version": "
|
65
|
+
"version": "3.0.0",
|
66
66
|
"type": "module"
|
67
67
|
}
|