File tree Expand file tree Collapse file tree 4 files changed +349
-340
lines changed Expand file tree Collapse file tree 4 files changed +349
-340
lines changed Original file line number Diff line number Diff line change 24
24
"@storybook/test" : " 8.4.7" ,
25
25
"@storybook/vue3" : " 8.4.7" ,
26
26
"@storybook/vue3-vite" : " 8.4.7" ,
27
- "@types/node" : " 22.10.2 " ,
27
+ "@types/node" : " 22.10.5 " ,
28
28
"@vitejs/plugin-vue" : " 5.2.1" ,
29
29
"@vue/tsconfig" : " 0.7.0" ,
30
30
"babel-loader" : " 9.2.1" ,
31
31
"npm-run-all2" : " 7.0.2" ,
32
32
"storybook" : " 8.4.7" ,
33
33
"storybook-vue-addon" : " workspace:*" ,
34
34
"typescript" : " 5.7.2" ,
35
- "vite" : " 6.0.3 " ,
35
+ "vite" : " 6.0.7 " ,
36
36
"vue-loader" : " 17.4.2" ,
37
- "vue-tsc" : " 2.1.10 "
37
+ "vue-tsc" : " 2.2.0 "
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.2" ,
5
- "packageManager" :
" [email protected] .0 " ,
5
+ "packageManager" :
" [email protected] .2 " ,
6
6
"description" : " Storybook stories in native Vue format" ,
7
7
"license" : " MIT" ,
8
8
"homepage" : " https://github.com/tobiasdiez/unplugin-storybook-vue#readme" ,
144
144
}
145
145
},
146
146
"devDependencies" : {
147
- "@nuxt/kit" : " 3.14.1592 " ,
148
- "@nuxt/schema" : " 3.14.1592 " ,
147
+ "@nuxt/kit" : " 3.15.0 " ,
148
+ "@nuxt/schema" : " 3.15.0 " ,
149
149
"@storybook/types" : " 8.4.7" ,
150
- "@types/node" : " 22.10.2 " ,
150
+ "@types/node" : " 22.10.5 " ,
151
151
"@types/prettier" : " 3.0.0" ,
152
152
"@vitest/coverage-v8" : " 2.1.8" ,
153
153
"cross-env" : " 7.0.3" ,
159
159
"jiti" : " 2.4.2" ,
160
160
"nodemon" : " 3.1.9" ,
161
161
"rimraf" : " 6.0.1" ,
162
- "rollup" : " 4.28 .1" ,
162
+ "rollup" : " 4.29 .1" ,
163
163
"tsup" : " 8.3.5" ,
164
164
"typescript" : " 5.7.2" ,
165
- "vite" : " 6.0.3 " ,
165
+ "vite" : " 6.0.7 " ,
166
166
"vitest" : " 2.1.8" ,
167
167
"vue" : " 3.5.13" ,
168
- "vue-tsc" : " 2.1.10 " ,
168
+ "vue-tsc" : " 2.2.0 " ,
169
169
"webpack" : " 5.97.1"
170
170
},
171
171
"pnpm" : {
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" : " 6.0.3 " ,
8
- "vite-plugin-inspect" : " 0.10.3 "
7
+ "vite" : " 6.0.7 " ,
8
+ "vite-plugin-inspect" : " 0.10.6 "
9
9
}
10
10
}
You can’t perform that action at this time.
0 commit comments