@xyo-network/react-appbar 2.64.10 → 2.65.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +14 -15
- package/dist/docs.json +0 -109223
package/package.json
CHANGED
@@ -10,29 +10,28 @@
|
|
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.
|
19
|
-
"@xyo-network/react-network": "~2.
|
20
|
-
"@xyo-network/react-shared": "~2.
|
13
|
+
"@xylabs/react-appbar": "^3.0.21",
|
14
|
+
"@xylabs/react-button": "^3.0.21",
|
15
|
+
"@xylabs/react-flexbox": "^3.0.21",
|
16
|
+
"@xylabs/react-link": "^3.0.21",
|
17
|
+
"@xylabs/react-shared": "^3.0.21",
|
18
|
+
"@xyo-network/react-app-settings": "~2.65.1",
|
19
|
+
"@xyo-network/react-network": "~2.65.1",
|
20
|
+
"@xyo-network/react-shared": "~2.65.1",
|
21
21
|
"react-router-dom": "^6.16.0"
|
22
22
|
},
|
23
23
|
"devDependencies": {
|
24
24
|
"@storybook/react": "^7.4.6",
|
25
|
-
"@xylabs/ts-scripts-yarn3": "^3.1.
|
26
|
-
"@xylabs/tsconfig-react": "^3.1.
|
27
|
-
"@xyo-network/react-storybook": "~2.
|
28
|
-
"@xyo-network/react-wallet": "~2.
|
25
|
+
"@xylabs/ts-scripts-yarn3": "^3.1.12",
|
26
|
+
"@xylabs/tsconfig-react": "^3.1.12",
|
27
|
+
"@xyo-network/react-storybook": "~2.65.1",
|
28
|
+
"@xyo-network/react-wallet": "~2.65.1",
|
29
29
|
"typescript": "^5.2.2"
|
30
30
|
},
|
31
31
|
"peerDependencies": {
|
32
32
|
"@mui/icons-material": "^5",
|
33
33
|
"@mui/material": "^5",
|
34
34
|
"@mui/styles": "^5",
|
35
|
-
"axios": "^1.3.1",
|
36
35
|
"react": "^18.2.0",
|
37
36
|
"react-dom": "^18.2.0",
|
38
37
|
"react-icons": "^4.4.0"
|
@@ -74,7 +73,7 @@
|
|
74
73
|
"typescript",
|
75
74
|
"react"
|
76
75
|
],
|
77
|
-
"license": "LGPL-3.0",
|
76
|
+
"license": "LGPL-3.0-only",
|
78
77
|
"publishConfig": {
|
79
78
|
"access": "public"
|
80
79
|
},
|
@@ -88,6 +87,6 @@
|
|
88
87
|
},
|
89
88
|
"sideEffects": false,
|
90
89
|
"types": "dist/browser/index.d.ts",
|
91
|
-
"version": "2.
|
90
|
+
"version": "2.65.1",
|
92
91
|
"type": "module"
|
93
92
|
}
|