@xylabs/sdk-react 6.3.11 → 6.3.12

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/doctor-storybook.log +27 -0
  2. package/package.json +26 -26
@@ -0,0 +1,27 @@
1
+ 🩺 The doctor is checking the health of your Storybook..
2
+ ╭ Diagnostics ───────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
3
+ │ │
4
+ │ Attention: There seems to be a mismatch between your Storybook package versions. This can result in a broken Storybook │
5
+ │ installation. │
6
+ │ │
7
+ │ The version of your storybook core packages should align with 9.1.0-alpha.2 (from the @storybook/react-vite package) │
8
+ │ or higher. │
9
+ │ │
10
+ │ Based on your lockfile, these dependencies should be aligned: │
11
+ │ │
12
+ │ @storybook/react: 9.0.4 (in your package.json) │
13
+ │ storybook: 9.0.4 (in your package.json) │
14
+ │ @storybook/react-dom-shim: 9.0.4 │
15
+ │ │
16
+ │ You can run npx storybook@latest upgrade to upgrade all of your Storybook packages to the latest version. │
17
+ │ │
18
+ │ Alternatively you can try manually changing the versions to match in your package.json. We also recommend regenerating │
19
+ │ your lockfile, or running the following command to possibly deduplicate your Storybook package versions: yarn dedupe │
20
+ │ │
21
+ ╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
22
+
23
+ You can always recheck the health of your project by running:
24
+ npx storybook doctor
25
+
26
+ Full logs are available in /Users/mattjones/XYLabs/repos/sdk-react/doctor-storybook.log
27
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xylabs/sdk-react",
3
- "version": "6.3.11",
3
+ "version": "6.3.12",
4
4
  "description": "Common React library for all XY Labs projects that use React",
5
5
  "keywords": [
6
6
  "utility",
@@ -56,31 +56,31 @@
56
56
  ]
57
57
  },
58
58
  "dependencies": {
59
- "@xylabs/react-accordion": "^6.3.11",
60
- "@xylabs/react-animation": "^6.3.11",
61
- "@xylabs/react-appbar": "^6.3.11",
62
- "@xylabs/react-async-effect": "^6.3.11",
63
- "@xylabs/react-button": "^6.3.11",
64
- "@xylabs/react-common": "^6.3.11",
65
- "@xylabs/react-cookie-consent": "^6.3.11",
66
- "@xylabs/react-crypto": "^6.3.11",
67
- "@xylabs/react-dialogs": "^6.3.11",
68
- "@xylabs/react-experiments": "^6.3.11",
69
- "@xylabs/react-flexbox": "^6.3.11",
70
- "@xylabs/react-hooks": "^6.3.11",
71
- "@xylabs/react-identicon": "^6.3.11",
72
- "@xylabs/react-link": "^6.3.11",
73
- "@xylabs/react-mixpanel": "^6.3.11",
74
- "@xylabs/react-number-status": "^6.3.11",
75
- "@xylabs/react-pixel": "^6.3.11",
76
- "@xylabs/react-pixel-debugger": "^6.3.11",
77
- "@xylabs/react-promise": "^6.3.11",
78
- "@xylabs/react-quick-tip-button": "^6.3.11",
79
- "@xylabs/react-render-spin-check": "^6.3.11",
80
- "@xylabs/react-rich-result": "^6.3.11",
81
- "@xylabs/react-scroll-to-top": "^6.3.11",
82
- "@xylabs/react-shared": "^6.3.11",
83
- "@xylabs/react-theme": "^6.3.11"
59
+ "@xylabs/react-accordion": "^6.3.12",
60
+ "@xylabs/react-animation": "^6.3.12",
61
+ "@xylabs/react-appbar": "^6.3.12",
62
+ "@xylabs/react-async-effect": "^6.3.12",
63
+ "@xylabs/react-button": "^6.3.12",
64
+ "@xylabs/react-common": "^6.3.12",
65
+ "@xylabs/react-cookie-consent": "^6.3.12",
66
+ "@xylabs/react-crypto": "^6.3.12",
67
+ "@xylabs/react-dialogs": "^6.3.12",
68
+ "@xylabs/react-experiments": "^6.3.12",
69
+ "@xylabs/react-flexbox": "^6.3.12",
70
+ "@xylabs/react-hooks": "^6.3.12",
71
+ "@xylabs/react-identicon": "^6.3.12",
72
+ "@xylabs/react-link": "^6.3.12",
73
+ "@xylabs/react-mixpanel": "^6.3.12",
74
+ "@xylabs/react-number-status": "^6.3.12",
75
+ "@xylabs/react-pixel": "^6.3.12",
76
+ "@xylabs/react-pixel-debugger": "^6.3.12",
77
+ "@xylabs/react-promise": "^6.3.12",
78
+ "@xylabs/react-quick-tip-button": "^6.3.12",
79
+ "@xylabs/react-render-spin-check": "^6.3.12",
80
+ "@xylabs/react-rich-result": "^6.3.12",
81
+ "@xylabs/react-scroll-to-top": "^6.3.12",
82
+ "@xylabs/react-shared": "^6.3.12",
83
+ "@xylabs/react-theme": "^6.3.12"
84
84
  },
85
85
  "devDependencies": {
86
86
  "@emotion/react": "^11.14.0",