Skip to content

Commit

Permalink
chore(deps-dev): bump vite from 2.3.2 to 2.3.3 (#104)
Browse files Browse the repository at this point in the history
* chore(deps-dev): bump vite from 2.3.2 to 2.3.3

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.3.2 to 2.3.3.
- [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/v2.3.3/packages/vite)

Signed-off-by: dependabot[bot] <support@github.com>

* Create five-plums-drop.md

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jonas Kruckenberg <iterpre@protonmail.com>
  • Loading branch information
dependabot[bot] and JonasKruckenberg authored May 25, 2021
1 parent 9b56b3a commit d1a3058
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
5 changes: 5 additions & 0 deletions .changeset/five-plums-drop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"vite-imagetools": patch
---

chore(deps-dev): bump vite from 2.3.2 to 2.3.3
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1826,10 +1826,10 @@ error-ex@^1.3.1:
dependencies:
is-arrayish "^0.2.1"

esbuild@^0.11.20:
version "0.11.21"
resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.11.21.tgz#9220b0185ae40947811dcaff6bfcfb572bebac08"
integrity sha512-FqpYdJqiTeLDbj3vqxc/fG8UmHIEvQrDaUxSw1oJf4giLd/tnMDUUlXellCjOab7qGKQ5hUFD5eQgmO+tkZeow==
esbuild@^0.11.23:
version "0.11.23"
resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.11.23.tgz#c42534f632e165120671d64db67883634333b4b8"
integrity sha512-iaiZZ9vUF5wJV8ob1tl+5aJTrwDczlvGP0JoMmnpC2B0ppiMCu8n8gmy5ZTGl5bcG081XBVn+U+jP+mPFm5T5Q==

escalade@^3.1.1:
version "3.1.1"
Expand Down Expand Up @@ -5020,11 +5020,11 @@ verror@1.10.0:
extsprintf "^1.2.0"

vite@^2.3.0:
version "2.3.2"
resolved "https://registry.yarnpkg.com/vite/-/vite-2.3.2.tgz#cfac76b04d4dee1c7303b55f563b5b62d32f41fe"
integrity sha512-QhLdOompDrfkyryCNTts9HE+eJhvhN9ibKNJ5Q8DpQai+6nOsuIlaveZNg67e1O/2QaWqXeBo82eHnAs1De2bQ==
version "2.3.3"
resolved "https://registry.yarnpkg.com/vite/-/vite-2.3.3.tgz#7e88a71abd03985c647789938d784cce0ee3b0fd"
integrity sha512-eO1iwRbn3/BfkNVMNJDeANAFCZ5NobYOFPu7IqfY7DcI7I9nFGjJIZid0EViTmLDGwwSUPmRAq3cRBbO3+DsMA==
dependencies:
esbuild "^0.11.20"
esbuild "^0.11.23"
postcss "^8.2.10"
resolve "^1.19.0"
rollup "^2.38.5"
Expand Down

0 comments on commit d1a3058

Please sign in to comment.