@xyo-network/react-appbar 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 +14 -14
package/package.json
CHANGED
@@ -10,22 +10,22 @@
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
|
11
11
|
},
|
12
12
|
"dependencies": {
|
13
|
-
"@xylabs/react-appbar": "^3.1.
|
14
|
-
"@xylabs/react-button": "^3.1.
|
15
|
-
"@xylabs/react-flexbox": "^3.1.
|
16
|
-
"@xylabs/react-link": "^3.1.
|
17
|
-
"@xylabs/react-shared": "^3.1.
|
18
|
-
"@xyo-network/react-app-settings": "~2.70.
|
19
|
-
"@xyo-network/react-network": "~2.70.
|
20
|
-
"@xyo-network/react-shared": "~2.70.
|
21
|
-
"react-router-dom": "^6.22.
|
13
|
+
"@xylabs/react-appbar": "^3.1.5",
|
14
|
+
"@xylabs/react-button": "^3.1.5",
|
15
|
+
"@xylabs/react-flexbox": "^3.1.5",
|
16
|
+
"@xylabs/react-link": "^3.1.5",
|
17
|
+
"@xylabs/react-shared": "^3.1.5",
|
18
|
+
"@xyo-network/react-app-settings": "~2.70.6",
|
19
|
+
"@xyo-network/react-network": "~2.70.6",
|
20
|
+
"@xyo-network/react-shared": "~2.70.6",
|
21
|
+
"react-router-dom": "^6.22.3"
|
22
22
|
},
|
23
23
|
"devDependencies": {
|
24
24
|
"@storybook/react": "^7.6.17",
|
25
|
-
"@xylabs/ts-scripts-yarn3": "^3.
|
26
|
-
"@xylabs/tsconfig-react": "^3.
|
27
|
-
"@xyo-network/react-storybook": "~2.70.
|
28
|
-
"@xyo-network/react-wallet": "~2.70.
|
25
|
+
"@xylabs/ts-scripts-yarn3": "^3.5.2",
|
26
|
+
"@xylabs/tsconfig-react": "^3.5.2",
|
27
|
+
"@xyo-network/react-storybook": "~2.70.6",
|
28
|
+
"@xyo-network/react-wallet": "~2.70.6",
|
29
29
|
"typescript": "^5.4.2"
|
30
30
|
},
|
31
31
|
"peerDependencies": {
|
@@ -87,6 +87,6 @@
|
|
87
87
|
},
|
88
88
|
"sideEffects": false,
|
89
89
|
"types": "dist/browser/index.d.ts",
|
90
|
-
"version": "2.70.
|
90
|
+
"version": "2.70.6",
|
91
91
|
"type": "module"
|
92
92
|
}
|