Skip to content

Commit

Permalink
chore(deps): update dependency vite to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and cexbrayat committed Nov 27, 2024
1 parent 1e518c7 commit e85e021
Show file tree
Hide file tree
Showing 4 changed files with 81 additions and 41 deletions.
116 changes: 78 additions & 38 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion template/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.0",
"vite": "^5.4.11",
"vite": "^6.0.1",
"vite-plugin-vue-devtools": "^7.6.4"
}
}
2 changes: 1 addition & 1 deletion template/config/jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
},
"devDependencies": {
"@vitejs/plugin-vue-jsx": "^4.1.0",
"vite": "^5.4.11"
"vite": "^6.0.1"
}
}
2 changes: 1 addition & 1 deletion template/config/nightwatch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"geckodriver": "^5.0.0",
"nightwatch": "^3.9.0",
"ts-node": "^10.9.2",
"vite": "^5.4.11",
"vite": "^6.0.1",
"vite-plugin-nightwatch": "^0.4.6"
}
}

0 comments on commit e85e021

Please sign in to comment.