File tree Expand file tree Collapse file tree 4 files changed +383
-443
lines changed Expand file tree Collapse file tree 4 files changed +383
-443
lines changed Original file line number Diff line number Diff line change 11
11
"build-storybook" : " storybook build"
12
12
},
13
13
"dependencies" : {
14
- "vue" : " 3.3.4 "
14
+ "vue" : " 3.4.38 "
15
15
},
16
16
"devDependencies" : {
17
17
"@babel/core" : " 7.25.2" ,
24
24
"@storybook/test" : " 8.2.9" ,
25
25
"@storybook/vue3" : " 8.2.9" ,
26
26
"@storybook/vue3-vite" : " 8.2.9" ,
27
- "@types/node" : " 20.8.7 " ,
27
+ "@types/node" : " 20.16.1 " ,
28
28
"@vitejs/plugin-vue" : " 5.1.2" ,
29
- "@vue/tsconfig" : " 0.4.0 " ,
29
+ "@vue/tsconfig" : " 0.5.1 " ,
30
30
"babel-loader" : " 9.1.3" ,
31
31
"npm-run-all2" : " 6.2.2" ,
32
32
"storybook" : " 8.2.9" ,
33
33
"storybook-vue-addon" : " workspace:*" ,
34
- "typescript" : " 5.2.2 " ,
35
- "vite" : " 5.3.5 " ,
36
- "vue-loader" : " 17.3.0 " ,
34
+ "typescript" : " 5.5.4 " ,
35
+ "vite" : " 5.4.2 " ,
36
+ "vue-loader" : " 17.4.2 " ,
37
37
"vue-tsc" : " 2.0.29"
38
38
}
39
39
}
Original file line number Diff line number Diff line change 2
2
"name" : " storybook-vue-addon" ,
3
3
"type" : " module" ,
4
4
"version" : " 0.6.1" ,
5
- "packageManager" : " pnpm@9.6.0 " ,
5
+ "packageManager" : " pnpm@9.7.1 " ,
6
6
"description" : " Storybook stories in native Vue format" ,
7
7
"license" : " MIT" ,
8
8
"homepage" : " https://github.com/tobiasdiez/unplugin-storybook-vue#readme" ,
147
147
"@nuxt/kit" : " 3.12.4" ,
148
148
"@nuxt/schema" : " 3.12.4" ,
149
149
"@storybook/types" : " ^8.2.9" ,
150
- "@types/node" : " 20.8.7 " ,
150
+ "@types/node" : " 20.16.1 " ,
151
151
"@types/prettier" : " 3.0.0" ,
152
152
"@vitest/coverage-v8" : " 2.0.5" ,
153
153
"cross-env" : " 7.0.3" ,
154
- "eslint" : " 9.8 .0" ,
154
+ "eslint" : " 9.9 .0" ,
155
155
"eslint-config-prettier" : " 9.1.0" ,
156
156
"eslint-config-unjs" : " 0.3.2" ,
157
- "eslint-plugin-unused-imports" : " 4.0.1 " ,
157
+ "eslint-plugin-unused-imports" : " 4.1.3 " ,
158
158
"fast-glob" : " 3.3.2" ,
159
159
"jiti" : " 1.21.6" ,
160
- "nodemon" : " 3.0.1 " ,
160
+ "nodemon" : " 3.1.4 " ,
161
161
"rimraf" : " 6.0.1" ,
162
- "rollup" : " 4.20 .0" ,
162
+ "rollup" : " 4.21 .0" ,
163
163
"tsup" : " 8.2.4" ,
164
164
"typescript" : " 5.5.4" ,
165
- "vite" : " 5.3.5 " ,
165
+ "vite" : " 5.4.2 " ,
166
166
"vitest" : " 2.0.5" ,
167
- "vue" : " 3.3.4 " ,
167
+ "vue" : " 3.4.38 " ,
168
168
"vue-tsc" : " ^2.0.29" ,
169
169
"webpack" : " 5.93.0"
170
170
},
Original file line number Diff line number Diff line change 4
4
"dev" : " nodemon -w '../src/**/*.ts' -e .ts -x vite"
5
5
},
6
6
"devDependencies" : {
7
- "vite" : " 5.3.5 " ,
8
- "vite-plugin-inspect" : " 0.8.5 "
7
+ "vite" : " 5.4.2 " ,
8
+ "vite-plugin-inspect" : " 0.8.6 "
9
9
}
10
10
}
You can’t perform that action at this time.
0 commit comments