@itcase/storybook-config 1.2.28 → 1.2.30

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.
@@ -1,4 +1,5 @@
1
1
  import svgr from 'vite-plugin-svgr'
2
+ import tsconfigPaths from 'vite-tsconfig-paths'
2
3
 
3
4
  const MAIN_CONFIG_VITE = {
4
5
  async viteFinal(config) {
@@ -11,7 +12,7 @@ const MAIN_CONFIG_VITE = {
11
12
  },
12
13
  },
13
14
  },
14
- plugins: [svgr({ include: '**/*.svg' })],
15
+ plugins: [tsconfigPaths(), svgr({ include: '**/*.svg' })],
15
16
  })
16
17
  },
17
18
  tags: ['autodocs'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itcase/storybook-config",
3
- "version": "1.2.28",
3
+ "version": "1.2.30",
4
4
  "author": "ITCase",
5
5
  "description": "Storybook configuration package",
6
6
  "engines": {
@@ -74,33 +74,34 @@
74
74
  "workerDirectory": "public"
75
75
  },
76
76
  "dependencies": {
77
- "@itcase/config": "^1.0.67",
77
+ "@itcase/config": "^1.0.79",
78
78
  "@itcase/storybook-addon-auth": "^1.0.5",
79
- "@storybook/addon-designs": "^11.0.1",
80
- "@storybook/addon-docs": "^10.0.7",
81
- "@storybook/addon-links": "^10.0.7",
79
+ "@storybook/addon-designs": "^11.1.0",
80
+ "@storybook/addon-docs": "^10.1.10",
81
+ "@storybook/addon-links": "^10.1.10",
82
82
  "@storybook/addon-styling-webpack": "^3.0.0",
83
- "@storybook/addon-themes": "^10.0.7",
84
- "@storybook/addon-vitest": "^10.0.7",
83
+ "@storybook/addon-themes": "^10.1.10",
84
+ "@storybook/addon-vitest": "^10.1.10",
85
85
  "@storybook/addon-webpack5-compiler-swc": "^4.0.2",
86
- "@storybook/nextjs": "^10.0.7",
87
- "@storybook/nextjs-vite": "^10.0.7",
88
- "@storybook/react-vite": "^10.0.7",
89
- "@storybook/react-webpack5": "^10.0.7",
90
- "@vitejs/plugin-react": "^5.1.1",
86
+ "@storybook/nextjs": "^10.1.10",
87
+ "@storybook/nextjs-vite": "^10.1.10",
88
+ "@storybook/react-vite": "^10.1.10",
89
+ "@storybook/react-webpack5": "^10.1.10",
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.2",
93
+ "msw": "^2.12.4",
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
- "vitest": "^4.0.9"
97
+ "vite-tsconfig-paths": "^6.0.3",
98
+ "vitest": "^4.0.16"
98
99
  },
99
100
  "devDependencies": {
100
- "@commitlint/cli": "^20.1.0",
101
- "@commitlint/config-conventional": "^20.0.0",
102
- "@itcase/common": "^1.2.33",
103
- "@itcase/lint": "^1.1.68",
101
+ "@commitlint/cli": "^20.2.0",
102
+ "@commitlint/config-conventional": "^20.2.0",
103
+ "@itcase/common": "^1.2.35",
104
+ "@itcase/lint": "^1.1.73",
104
105
  "@rollup/plugin-babel": "^6.1.0",
105
106
  "@rollup/plugin-commonjs": "^29.0.0",
106
107
  "@rollup/plugin-json": "^6.1.0",
@@ -111,19 +112,19 @@
111
112
  "@types/react": "^18",
112
113
  "@types/react-dom": "^18",
113
114
  "conventional-changelog-conventionalcommits": "^9.1.0",
114
- "eslint": "9.39.1",
115
- "glob": "^11.0.3",
115
+ "eslint": "9.39.2",
116
+ "glob": "^13.0.0",
116
117
  "husky": "^9.1.7",
117
- "lint-staged": "^16.2.6",
118
- "prettier": "^3.6.2",
118
+ "lint-staged": "^16.2.7",
119
+ "prettier": "^3.7.4",
119
120
  "react": "^18",
120
121
  "react-dom": "^18",
121
- "rollup": "^4.53.2",
122
+ "rollup": "^4.54.0",
122
123
  "rollup-plugin-copy": "^3.5.0",
123
124
  "rollup-plugin-peer-deps-external": "^2.2.4",
124
125
  "semantic-release": "^24.2.9",
125
- "storybook": "^10.0.7",
126
- "stylelint": "^16.25.0",
126
+ "storybook": "^10.1.10",
127
+ "stylelint": "^16.26.1",
127
128
  "typescript": "^5.9.3"
128
129
  }
129
130
  }