@xyo-network/react-connected-accounts 2.70.5 → 2.70.6
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +6 -6
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": "^3.1.
|
14
|
-
"@xylabs/react-flexbox": "^3.1.
|
15
|
-
"@xyo-network/react-table": "~2.70.
|
13
|
+
"@xylabs/react-crypto": "^3.1.5",
|
14
|
+
"@xylabs/react-flexbox": "^3.1.5",
|
15
|
+
"@xyo-network/react-table": "~2.70.6"
|
16
16
|
},
|
17
17
|
"devDependencies": {
|
18
18
|
"@storybook/react": "^7.6.17",
|
19
|
-
"@xylabs/ts-scripts-yarn3": "^3.
|
20
|
-
"@xylabs/tsconfig-react": "^3.
|
19
|
+
"@xylabs/ts-scripts-yarn3": "^3.5.2",
|
20
|
+
"@xylabs/tsconfig-react": "^3.5.2",
|
21
21
|
"typescript": "^5.4.2"
|
22
22
|
},
|
23
23
|
"peerDependencies": {
|
@@ -78,6 +78,6 @@
|
|
78
78
|
},
|
79
79
|
"sideEffects": false,
|
80
80
|
"types": "dist/browser/index.d.ts",
|
81
|
-
"version": "2.70.
|
81
|
+
"version": "2.70.6",
|
82
82
|
"type": "module"
|
83
83
|
}
|