@xyo-network/react-wallet 2.25.50 → 2.25.53

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