Skip to content

Commit

Permalink
chore(deps-dev): bump vite from 5.3.4 to 5.3.5
Browse files Browse the repository at this point in the history
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.3.4 to 5.3.5.
- [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/v5.3.5/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 and deboer-tim committed Jul 25, 2024
1 parent efae850 commit 862afe2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"svelte": "5.0.0-next.199",
"svelte-check": "^3.8.4",
"typescript": "5.5.4",
"vite": "^5.3.4",
"vite": "^5.3.5",
"vitest": "^2.0.2"
},
"workspaces": {
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"eslint-plugin-sonarjs": "^0.25.1",
"prettier": "^3.3.3",
"typescript": "5.5.4",
"vite": "^5.3.4",
"vite": "^5.3.5",
"vitest": "^2.0.2"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"svelte-markdown": "^0.4.1",
"svelte-preprocess": "^6.0.2",
"tailwindcss": "^3.4.7",
"vite": "^5.3.4",
"vite": "^5.3.5",
"vitest": "^2.0.2"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4239,10 +4239,10 @@ [email protected]:
tinyrainbow "^1.2.0"
vite "^5.0.0"

vite@^5.0.0, vite@^5.3.4:
version "5.3.4"
resolved "https://registry.yarnpkg.com/vite/-/vite-5.3.4.tgz#b36ebd47c8a5e3a8727046375d5f10bf9fdf8715"
integrity sha512-Cw+7zL3ZG9/NZBB8C+8QbQZmR54GwqIz+WMI4b3JgdYJvX+ny9AjJXqkGQlDXSXRP9rP0B4tbciRMOVEKulVOA==
vite@^5.0.0, vite@^5.3.5:
version "5.3.5"
resolved "https://registry.yarnpkg.com/vite/-/vite-5.3.5.tgz#b847f846fb2b6cb6f6f4ed50a830186138cb83d8"
integrity sha512-MdjglKR6AQXQb9JGiS7Rc2wC6uMjcm7Go/NHNO63EwiJXfuk9PgqiP/n5IDJCziMkfw9n4Ubp7lttNwz+8ZVKA==
dependencies:
esbuild "^0.21.3"
postcss "^8.4.39"
Expand Down

0 comments on commit 862afe2

Please sign in to comment.