Skip to content

Commit

Permalink
chore(deps-dev): bump vite from 6.0.3 to 6.0.4
Browse files Browse the repository at this point in the history
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.0.3 to 6.0.4.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.0.4/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 20, 2024
1 parent bea780b commit c390bea
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 12 deletions.
2 changes: 1 addition & 1 deletion output/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"replace-in-file": "^8.3.0",
"tsx": "^4.19.2",
"typescript": "^5.4.5",
"vite": "^6.0.3",
"vite": "^6.0.4",
"vue": "^3.5.13",
"vue-tsc": "^2.1.10"
},
Expand Down
15 changes: 7 additions & 8 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/foundations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"nodemon": "3.1.9",
"sass": "1.77.4",
"tsx": "^4.19.2",
"vite": "^6.0.3"
"vite": "^6.0.4"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
Expand Down
2 changes: 1 addition & 1 deletion showcases/react-showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"@vitejs/plugin-react": "^4.3.4",
"cross-env": "^7.0.3",
"typescript": "^5.4.5",
"vite": "^6.0.3"
"vite": "^6.0.4"
}
}
2 changes: 1 addition & 1 deletion showcases/vue-showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@vitejs/plugin-vue": "^5.2.0",
"cross-env": "^7.0.3",
"typescript": "^5.4.5",
"vite": "^6.0.3",
"vite": "^6.0.4",
"vue-tsc": "^2.1.10"
}
}

0 comments on commit c390bea

Please sign in to comment.