@xyo-network/react-webapp 2.25.48 → 2.25.51
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +5 -28
package/package.json
CHANGED
|
@@ -12,25 +12,13 @@
|
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@emotion/react": "^11.9.0",
|
|
14
14
|
"@emotion/styled": "^11.8.1",
|
|
15
|
-
"@mui/icons-material": "^5.8.3",
|
|
16
|
-
"@mui/lab": "^5.0.0-alpha.85",
|
|
17
15
|
"@mui/material": "^5.8.3",
|
|
18
|
-
"@
|
|
19
|
-
"@
|
|
20
|
-
"@
|
|
21
|
-
"@xyo-network/api": "^2.20.44",
|
|
22
|
-
"@xyo-network/core": "^2.20.44",
|
|
23
|
-
"@xyo-network/network": "^2.20.44",
|
|
24
|
-
"@xyo-network/react-appbar": "^2.25.48",
|
|
25
|
-
"@xyo-network/react-shared": "^2.25.48",
|
|
26
|
-
"@xyo-network/react-theme": "^2.25.48",
|
|
27
|
-
"lodash": "^4.17.21",
|
|
28
|
-
"luxon": "^2.4.0",
|
|
16
|
+
"@xylabs/react-flexbox": "^2.12.23",
|
|
17
|
+
"@xyo-network/react-appbar": "^2.25.51",
|
|
18
|
+
"@xyo-network/react-shared": "^2.25.51",
|
|
29
19
|
"react": "^18.1.0",
|
|
30
20
|
"react-dom": "^18.1.0",
|
|
31
21
|
"react-helmet": "^6.1.0",
|
|
32
|
-
"react-icons": "^4.4.0",
|
|
33
|
-
"react-json-view": "^1.21.3",
|
|
34
22
|
"react-router-dom": "^6.3.0",
|
|
35
23
|
"tslib": "^2.4.0",
|
|
36
24
|
"typedoc": "^0.22.17"
|
|
@@ -39,21 +27,10 @@
|
|
|
39
27
|
"devDependencies": {
|
|
40
28
|
"@babel/core": "^7.18.2",
|
|
41
29
|
"@babel/preset-env": "^7.18.2",
|
|
42
|
-
"@storybook/addons": "^6.5.8",
|
|
43
|
-
"@storybook/api": "^6.5.8",
|
|
44
|
-
"@storybook/components": "^6.5.8",
|
|
45
|
-
"@storybook/core-events": "^6.5.8",
|
|
46
30
|
"@storybook/react": "^6.5.8",
|
|
47
|
-
"@storybook/theming": "^6.5.8",
|
|
48
|
-
"@types/lodash": "^4.14.182",
|
|
49
31
|
"@types/react-helmet": "^6.1.5",
|
|
50
|
-
"@xylabs/pixel": "^1.3.9",
|
|
51
|
-
"@xylabs/sdk-js": "^2.5.7",
|
|
52
|
-
"@xylabs/ts-scripts": "^1.0.66",
|
|
53
32
|
"@xylabs/tsconfig": "^1.0.13",
|
|
54
|
-
"axios": "^0.27.2"
|
|
55
|
-
"storybook-dark-mode": "^1.1.0",
|
|
56
|
-
"typescript": "^4.7.3"
|
|
33
|
+
"axios": "^0.27.2"
|
|
57
34
|
},
|
|
58
35
|
"browser": "dist/esm/index.js",
|
|
59
36
|
"docs": "dist/docs.json",
|
|
@@ -113,6 +90,6 @@
|
|
|
113
90
|
},
|
|
114
91
|
"sideEffects": false,
|
|
115
92
|
"types": "dist/esm/index.d.ts",
|
|
116
|
-
"version": "2.25.
|
|
93
|
+
"version": "2.25.51",
|
|
117
94
|
"packageManager": "yarn@3.1.1"
|
|
118
95
|
}
|