@xyo-network/react-appbar 2.66.2 → 2.66.3
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +12 -12
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": "^3.0.
|
14
|
-
"@xylabs/react-button": "^3.0.
|
15
|
-
"@xylabs/react-flexbox": "^3.0.
|
16
|
-
"@xylabs/react-link": "^3.0.
|
17
|
-
"@xylabs/react-shared": "^3.0.
|
18
|
-
"@xyo-network/react-app-settings": "~2.66.
|
19
|
-
"@xyo-network/react-network": "~2.66.
|
20
|
-
"@xyo-network/react-shared": "~2.66.
|
21
|
-
"react-router-dom": "^6.20.
|
13
|
+
"@xylabs/react-appbar": "^3.0.33",
|
14
|
+
"@xylabs/react-button": "^3.0.33",
|
15
|
+
"@xylabs/react-flexbox": "^3.0.33",
|
16
|
+
"@xylabs/react-link": "^3.0.33",
|
17
|
+
"@xylabs/react-shared": "^3.0.33",
|
18
|
+
"@xyo-network/react-app-settings": "~2.66.3",
|
19
|
+
"@xyo-network/react-network": "~2.66.3",
|
20
|
+
"@xyo-network/react-shared": "~2.66.3",
|
21
|
+
"react-router-dom": "^6.20.1"
|
22
22
|
},
|
23
23
|
"devDependencies": {
|
24
|
-
"@storybook/react": "^7.
|
24
|
+
"@storybook/react": "^7.6.3",
|
25
25
|
"@xylabs/ts-scripts-yarn3": "^3.2.10",
|
26
26
|
"@xylabs/tsconfig-react": "^3.2.10",
|
27
|
-
"@xyo-network/react-wallet": "~2.66.
|
27
|
+
"@xyo-network/react-wallet": "~2.66.3",
|
28
28
|
"typescript": "^5.3.2"
|
29
29
|
},
|
30
30
|
"peerDependencies": {
|
@@ -86,6 +86,6 @@
|
|
86
86
|
},
|
87
87
|
"sideEffects": false,
|
88
88
|
"types": "dist/browser/index.d.ts",
|
89
|
-
"version": "2.66.
|
89
|
+
"version": "2.66.3",
|
90
90
|
"type": "module"
|
91
91
|
}
|