Skip to content
This repository has been archived by the owner on Jan 8, 2022. It is now read-only.

Commit

Permalink
build(deps-dev): bump vite from 2.0.5 to 2.1.0 (#20)
Browse files Browse the repository at this point in the history
Bumps [vite](https://github.com/vitejs/vite) from 2.0.5 to 2.1.0.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Commits](vitejs/vite@v2.0.5...v2.1.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 16, 2021
1 parent 5e59897 commit ccdc812
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"tailwindcss": "^2.0.3",
"twin.macro": "^2.3.0",
"typescript": "^4.2.3",
"vite": "^2.0.5",
"vite": "^2.1.0",
"vite-plugin-babel-macros": "^1.0.5"
},

Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2761,10 +2761,10 @@ es6-error@^4.0.1:
resolved "https://registry.yarnpkg.com/es6-error/-/es6-error-4.1.1.tgz#9e3af407459deed47e9a91f9b885a84eb05c561d"
integrity sha512-Um/+FxMr9CISWh0bi5Zv0iOD+4cFh5qLeks1qhAopKVAJw3drgKbKySikp7wGhDL0HPeaja0P5ULZrxLkniUVg==

esbuild@^0.8.52:
version "0.8.55"
resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.8.55.tgz#4bf949c44db4ffc2a206ac0c002e8e94eecff7d5"
integrity sha512-mM/s7hjYe5mQR+zAWOM5JVrCtYCke182E9l1Bbs6rG5EDP3b1gZF9sHZka53PD/iNt6OccymVZRWkTtBfcKW4w==
esbuild@^0.9.2:
version "0.9.2"
resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.9.2.tgz#7e9fde247c913ed8ee059e2648b0c53f7d00abe5"
integrity sha512-xE3oOILjnmN8PSjkG3lT9NBbd1DbxNqolJ5qNyrLhDWsFef3yTp/KTQz1C/x7BYFKbtrr9foYtKA6KA1zuNAUQ==

escalade@^3.1.1:
version "3.1.1"
Expand Down Expand Up @@ -6517,12 +6517,12 @@ vite-plugin-babel-macros@^1.0.5:
babel-plugin-macros "^3.0.1"
tslib "^2.1.0"

vite@^2.0.5:
version "2.0.5"
resolved "https://registry.yarnpkg.com/vite/-/vite-2.0.5.tgz#ac46857a3fa8686d077921e61bd48a986931df1d"
integrity sha512-QTgEDbq1WsTtr6j+++ewjhBFEk6c8v0xz4fb/OWJQKNYU8ZZtphOshwOqAlnarSstPBtWCBR0tsugXx6ajfoUg==
vite@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/vite/-/vite-2.1.0.tgz#fdaab9cca360a88b654eaf942d13be29ed0958eb"
integrity sha512-qWYmX8slkv91C3hWA2iu0o0ZvFbO2dSfWIN4dbMfSeMdNn+XeirkGWU3dy5/W1Nv13cQZvVoMTl8zyC13VFRZQ==
dependencies:
esbuild "^0.8.52"
esbuild "^0.9.2"
postcss "^8.2.1"
resolve "^1.19.0"
rollup "^2.38.5"
Expand Down

0 comments on commit ccdc812

Please sign in to comment.