@xyo-network/react-panel 2.25.36 → 2.25.39

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 (2) hide show
  1. package/dist/docs.json +1 -1
  2. package/package.json +19 -19
package/dist/docs.json CHANGED
@@ -717,7 +717,7 @@
717
717
  }
718
718
  ],
719
719
  "qualifiedName": "WithChildren",
720
- "package": "@xylabs/sdk-react",
720
+ "package": "@xylabs/react-shared",
721
721
  "name": "WithChildren"
722
722
  }
723
723
  ],
package/package.json CHANGED
@@ -12,17 +12,17 @@
12
12
  "dependencies": {
13
13
  "@emotion/react": "^11.9.0",
14
14
  "@emotion/styled": "^11.8.1",
15
- "@mui/material": "^5.8.2",
15
+ "@mui/material": "^5.8.3",
16
16
  "@xylabs/sdk-js": "^2.5.7",
17
- "@xylabs/sdk-react": "^2.12.10",
18
- "@xyo-network/api": "^2.20.41",
19
- "@xyo-network/core": "^2.20.41",
20
- "@xyo-network/panel": "^2.20.41",
21
- "@xyo-network/react-archive": "^2.25.36",
22
- "@xyo-network/react-shared": "^2.25.36",
23
- "@xyo-network/react-theme": "^2.25.36",
24
- "@xyo-network/react-wallet": "^2.25.36",
25
- "@xyo-network/systeminfo-witness": "^2.20.41",
17
+ "@xylabs/sdk-react": "^2.13.7",
18
+ "@xyo-network/api": "^2.20.43",
19
+ "@xyo-network/core": "^2.20.43",
20
+ "@xyo-network/panel": "^2.20.43",
21
+ "@xyo-network/react-archive": "^2.25.39",
22
+ "@xyo-network/react-shared": "^2.25.39",
23
+ "@xyo-network/react-theme": "^2.25.39",
24
+ "@xyo-network/react-wallet": "^2.25.39",
25
+ "@xyo-network/systeminfo-witness": "^2.20.43",
26
26
  "lodash": "^4.17.21",
27
27
  "react": "^18.1.0",
28
28
  "react-dom": "^18.1.0",
@@ -33,20 +33,20 @@
33
33
  "devDependencies": {
34
34
  "@babel/core": "^7.18.2",
35
35
  "@babel/preset-env": "^7.18.2",
36
- "@storybook/addons": "^6.5.6",
37
- "@storybook/api": "^6.5.6",
38
- "@storybook/components": "^6.5.6",
39
- "@storybook/core-events": "^6.5.6",
40
- "@storybook/react": "^6.5.6",
41
- "@storybook/theming": "^6.5.6",
36
+ "@storybook/addons": "^6.5.7",
37
+ "@storybook/api": "^6.5.7",
38
+ "@storybook/components": "^6.5.7",
39
+ "@storybook/core-events": "^6.5.7",
40
+ "@storybook/react": "^6.5.7",
41
+ "@storybook/theming": "^6.5.7",
42
42
  "@types/lodash": "^4.14.182",
43
43
  "@xylabs/sdk-js": "^2.5.7",
44
- "@xylabs/sdk-react": "^2.12.10",
44
+ "@xylabs/sdk-react": "^2.13.7",
45
45
  "@xylabs/ts-scripts": "^1.0.66",
46
46
  "@xylabs/tsconfig": "^1.0.13",
47
47
  "axios": "^0.27.2",
48
48
  "storybook-dark-mode": "^1.1.0",
49
- "typescript": "^4.7.2"
49
+ "typescript": "^4.7.3"
50
50
  },
51
51
  "browser": "dist/esm/index.js",
52
52
  "docs": "dist/docs.json",
@@ -106,6 +106,6 @@
106
106
  },
107
107
  "sideEffects": false,
108
108
  "types": "dist/esm/index.d.ts",
109
- "version": "2.25.36",
109
+ "version": "2.25.39",
110
110
  "packageManager": "yarn@3.1.1"
111
111
  }