@itcase/storybook-config 1.2.29 → 1.2.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.
Files changed (1) hide show
  1. package/package.json +25 -25
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itcase/storybook-config",
3
- "version": "1.2.29",
3
+ "version": "1.2.31",
4
4
  "author": "ITCase",
5
5
  "description": "Storybook configuration package",
6
6
  "engines": {
@@ -74,34 +74,34 @@
74
74
  "workerDirectory": "public"
75
75
  },
76
76
  "dependencies": {
77
- "@itcase/config": "^1.0.70",
77
+ "@itcase/config": "^1.6.23",
78
78
  "@itcase/storybook-addon-auth": "^1.0.5",
79
- "@storybook/addon-designs": "^11.0.3",
80
- "@storybook/addon-docs": "^10.1.0",
81
- "@storybook/addon-links": "^10.1.0",
79
+ "@storybook/addon-designs": "^11.1.1",
80
+ "@storybook/addon-docs": "^10.1.11",
81
+ "@storybook/addon-links": "^10.1.11",
82
82
  "@storybook/addon-styling-webpack": "^3.0.0",
83
- "@storybook/addon-themes": "^10.1.0",
84
- "@storybook/addon-vitest": "^10.1.0",
83
+ "@storybook/addon-themes": "^10.1.11",
84
+ "@storybook/addon-vitest": "^10.1.11",
85
85
  "@storybook/addon-webpack5-compiler-swc": "^4.0.2",
86
- "@storybook/nextjs": "^10.1.0",
87
- "@storybook/nextjs-vite": "^10.1.0",
88
- "@storybook/react-vite": "^10.1.0",
89
- "@storybook/react-webpack5": "^10.1.0",
90
- "@vitejs/plugin-react": "^5.1.1",
86
+ "@storybook/nextjs": "^10.1.11",
87
+ "@storybook/nextjs-vite": "^10.1.11",
88
+ "@storybook/react-vite": "^10.1.11",
89
+ "@storybook/react-webpack5": "^10.1.11",
90
+ "@vitejs/plugin-react": "^5.1.2",
91
91
  "chalk": "^5.6.2",
92
92
  "http-proxy-middleware": "^3.0.5",
93
- "msw": "^2.12.3",
93
+ "msw": "^2.12.7",
94
94
  "msw-storybook-addon": "^2.0.6",
95
- "storybook-addon-source-link": "^2.0.0",
95
+ "storybook-addon-source-link": "^2.0.1",
96
96
  "vite-plugin-svgr": "^4.5.0",
97
- "vite-tsconfig-paths": "^5.1.4",
98
- "vitest": "^4.0.14"
97
+ "vite-tsconfig-paths": "^6.0.4",
98
+ "vitest": "^4.0.17"
99
99
  },
100
100
  "devDependencies": {
101
- "@commitlint/cli": "^20.1.0",
102
- "@commitlint/config-conventional": "^20.0.0",
103
- "@itcase/common": "^1.2.34",
104
- "@itcase/lint": "^1.1.69",
101
+ "@commitlint/cli": "^20.3.1",
102
+ "@commitlint/config-conventional": "^20.3.1",
103
+ "@itcase/common": "^1.2.36",
104
+ "@itcase/lint": "^1.1.78",
105
105
  "@rollup/plugin-babel": "^6.1.0",
106
106
  "@rollup/plugin-commonjs": "^29.0.0",
107
107
  "@rollup/plugin-json": "^6.1.0",
@@ -112,19 +112,19 @@
112
112
  "@types/react": "^18",
113
113
  "@types/react-dom": "^18",
114
114
  "conventional-changelog-conventionalcommits": "^9.1.0",
115
- "eslint": "9.39.1",
115
+ "eslint": "9.39.2",
116
116
  "glob": "^13.0.0",
117
117
  "husky": "^9.1.7",
118
118
  "lint-staged": "^16.2.7",
119
- "prettier": "^3.6.2",
119
+ "prettier": "^3.7.4",
120
120
  "react": "^18",
121
121
  "react-dom": "^18",
122
- "rollup": "^4.53.3",
122
+ "rollup": "^4.55.1",
123
123
  "rollup-plugin-copy": "^3.5.0",
124
124
  "rollup-plugin-peer-deps-external": "^2.2.4",
125
125
  "semantic-release": "^24.2.9",
126
- "storybook": "^10.1.0",
127
- "stylelint": "^16.26.0",
126
+ "storybook": "^10.1.11",
127
+ "stylelint": "^16.26.1",
128
128
  "typescript": "^5.9.3"
129
129
  }
130
130
  }