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 Jan 20, 2025
1 parent 5477c6e commit d460da2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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.1.4",
"vite": "^5.4.10",
"vite": "^6.0.9",
"vite-plugin-vue-devtools": "^7.5.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.0.1",
"vite": "^5.4.10"
"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": "^4.5.1",
"chromedriver": "^130.0.1",
"ts-node": "^10.9.2",
"vite": "^5.4.10",
"vite": "^6.0.9",
"vite-plugin-nightwatch": "^0.4.6"
}
}
2 changes: 1 addition & 1 deletion template/exam-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"tailwindcss": "^3.4.14",
"ts-node": "^10.9.2",
"typescript": "~5.6.0",
"vite": "^5.4.10",
"vite": "^6.0.9",
"vite-plugin-vue-devtools": "^7.5.4",
"vitest": "^2.1.3",
"vue-tsc": "^2.1.6"
Expand Down

0 comments on commit d460da2

Please sign in to comment.