@xyo-network/react-network 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.
Files changed (1) hide show
  1. package/package.json +6 -16
package/package.json CHANGED
@@ -13,12 +13,11 @@
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/core": "^2.20.44",
18
- "@xyo-network/network": "^2.20.44",
19
- "@xyo-network/react-shared": "^2.25.48",
20
- "@xyo-network/react-theme": "^2.25.48",
21
- "lodash": "^4.17.21",
19
+ "@xyo-network/network": "^2.20.45",
20
+ "@xyo-network/react-shared": "^2.25.51",
22
21
  "react": "^18.1.0",
23
22
  "react-dom": "^18.1.0",
24
23
  "react-router-dom": "^6.3.0",
@@ -29,19 +28,10 @@
29
28
  "devDependencies": {
30
29
  "@babel/core": "^7.18.2",
31
30
  "@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
31
  "@storybook/react": "^6.5.8",
37
- "@storybook/theming": "^6.5.8",
38
- "@types/lodash": "^4.14.182",
39
32
  "@xylabs/sdk-js": "^2.5.7",
40
- "@xylabs/ts-scripts": "^1.0.66",
41
33
  "@xylabs/tsconfig": "^1.0.13",
42
- "axios": "^0.27.2",
43
- "storybook-dark-mode": "^1.1.0",
44
- "typescript": "^4.7.3"
34
+ "axios": "^0.27.2"
45
35
  },
46
36
  "browser": "dist/esm/index.js",
47
37
  "docs": "dist/docs.json",
@@ -101,6 +91,6 @@
101
91
  },
102
92
  "sideEffects": false,
103
93
  "types": "dist/esm/index.d.ts",
104
- "version": "2.25.48",
94
+ "version": "2.25.51",
105
95
  "packageManager": "yarn@3.1.1"
106
96
  }