Skip to content

Commit

Permalink
chore(deps): update dependency vite to v6 (#132)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 2, 2024
1 parent de847db commit 5b62017
Show file tree
Hide file tree
Showing 4 changed files with 552 additions and 67 deletions.
2 changes: 1 addition & 1 deletion examples/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"storybook": "8.2.9",
"storybook-vue-addon": "workspace:*",
"typescript": "5.5.4",
"vite": "5.4.2",
"vite": "6.0.2",
"vue-loader": "17.4.2",
"vue-tsc": "2.0.29"
}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
"@nuxt/schema": "^3",
"esbuild": "*",
"rollup": "^3 || ^4.0.0",
"vite": "^4.3.1 || ^5.0.0",
"vite": "^4.3.1 || ^5.0.0 || ^6.0.0",
"vue": "^3.2.47",
"webpack": "^4 || ^5"
},
Expand Down Expand Up @@ -162,7 +162,7 @@
"rollup": "4.21.0",
"tsup": "8.2.4",
"typescript": "5.5.4",
"vite": "5.4.2",
"vite": "6.0.2",
"vitest": "2.0.5",
"vue": "3.4.38",
"vue-tsc": "2.0.29",
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.4.2",
"vite": "6.0.2",
"vite-plugin-inspect": "0.8.6"
}
}
Loading

0 comments on commit 5b62017

Please sign in to comment.