Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 9, 2024
1 parent 6690624 commit daa7986
Show file tree
Hide file tree
Showing 4 changed files with 1,025 additions and 1,324 deletions.
30 changes: 15 additions & 15 deletions examples/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,30 +11,30 @@
"build-storybook": "storybook build"
},
"dependencies": {
"vue": "3.3.4"
"vue": "3.4.37"
},
"devDependencies": {
"@babel/core": "7.25.2",
"@storybook/addon-actions": "7.4.6",
"@storybook/addon-essentials": "7.4.6",
"@storybook/addon-interactions": "7.4.6",
"@storybook/addon-actions": "7.6.20",
"@storybook/addon-essentials": "7.6.20",
"@storybook/addon-interactions": "7.6.20",
"storybook-vue-addon": "workspace:*",
"@storybook/addon-links": "7.4.6",
"@storybook/addon-links": "7.6.20",
"@storybook/jest": "0.2.3",
"@storybook/testing-library": "0.2.2",
"@storybook/vue3": "7.4.6",
"@storybook/vue3-vite": "7.4.6",
"@types/node": "20.8.7",
"@storybook/vue3": "7.6.20",
"@storybook/vue3-vite": "7.6.20",
"@types/node": "20.14.15",
"@vitejs/plugin-vue": "5.1.2",
"@vue/tsconfig": "0.4.0",
"@vue/tsconfig": "0.5.1",
"babel-loader": "9.1.3",
"npm-run-all2": "6.2.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"storybook": "7.4.6",
"typescript": "5.2.2",
"vite": "5.3.5",
"vue-loader": "17.3.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"storybook": "7.6.20",
"typescript": "5.5.4",
"vite": "5.4.0",
"vue-loader": "17.4.2",
"vue-tsc": "2.0.29"
}
}
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "storybook-vue-addon",
"type": "module",
"version": "0.5.0",
"packageManager": "pnpm@9.6.0",
"packageManager": "pnpm@9.7.0",
"description": "Storybook stories in native Vue format",
"license": "MIT",
"homepage": "https://github.com/tobiasdiez/unplugin-storybook-vue#readme",
Expand Down Expand Up @@ -140,24 +140,24 @@
"devDependencies": {
"@nuxt/kit": "3.12.4",
"@nuxt/schema": "3.12.4",
"@types/node": "20.8.7",
"@types/node": "20.14.15",
"@types/prettier": "3.0.0",
"@vitest/coverage-v8": "2.0.5",
"cross-env": "7.0.3",
"eslint": "9.8.0",
"eslint": "9.9.0",
"eslint-config-prettier": "9.1.0",
"eslint-config-unjs": "0.3.2",
"eslint-plugin-unused-imports": "4.0.1",
"eslint-plugin-unused-imports": "4.1.2",
"fast-glob": "3.3.2",
"jiti": "1.21.6",
"nodemon": "3.0.1",
"nodemon": "3.1.4",
"rimraf": "6.0.1",
"rollup": "4.20.0",
"tsup": "8.2.4",
"typescript": "5.5.4",
"vite": "5.3.5",
"vite": "5.4.0",
"vitest": "2.0.5",
"vue": "3.3.4",
"vue": "3.4.37",
"webpack": "5.93.0"
},
"pnpm": {
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dev": "nodemon -w '../src/**/*.ts' -e .ts -x vite"
},
"devDependencies": {
"vite": "5.3.5",
"vite": "5.4.0",
"vite-plugin-inspect": "0.8.5"
}
}
Loading

0 comments on commit daa7986

Please sign in to comment.