@itcase/storybook-config 1.1.29 → 1.1.31

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.
@@ -60,10 +60,6 @@ const MAIN_CONFIG = {
60
60
  disableTelemetry: true,
61
61
  disableWhatsNewNotifications: true,
62
62
  },
63
- features: {
64
- backgroundsStoryGlobals: true,
65
- viewportStoryGlobals: true,
66
- },
67
63
  tags: ['autodocs'],
68
64
  }
69
65
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itcase/storybook-config",
3
- "version": "1.1.29",
3
+ "version": "1.1.31",
4
4
  "author": "ITCase",
5
5
  "description": "Code style linter configuration presets",
6
6
  "engines": {
@@ -66,27 +66,18 @@
66
66
  "@itcase/config": "^1.0.48",
67
67
  "@itcase/storybook-addon-auth": "^1.0.5",
68
68
  "@newhighsco/storybook-addon-transpile-modules": "^2.0.60",
69
- "@storybook/addon-actions": "^8.6.14",
70
- "@storybook/addon-controls": "^8.6.14",
71
- "@storybook/addon-designs": "^8.2.1",
72
- "@storybook/addon-essentials": "^8.6.14",
73
- "@storybook/addon-interactions": "^8.6.14",
74
- "@storybook/addon-links": "^8.6.14",
69
+ "@storybook/addon-designs": "^10.0.1",
70
+ "@storybook/addon-docs": "^9.0.16",
71
+ "@storybook/addon-links": "^9.0.16",
75
72
  "@storybook/addon-styling-webpack": "^1.0.1",
76
- "@storybook/addon-themes": "^8.6.14",
77
- "@storybook/addon-viewport": "^8.6.14",
73
+ "@storybook/addon-themes": "^9.0.16",
78
74
  "@storybook/addon-webpack5-compiler-swc": "^3.0.0",
79
- "@storybook/blocks": "^8.6.14",
80
- "@storybook/manager-api": "^8.6.14",
81
- "@storybook/nextjs": "^8.6.14",
82
- "@storybook/preview-api": "^8.6.14",
83
- "@storybook/react": "^8.6.14",
84
- "@storybook/react-vite": "^8.6.14",
85
- "@storybook/react-webpack5": "^8.6.14",
86
- "@storybook/theming": "^8.6.14",
75
+ "@storybook/nextjs": "^9.0.16",
76
+ "@storybook/react-vite": "^9.0.16",
77
+ "@storybook/react-webpack5": "^9.0.16",
87
78
  "chalk": "^5.4.1",
88
79
  "http-proxy-middleware": "^3.0.5",
89
- "msw": "^2.10.2",
80
+ "msw": "^2.10.3",
90
81
  "msw-storybook-addon": "^2.0.5",
91
82
  "react-docgen": "^8.0.0",
92
83
  "react-docgen-typescript-plugin": "^1.0.8",
@@ -96,7 +87,7 @@
96
87
  "@commitlint/cli": "^19.8.1",
97
88
  "@commitlint/config-conventional": "^19.8.1",
98
89
  "@itcase/common": "^1.2.28",
99
- "@itcase/lint": "^1.1.19",
90
+ "@itcase/lint": "^1.1.20",
100
91
  "@rollup/plugin-babel": "^6.0.4",
101
92
  "@rollup/plugin-commonjs": "^28.0.6",
102
93
  "@rollup/plugin-json": "^6.1.0",
@@ -104,8 +95,8 @@
104
95
  "@semantic-release/changelog": "^6.0.3",
105
96
  "@semantic-release/git": "^10.0.1",
106
97
  "@semantic-release/release-notes-generator": "14.0.3",
107
- "@storybook/addon-docs": "^9.0.12",
108
- "@storybook/addon-onboarding": "^9.0.12",
98
+ "@storybook/addon-docs": "^9.0.16",
99
+ "@storybook/addon-onboarding": "^9.0.16",
109
100
  "@types/react": "^18",
110
101
  "@types/react-dom": "^18",
111
102
  "conventional-changelog-conventionalcommits": "^9.0.0",
@@ -116,11 +107,11 @@
116
107
  "prettier": "^3.6.2",
117
108
  "react": "^18",
118
109
  "react-dom": "^18",
119
- "rollup": "^4.44.1",
110
+ "rollup": "^4.44.2",
120
111
  "rollup-plugin-copy": "^3.5.0",
121
112
  "rollup-plugin-peer-deps-external": "^2.2.4",
122
113
  "semantic-release": "^24.2.6",
123
- "storybook": "^8.6.14",
114
+ "storybook": "^9.0.16",
124
115
  "stylelint": "^16.21.1",
125
116
  "typescript": "^5.8.3"
126
117
  }