@xyo-network/react-connected-accounts 2.81.6 → 2.81.8
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -10,15 +10,15 @@
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
|
11
11
|
},
|
12
12
|
"dependencies": {
|
13
|
-
"@xylabs/react-crypto": "^3.4.
|
14
|
-
"@xylabs/react-flexbox": "^3.4.
|
15
|
-
"@xyo-network/react-table": "^2.81.
|
13
|
+
"@xylabs/react-crypto": "^3.4.1",
|
14
|
+
"@xylabs/react-flexbox": "^3.4.1",
|
15
|
+
"@xyo-network/react-table": "^2.81.8"
|
16
16
|
},
|
17
17
|
"devDependencies": {
|
18
18
|
"@storybook/react": "^7.6.20",
|
19
|
-
"@xylabs/ts-scripts-yarn3": "^3.12.
|
20
|
-
"@xylabs/tsconfig-react": "^3.12.
|
21
|
-
"typescript": "^5.5.
|
19
|
+
"@xylabs/ts-scripts-yarn3": "^3.12.4",
|
20
|
+
"@xylabs/tsconfig-react": "^3.12.4",
|
21
|
+
"typescript": "^5.5.4"
|
22
22
|
},
|
23
23
|
"peerDependencies": {
|
24
24
|
"@mui/icons-material": "^5",
|
@@ -78,6 +78,6 @@
|
|
78
78
|
},
|
79
79
|
"sideEffects": false,
|
80
80
|
"types": "dist/browser/index.d.ts",
|
81
|
-
"version": "2.81.
|
81
|
+
"version": "2.81.8",
|
82
82
|
"type": "module"
|
83
83
|
}
|
@@ -2,7 +2,7 @@
|
|
2
2
|
import { Meta, StoryFn } from '@storybook/react'
|
3
3
|
import { useState } from 'react'
|
4
4
|
|
5
|
-
import { ConnectedAccountsFlexbox } from './ConnectedAccountsFlexbox'
|
5
|
+
import { ConnectedAccountsFlexbox } from './ConnectedAccountsFlexbox.js'
|
6
6
|
|
7
7
|
const StorybookEntry: Meta = {
|
8
8
|
argTypes: {},
|