@xyd-js/storybook 0.0.0-build-dbd54a4-20251226154152 → 0.0.0-build-de75896-20260116162420

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/CHANGELOG.md +9 -9
  2. package/package.json +19 -19
package/CHANGELOG.md CHANGED
@@ -1,16 +1,16 @@
1
1
  # @xyd-js/storybook
2
2
 
3
- ## 0.0.0-build-dbd54a4-20251226154152
3
+ ## 0.0.0-build-de75896-20260116162420
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - update all packages
8
8
  - Updated dependencies
9
- - @xyd-js/atlas@0.0.0-build-dbd54a4-20251226154152
10
- - @xyd-js/components@0.0.0-build-dbd54a4-20251226154152
11
- - @xyd-js/content@0.0.0-build-dbd54a4-20251226154152
12
- - @xyd-js/theme-cosmo@0.0.0-build-dbd54a4-20251226154152
13
- - @xyd-js/theme-opener@0.0.0-build-dbd54a4-20251226154152
14
- - @xyd-js/theme-picasso@0.0.0-build-dbd54a4-20251226154152
15
- - @xyd-js/theme-poetry@0.0.0-build-dbd54a4-20251226154152
16
- - @xyd-js/ui@0.0.0-build-dbd54a4-20251226154152
9
+ - @xyd-js/atlas@0.0.0-build-de75896-20260116162420
10
+ - @xyd-js/components@0.0.0-build-de75896-20260116162420
11
+ - @xyd-js/content@0.0.0-build-de75896-20260116162420
12
+ - @xyd-js/theme-cosmo@0.0.0-build-de75896-20260116162420
13
+ - @xyd-js/theme-opener@0.0.0-build-de75896-20260116162420
14
+ - @xyd-js/theme-picasso@0.0.0-build-de75896-20260116162420
15
+ - @xyd-js/theme-poetry@0.0.0-build-de75896-20260116162420
16
+ - @xyd-js/ui@0.0.0-build-de75896-20260116162420
package/package.json CHANGED
@@ -1,36 +1,36 @@
1
1
  {
2
2
  "name": "@xyd-js/storybook",
3
- "version": "0.0.0-build-dbd54a4-20251226154152",
3
+ "version": "0.0.0-build-de75896-20260116162420",
4
4
  "type": "module",
5
5
  "dependencies": {
6
- "@storybook/addon-storysource": "^8.6.14",
6
+ "@storybook/addon-storysource": "^8.6.15",
7
7
  "downloadjs": "^1.4.7",
8
8
  "html-to-image": "^1.11.13",
9
9
  "lucide-react": "^0.447.0",
10
10
  "react": "^19.1.0",
11
11
  "react-dom": "^19.1.0",
12
- "@xyd-js/atlas": "0.0.0-build-dbd54a4-20251226154152",
13
- "@xyd-js/components": "0.0.0-build-dbd54a4-20251226154152",
14
- "@xyd-js/content": "0.0.0-build-dbd54a4-20251226154152",
15
- "@xyd-js/theme-cosmo": "0.0.0-build-dbd54a4-20251226154152",
16
- "@xyd-js/theme-opener": "0.0.0-build-dbd54a4-20251226154152",
17
- "@xyd-js/theme-picasso": "0.0.0-build-dbd54a4-20251226154152",
18
- "@xyd-js/theme-poetry": "0.0.0-build-dbd54a4-20251226154152",
19
- "@xyd-js/ui": "0.0.0-build-dbd54a4-20251226154152"
12
+ "@xyd-js/atlas": "0.0.0-build-de75896-20260116162420",
13
+ "@xyd-js/components": "0.0.0-build-de75896-20260116162420",
14
+ "@xyd-js/content": "0.0.0-build-de75896-20260116162420",
15
+ "@xyd-js/theme-cosmo": "0.0.0-build-de75896-20260116162420",
16
+ "@xyd-js/theme-opener": "0.0.0-build-de75896-20260116162420",
17
+ "@xyd-js/theme-picasso": "0.0.0-build-de75896-20260116162420",
18
+ "@xyd-js/theme-poetry": "0.0.0-build-de75896-20260116162420",
19
+ "@xyd-js/ui": "0.0.0-build-de75896-20260116162420"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@chromatic-com/storybook": "^1.9.0",
23
23
  "@eslint/js": "^9.11.1",
24
24
  "@mdx-js/react": "^3.0.1",
25
25
  "@mdx-js/rollup": "^3.0.1",
26
- "@storybook/addon-essentials": "^8.3.5",
27
- "@storybook/addon-interactions": "^8.3.5",
28
- "@storybook/addon-links": "^8.3.5",
29
- "@storybook/addon-onboarding": "^8.3.5",
30
- "@storybook/blocks": "^8.3.5",
31
- "@storybook/react": "^8.3.5",
32
- "@storybook/react-vite": "^8.3.5",
33
- "@storybook/test": "^8.3.5",
26
+ "@storybook/addon-essentials": "^8.6.15",
27
+ "@storybook/addon-interactions": "^8.6.15",
28
+ "@storybook/addon-links": "^8.6.15",
29
+ "@storybook/addon-onboarding": "^8.6.15",
30
+ "@storybook/blocks": "^8.6.15",
31
+ "@storybook/react": "^8.6.15",
32
+ "@storybook/react-vite": "^8.6.15",
33
+ "@storybook/test": "^8.6.15",
34
34
  "@types/react": "^19.1.0",
35
35
  "@types/react-dom": "^19.1.0",
36
36
  "@vitejs/plugin-react": "^4.3.2",
@@ -43,7 +43,7 @@
43
43
  "globals": "^15.9.0",
44
44
  "rehype-stringify": "^10.0.1",
45
45
  "remark-gfm": "^4.0.0",
46
- "storybook": "^8.3.5",
46
+ "storybook": "^8.6.15",
47
47
  "typescript": "^5.5.3",
48
48
  "typescript-eslint": "^8.7.0",
49
49
  "vite": "^7.0.0"