@cashdoc/cashdoc-cms-design-system 2.8.4 → 2.8.5

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cashdoc/cashdoc-cms-design-system",
3
- "version": "2.8.4",
3
+ "version": "2.8.5",
4
4
  "description": "Cashdoc CMS Design System",
5
5
  "type": "module",
6
6
  "main": "dist/index.umd.js",
@@ -93,14 +93,9 @@
93
93
  "@playwright/test": "^1.57.0",
94
94
  "@semantic-release/changelog": "^6.0.3",
95
95
  "@semantic-release/git": "^10.0.1",
96
- "@storybook/addon-essentials": "^7.6.17",
97
- "@storybook/addon-interactions": "^7.6.17",
98
- "@storybook/addon-links": "^7.6.17",
99
- "@storybook/addon-onboarding": "^1.0.11",
100
- "@storybook/blocks": "^7.6.17",
101
- "@storybook/react": "^7.6.17",
102
- "@storybook/react-vite": "^7.6.17",
103
- "@storybook/test": "^7.6.17",
96
+ "@storybook/addon-links": "10.4.6",
97
+ "@storybook/addon-onboarding": "10.4.6",
98
+ "@storybook/react-vite": "10.4.6",
104
99
  "@tailwindcss/postcss": "^4.1.17",
105
100
  "@types/react": "^18.2.66",
106
101
  "@types/react-dom": "^18.2.22",
@@ -124,7 +119,7 @@
124
119
  "react-dom": "^18.2.0",
125
120
  "semantic-release": "^25.0.2",
126
121
  "standard-version": "^9.5.0",
127
- "storybook": "^7.6.17",
122
+ "storybook": "10.4.6",
128
123
  "storycap": "^5.0.1",
129
124
  "tailwindcss": "^4.1.6",
130
125
  "tsx": "^4.21.0",
@@ -132,7 +127,8 @@
132
127
  "typescript": "^5.2.2",
133
128
  "typescript-eslint": "^8.43.0",
134
129
  "vite": "^5.2.0",
135
- "vite-plugin-dts": "^3.8.3"
130
+ "vite-plugin-dts": "^3.8.3",
131
+ "@storybook/addon-docs": "10.4.6"
136
132
  },
137
133
  "packageManager": "pnpm@10.27.0",
138
134
  "pnpm": {