@xyo-network/react-appbar 2.61.0 → 2.63.1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/docs.json +96215 -0
- package/package.json +14 -14
package/package.json
CHANGED
@@ -10,21 +10,21 @@
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
|
11
11
|
},
|
12
12
|
"dependencies": {
|
13
|
-
"@xylabs/react-appbar": "~2.
|
14
|
-
"@xylabs/react-button": "~2.
|
15
|
-
"@xylabs/react-flexbox": "~2.
|
16
|
-
"@xylabs/react-link": "~2.
|
17
|
-
"@xylabs/react-shared": "~2.
|
18
|
-
"@xyo-network/react-app-settings": "~2.
|
19
|
-
"@xyo-network/react-network": "~2.
|
20
|
-
"@xyo-network/react-shared": "~2.
|
13
|
+
"@xylabs/react-appbar": "~2.19.1",
|
14
|
+
"@xylabs/react-button": "~2.19.1",
|
15
|
+
"@xylabs/react-flexbox": "~2.19.1",
|
16
|
+
"@xylabs/react-link": "~2.19.1",
|
17
|
+
"@xylabs/react-shared": "~2.19.1",
|
18
|
+
"@xyo-network/react-app-settings": "~2.63.1",
|
19
|
+
"@xyo-network/react-network": "~2.63.1",
|
20
|
+
"@xyo-network/react-shared": "~2.63.1"
|
21
21
|
},
|
22
22
|
"devDependencies": {
|
23
|
-
"@storybook/react": "^7.4.
|
24
|
-
"@xylabs/ts-scripts-yarn3": "^2.19.
|
25
|
-
"@xylabs/tsconfig-react": "^2.19.
|
26
|
-
"@xyo-network/react-storybook": "~2.
|
27
|
-
"@xyo-network/react-wallet": "~2.
|
23
|
+
"@storybook/react": "^7.4.3",
|
24
|
+
"@xylabs/ts-scripts-yarn3": "^2.19.12",
|
25
|
+
"@xylabs/tsconfig-react": "^2.19.12",
|
26
|
+
"@xyo-network/react-storybook": "~2.63.1",
|
27
|
+
"@xyo-network/react-wallet": "~2.63.1",
|
28
28
|
"typescript": "^5.2.2"
|
29
29
|
},
|
30
30
|
"peerDependencies": {
|
@@ -80,5 +80,5 @@
|
|
80
80
|
},
|
81
81
|
"sideEffects": false,
|
82
82
|
"types": "dist/types/index.d.ts",
|
83
|
-
"version": "2.
|
83
|
+
"version": "2.63.1"
|
84
84
|
}
|