Skip to content

Commit

Permalink
Bump vite from 4.1.4 to 4.5.2
Browse files Browse the repository at this point in the history
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.1.4 to 4.5.2.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v4.5.2/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.5.2/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 19, 2024
1 parent 2b8491a commit 5d0510f
Show file tree
Hide file tree
Showing 5 changed files with 314 additions and 9 deletions.
2 changes: 1 addition & 1 deletion @planetarium/account-aws-kms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@vitest/ui": "^0.29.3",
"es-aggregate-error": "^1.0.9",
"nanobundle": "^1.6.0",
"vite": "^4.1.1",
"vite": "^4.5.2",
"vitest": "^0.29.3"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion @planetarium/account-web3-secret-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"fast-check": "^3.8.0",
"nanobundle": "^1.6.0",
"stream-buffers": "^3.0.2",
"vite": "^4.1.4",
"vite": "^4.5.2",
"vitest": "^0.29.2"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion @planetarium/account/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@vitest/ui": "^0.29.2",
"fast-check": "^3.1.2",
"nanobundle": "^1.6.0",
"vite": "^4.1.1",
"vite": "^4.5.2",
"vitest": "^0.29.2"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion @planetarium/tx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"execa": "^6.1.0",
"fast-check": "^3.1.2",
"nanobundle": "^1.6.0",
"vite": "^4.1.3",
"vite": "^4.5.2",
"vitest": "^0.29.2"
},
"dependencies": {
Expand Down
Loading

1 comment on commit 5d0510f

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'Benchmark.Net Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: 5d0510f Previous: 2b8491a Ratio
Libplanet.Benchmarks.Store.GetRecentTxOutOfManyTxs 17096.86 ns (± 9849.093080352859) 5911.838383838384 ns (± 2543.7033893120006) 2.89

This comment was automatically generated by workflow using github-action-benchmark.

CC: @libplanet

Please sign in to comment.