Skip to content

Commit

Permalink
chore(deps): update dependency vite to ^6.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and cexbrayat committed Dec 23, 2024
1 parent 93223ad commit 58fc91f
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 33 deletions.
60 changes: 30 additions & 30 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.3",
"vite": "^6.0.5",
"vite-plugin-vue-devtools": "^7.6.8"
}
}
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.3"
"vite": "^6.0.5"
}
}
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": "^6.0.3",
"vite": "^6.0.5",
"vite-plugin-nightwatch": "^0.4.6"
}
}

0 comments on commit 58fc91f

Please sign in to comment.