File tree Expand file tree Collapse file tree 4 files changed +185
-272
lines changed
Expand file tree Collapse file tree 4 files changed +185
-272
lines changed Original file line number Diff line number Diff line change 1919 "@storybook/addon-essentials" : " ^6.5.15" ,
2020 "@storybook/addon-interactions" : " ^6.5.15" ,
2121 "@storybook/addon-links" : " ^6.5.15" ,
22- "@storybook/builder-vite" : " ^0.2.7 " ,
22+ "@storybook/builder-vite" : " ^0.3.0 " ,
2323 "@storybook/jest" : " ^0.0.10" ,
2424 "@storybook/testing-library" : " 0.0.13" ,
2525 "@storybook/vue3" : " ^6.5.15" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " storybook-vue-addon" ,
33 "version" : " 0.1.0" ,
4- "packageManager" : " pnpm@7.23 .0" ,
4+ "packageManager" : " pnpm@7.25 .0" ,
55 "description" : " Storybook stories in native Vue format" ,
66 "license" : " MIT" ,
77 "homepage" : " https://github.com/tobiasdiez/unplugin-storybook-vue#readme" ,
7777 },
7878 "dependencies" : {
7979 "consola" : " ^2.15.3" ,
80- "prettier" : " ^2.8.2 " ,
81- "prettier-plugin-organize-imports" : " ^3.2.1 " ,
80+ "prettier" : " ^2.8.3 " ,
81+ "prettier-plugin-organize-imports" : " ^3.2.2 " ,
8282 "unplugin" : " ^1.0.1"
8383 },
8484 "peerDependencies" : {
8989 "@nuxtjs/eslint-config-typescript" : " ^12.0.0" ,
9090 "@types/node" : " ^18.11.18" ,
9191 "@types/prettier" : " ^2.7.2" ,
92- "@vitest/coverage-c8" : " ^0.26.3 " ,
92+ "@vitest/coverage-c8" : " ^0.27.2 " ,
9393 "cross-env" : " ^7.0.3" ,
94- "eslint" : " ^8.31 .0" ,
94+ "eslint" : " ^8.32 .0" ,
9595 "eslint-config-prettier" : " ^8.6.0" ,
9696 "eslint-plugin-unused-imports" : " ^2.0.0" ,
9797 "esno" : " ^0.16.3" ,
9898 "fast-glob" : " ^3.2.12" ,
9999 "nodemon" : " ^2.0.20" ,
100- "rimraf" : " ^4.0.4 " ,
101- "rollup" : " ^3.9.1 " ,
100+ "rimraf" : " ^4.1.0 " ,
101+ "rollup" : " ^3.10.0 " ,
102102 "tsup" : " ^6.5.0" ,
103103 "typescript" : " ^4.9.4" ,
104104 "vite" : " ^4.0.4" ,
105- "vitest" : " ^0.26.3 " ,
105+ "vitest" : " ^0.27.2 " ,
106106 "vue" : " ^3.2.45" ,
107107 "webpack" : " ^5.75.0"
108108 },
Original file line number Diff line number Diff line change 55 },
66 "devDependencies" : {
77 "vite" : " ^4.0.4" ,
8- "vite-plugin-inspect" : " ^0.7.12 "
8+ "vite-plugin-inspect" : " ^0.7.14 "
99 }
1010}
You can’t perform that action at this time.
0 commit comments