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 Sep 10, 2024
1 parent 0305aaf commit 7c7a884
Show file tree
Hide file tree
Showing 4 changed files with 479 additions and 447 deletions.
12 changes: 6 additions & 6 deletions examples/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"build-storybook": "storybook build"
},
"dependencies": {
"vue": "3.4.38"
"vue": "3.5.4"
},
"devDependencies": {
"@babel/core": "7.25.2",
Expand All @@ -24,16 +24,16 @@
"@storybook/test": "8.2.9",
"@storybook/vue3": "8.2.9",
"@storybook/vue3-vite": "8.2.9",
"@types/node": "20.16.1",
"@vitejs/plugin-vue": "5.1.2",
"@types/node": "20.16.5",
"@vitejs/plugin-vue": "5.1.3",
"@vue/tsconfig": "0.5.1",
"babel-loader": "9.1.3",
"npm-run-all2": "6.2.2",
"storybook": "8.2.9",
"storybook-vue-addon": "workspace:*",
"typescript": "5.5.4",
"vite": "5.4.2",
"typescript": "5.6.2",
"vite": "5.4.3",
"vue-loader": "17.4.2",
"vue-tsc": "2.0.29"
"vue-tsc": "2.1.6"
}
}
22 changes: 11 additions & 11 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.1",
"packageManager": "pnpm@9.7.1",
"packageManager": "pnpm@9.10.0",
"description": "Storybook stories in native Vue format",
"license": "MIT",
"homepage": "https://github.com/tobiasdiez/unplugin-storybook-vue#readme",
Expand Down Expand Up @@ -144,29 +144,29 @@
}
},
"devDependencies": {
"@nuxt/kit": "3.12.4",
"@nuxt/schema": "3.12.4",
"@nuxt/kit": "3.13.1",
"@nuxt/schema": "3.13.1",
"@storybook/types": "8.2.9",
"@types/node": "20.16.1",
"@types/node": "20.16.5",
"@types/prettier": "3.0.0",
"@vitest/coverage-v8": "2.0.5",
"cross-env": "7.0.3",
"eslint": "9.9.0",
"eslint": "9.10.0",
"eslint-config-prettier": "9.1.0",
"eslint-config-unjs": "0.3.2",
"eslint-plugin-unused-imports": "4.1.3",
"fast-glob": "3.3.2",
"jiti": "1.21.6",
"nodemon": "3.1.4",
"rimraf": "6.0.1",
"rollup": "4.21.0",
"rollup": "4.21.2",
"tsup": "8.2.4",
"typescript": "5.5.4",
"vite": "5.4.2",
"typescript": "5.6.2",
"vite": "5.4.3",
"vitest": "2.0.5",
"vue": "3.4.38",
"vue-tsc": "2.0.29",
"webpack": "5.93.0"
"vue": "3.5.4",
"vue-tsc": "2.1.6",
"webpack": "5.94.0"
},
"pnpm": {
"peerDependencyRules": {
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": "5.4.2",
"vite-plugin-inspect": "0.8.6"
"vite": "5.4.3",
"vite-plugin-inspect": "0.8.7"
}
}
Loading

0 comments on commit 7c7a884

Please sign in to comment.