Skip to content

Commit

Permalink
chore(deps): update dependency vite to v6.0.1 (#1341)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 27, 2024
1 parent 371bbbb commit 52ee509
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"bulma": "1.0.2",
"sass": "1.81.0",
"typescript": "5.7.2",
"vite": "6.0.0"
"vite": "6.0.1"
}
}
13 changes: 12 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6015,7 +6015,18 @@ [email protected]:
pathe "^1.1.2"
vite "^5.0.0 || ^6.0.0"

[email protected], "vite@^5.0.0 || ^6.0.0":
[email protected]:
version "6.0.1"
resolved "https://registry.yarnpkg.com/vite/-/vite-6.0.1.tgz#24c9caf24998f0598de37bed67e50ec5b9dfeaf0"
integrity sha512-Ldn6gorLGr4mCdFnmeAOLweJxZ34HjKnDm4HGo6P66IEqTxQb36VEdFJQENKxWjupNfoIjvRUnswjn1hpYEpjQ==
dependencies:
esbuild "^0.24.0"
postcss "^8.4.49"
rollup "^4.23.0"
optionalDependencies:
fsevents "~2.3.3"

"vite@^5.0.0 || ^6.0.0":
version "6.0.0"
resolved "https://registry.yarnpkg.com/vite/-/vite-6.0.0.tgz#ca1ce6eeae80547272c4d4eae3fcdec56088698e"
integrity sha512-Q2+5yQV79EdnpbNxjD3/QHVMCBaQ3Kpd4/uL51UGuh38bIIM+s4o3FqyCzRvTRwFb+cWIUeZvaWwS9y2LD2qeQ==
Expand Down

0 comments on commit 52ee509

Please sign in to comment.