Skip to content

Commit

Permalink
chore(deps): update dependency vite to ^6.0.9 (#670)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 20, 2025
1 parent 59cf90c commit bac1c81
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 38 deletions.
70 changes: 35 additions & 35 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.1",
"vite": "^6.0.7",
"vite": "^6.0.9",
"vite-plugin-vue-devtools": "^7.7.0"
}
}
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.1",
"vite": "^6.0.7"
"vite": "^6.0.9"
}
}
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.11.0",
"ts-node": "^10.9.2",
"vite": "^6.0.7",
"vite": "^6.0.9",
"vite-plugin-nightwatch": "^0.4.6"
}
}

0 comments on commit bac1c81

Please sign in to comment.