@xyo-network/react-network 2.25.49 → 2.25.52
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 +7 -28
package/package.json
CHANGED
|
@@ -13,35 +13,23 @@
|
|
|
13
13
|
"@emotion/react": "^11.9.0",
|
|
14
14
|
"@emotion/styled": "^11.8.1",
|
|
15
15
|
"@mui/material": "^5.8.3",
|
|
16
|
+
"@xylabs/react-common": "^2.12.23",
|
|
17
|
+
"@xylabs/react-shared": "^2.12.23",
|
|
16
18
|
"@xylabs/sdk-js": "^2.5.7",
|
|
17
|
-
"@xyo-network/
|
|
18
|
-
"@xyo-network/
|
|
19
|
-
"@xyo-network/react-shared": "^2.25.49",
|
|
20
|
-
"@xyo-network/react-theme": "^2.25.49",
|
|
21
|
-
"lodash": "^4.17.21",
|
|
19
|
+
"@xyo-network/network": "^2.20.45",
|
|
20
|
+
"@xyo-network/react-shared": "^2.25.52",
|
|
22
21
|
"react": "^18.1.0",
|
|
23
22
|
"react-dom": "^18.1.0",
|
|
24
23
|
"react-router-dom": "^6.3.0",
|
|
25
|
-
"tslib": "^2.4.0"
|
|
26
|
-
"typedoc": "^0.22.17"
|
|
24
|
+
"tslib": "^2.4.0"
|
|
27
25
|
},
|
|
28
26
|
"description": "Common React library for all XYO projects that use React",
|
|
29
27
|
"devDependencies": {
|
|
30
28
|
"@babel/core": "^7.18.2",
|
|
31
29
|
"@babel/preset-env": "^7.18.2",
|
|
32
|
-
"@storybook/addons": "^6.5.8",
|
|
33
|
-
"@storybook/api": "^6.5.8",
|
|
34
|
-
"@storybook/components": "^6.5.8",
|
|
35
|
-
"@storybook/core-events": "^6.5.8",
|
|
36
30
|
"@storybook/react": "^6.5.8",
|
|
37
|
-
"@storybook/theming": "^6.5.8",
|
|
38
|
-
"@types/lodash": "^4.14.182",
|
|
39
31
|
"@xylabs/sdk-js": "^2.5.7",
|
|
40
|
-
"@xylabs/
|
|
41
|
-
"@xylabs/tsconfig": "^1.0.13",
|
|
42
|
-
"axios": "^0.27.2",
|
|
43
|
-
"storybook-dark-mode": "^1.1.0",
|
|
44
|
-
"typescript": "^4.7.3"
|
|
32
|
+
"@xylabs/tsconfig": "^1.0.13"
|
|
45
33
|
},
|
|
46
34
|
"browser": "dist/esm/index.js",
|
|
47
35
|
"docs": "dist/docs.json",
|
|
@@ -72,15 +60,6 @@
|
|
|
72
60
|
"react"
|
|
73
61
|
],
|
|
74
62
|
"license": "LGPL-3.0",
|
|
75
|
-
"peerDependencies": {
|
|
76
|
-
"axios": ">0.26",
|
|
77
|
-
"typedoc": "^0.22.13"
|
|
78
|
-
},
|
|
79
|
-
"peerDependenciesMeta": {
|
|
80
|
-
"typedoc": {
|
|
81
|
-
"optional": true
|
|
82
|
-
}
|
|
83
|
-
},
|
|
84
63
|
"resolutions": {
|
|
85
64
|
"@storybook/react/webpack": "^5",
|
|
86
65
|
"bn.js": "^5.2.0",
|
|
@@ -101,6 +80,6 @@
|
|
|
101
80
|
},
|
|
102
81
|
"sideEffects": false,
|
|
103
82
|
"types": "dist/esm/index.d.ts",
|
|
104
|
-
"version": "2.25.
|
|
83
|
+
"version": "2.25.52",
|
|
105
84
|
"packageManager": "yarn@3.1.1"
|
|
106
85
|
}
|