File tree Expand file tree Collapse file tree 4 files changed +719
-561
lines changed
Expand file tree Collapse file tree 4 files changed +719
-561
lines changed Original file line number Diff line number Diff line change 1515 },
1616 "devDependencies" : {
1717 "@babel/core" : " ^7.20.12" ,
18- "@storybook/addon-actions" : " ^6.5.15 " ,
19- "@storybook/addon-essentials" : " ^6.5.15 " ,
20- "@storybook/addon-interactions" : " ^6.5.15 " ,
21- "@storybook/addon-links" : " ^6.5.15 " ,
22- "@storybook/builder-vite" : " ^0.2.7 " ,
18+ "@storybook/addon-actions" : " ^6.5.16 " ,
19+ "@storybook/addon-essentials" : " ^6.5.16 " ,
20+ "@storybook/addon-interactions" : " ^6.5.16 " ,
21+ "@storybook/addon-links" : " ^6.5.16 " ,
22+ "@storybook/builder-vite" : " ^0.3.0 " ,
2323 "@storybook/jest" : " ^0.0.10" ,
2424 "@storybook/testing-library" : " 0.0.13" ,
25- "@storybook/vue3" : " ^6.5.15 " ,
25+ "@storybook/vue3" : " ^6.5.16 " ,
2626 "@types/node" : " ^18.11.18" ,
2727 "@vitejs/plugin-vue" : " ^4.0.0" ,
2828 "@vue/tsconfig" : " ^0.1.3" ,
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.26.1 " ,
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.28 .3" ,
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.2 " ,
101+ "rollup" : " ^3.11.0 " ,
102102 "tsup" : " ^6.5.0" ,
103103 "typescript" : " ^4.9.4" ,
104104 "vite" : " ^4.0.4" ,
105- "vitest" : " ^0.26 .3" ,
105+ "vitest" : " ^0.28 .3" ,
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.15 "
99 }
1010}
You can’t perform that action at this time.
0 commit comments