@npm-questionpro/wick-ui-lib 1.8.0 → 1.9.0

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@npm-questionpro/wick-ui-lib",
3
3
  "private": false,
4
- "version": "1.8.0",
4
+ "version": "1.9.0",
5
5
  "description": "A React component library by QuestionPro for building web applications with ease",
6
6
  "keywords": [
7
7
  "react",
@@ -96,16 +96,10 @@
96
96
  },
97
97
  "devDependencies": {
98
98
  "@eslint/js": "^9.19.0",
99
- "@storybook/addon-a11y": "^8.5.3",
100
- "@storybook/addon-designs": "^8.1.0",
101
- "@storybook/addon-essentials": "^8.5.3",
102
- "@storybook/addon-links": "^8.5.3",
103
- "@storybook/addon-storysource": "^8.5.3",
104
- "@storybook/blocks": "^8.5.3",
105
- "@storybook/manager-api": "^8.5.3",
106
- "@storybook/react": "^8.5.3",
107
- "@storybook/react-vite": "^8.5.3",
108
- "@storybook/theming": "^8.5.3",
99
+ "@storybook/addon-a11y": "^9.1.8",
100
+ "@storybook/addon-designs": "^10.0.2",
101
+ "@storybook/addon-links": "^9.1.8",
102
+ "@storybook/react-vite": "^9.1.8",
109
103
  "@testing-library/dom": "^10.4.0",
110
104
  "@testing-library/jest-dom": "^6.6.3",
111
105
  "@testing-library/react": "^16.2.0",
@@ -125,14 +119,14 @@
125
119
  "eslint-plugin-react": "^7.37.4",
126
120
  "eslint-plugin-react-hooks": "^5.1.0",
127
121
  "eslint-plugin-react-refresh": "^0.4.18",
128
- "eslint-plugin-storybook": "^0.11.2",
122
+ "eslint-plugin-storybook": "^9.1.8",
129
123
  "eslint-plugin-unicorn": "^56.0.1",
130
124
  "globals": "^15.14.0",
131
125
  "jsdom": "^26.0.0",
132
126
  "postcss": "^8.5.1",
133
127
  "prettier": "^3.4.2",
134
128
  "prettier-plugin-tailwindcss": "^0.6.11",
135
- "storybook": "^8.5.3",
129
+ "storybook": "^9.1.8",
136
130
  "tailwindcss": "^3.4.7",
137
131
  "tailwindcss-animate": "^1.0.7",
138
132
  "typescript": "^5.7.3",
@@ -141,7 +135,8 @@
141
135
  "vite-bundle-analyzer": "^0.22.3",
142
136
  "vite-plugin-dts": "^4.5.0",
143
137
  "vite-tsconfig-paths": "^5.1.4",
144
- "vitest": "^3.0.5"
138
+ "vitest": "^3.0.5",
139
+ "@storybook/addon-docs": "^9.1.8"
145
140
  },
146
141
  "lint-staged": {
147
142
  "src/**/*.{ts,tsx,js,jsx,json,css,md}": [