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 Feb 3, 2025
1 parent e75033c commit 4d88242
Show file tree
Hide file tree
Showing 4 changed files with 828 additions and 833 deletions.
30 changes: 15 additions & 15 deletions examples/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,26 +14,26 @@
"vue": "3.5.13"
},
"devDependencies": {
"@babel/core": "7.26.0",
"@storybook/addon-actions": "8.4.7",
"@storybook/addon-essentials": "8.4.7",
"@storybook/addon-interactions": "8.4.7",
"@storybook/addon-links": "8.4.7",
"@storybook/addon-mdx-gfm": "8.4.7",
"@storybook/blocks": "8.4.7",
"@storybook/test": "8.4.7",
"@storybook/vue3": "8.4.7",
"@storybook/vue3-vite": "8.4.7",
"@types/node": "22.10.2",
"@babel/core": "7.26.7",
"@storybook/addon-actions": "8.5.3",
"@storybook/addon-essentials": "8.5.3",
"@storybook/addon-interactions": "8.5.3",
"@storybook/addon-links": "8.5.3",
"@storybook/addon-mdx-gfm": "8.5.3",
"@storybook/blocks": "8.5.3",
"@storybook/test": "8.5.3",
"@storybook/vue3": "8.5.3",
"@storybook/vue3-vite": "8.5.3",
"@types/node": "22.13.0",
"@vitejs/plugin-vue": "5.2.1",
"@vue/tsconfig": "0.7.0",
"babel-loader": "9.2.1",
"npm-run-all2": "7.0.2",
"storybook": "8.4.7",
"storybook": "8.5.3",
"storybook-vue-addon": "workspace:*",
"typescript": "5.7.2",
"vite": "6.0.3",
"typescript": "5.7.3",
"vite": "6.0.11",
"vue-loader": "17.4.2",
"vue-tsc": "2.1.10"
"vue-tsc": "2.2.0"
}
}
28 changes: 14 additions & 14 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.6.2",
"packageManager": "[email protected].0",
"packageManager": "[email protected].5",
"description": "Storybook stories in native Vue format",
"license": "MIT",
"homepage": "https://github.com/tobiasdiez/unplugin-storybook-vue#readme",
Expand Down Expand Up @@ -144,28 +144,28 @@
}
},
"devDependencies": {
"@nuxt/kit": "3.14.1592",
"@nuxt/schema": "3.14.1592",
"@storybook/types": "8.4.7",
"@types/node": "22.10.2",
"@nuxt/kit": "3.15.4",
"@nuxt/schema": "3.15.4",
"@storybook/types": "8.5.3",
"@types/node": "22.13.0",
"@types/prettier": "3.0.0",
"@vitest/coverage-v8": "2.1.8",
"@vitest/coverage-v8": "2.1.9",
"cross-env": "7.0.3",
"eslint": "9.17.0",
"eslint": "9.19.0",
"eslint-config-prettier": "9.1.0",
"eslint-config-unjs": "0.4.2",
"eslint-plugin-unused-imports": "4.1.4",
"fast-glob": "3.3.2",
"fast-glob": "3.3.3",
"jiti": "2.4.2",
"nodemon": "3.1.9",
"rimraf": "6.0.1",
"rollup": "4.28.1",
"tsup": "8.3.5",
"typescript": "5.7.2",
"vite": "6.0.3",
"vitest": "2.1.8",
"rollup": "4.34.1",
"tsup": "8.3.6",
"typescript": "5.7.3",
"vite": "6.0.11",
"vitest": "2.1.9",
"vue": "3.5.13",
"vue-tsc": "2.1.10",
"vue-tsc": "2.2.0",
"webpack": "5.97.1"
},
"pnpm": {
Expand Down
4 changes: 2 additions & 2 deletions 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": "6.0.3",
"vite-plugin-inspect": "0.10.3"
"vite": "6.0.11",
"vite-plugin-inspect": "0.10.6"
}
}
Loading

0 comments on commit 4d88242

Please sign in to comment.