From 6246aca793565bd24cc4bf5d4d2287251697665a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Feb 2021 21:01:49 +0000 Subject: [PATCH] chore(deps-dev): bump vite from 2.0.0-beta.49 to 2.0.0-beta.65 Bumps [vite](https://github.com/vitejs/vite) from 2.0.0-beta.49 to 2.0.0-beta.65. - [Release notes](https://github.com/vitejs/vite/releases) - [Commits](https://github.com/vitejs/vite/compare/v2.0.0-beta.49...v2.0.0-beta.65) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 21b2c7c..b1734ff 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,6 @@ "@vitejs/plugin-vue": "^1.1.2", "@vue/compiler-sfc": "^3.0.5", "tailwindcss": "^1.9.6", - "vite": "^2.0.0-beta.49" + "vite": "^2.0.0-beta.65" } } diff --git a/yarn.lock b/yarn.lock index db71dbf..55b5418 100644 --- a/yarn.lock +++ b/yarn.lock @@ -851,10 +851,10 @@ util-deprecate@^1.0.2: resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" integrity sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8= -vite@^2.0.0-beta.49: - version "2.0.0-beta.49" - resolved "https://registry.yarnpkg.com/vite/-/vite-2.0.0-beta.49.tgz#a4d96107bbd72aedbe91baf0c53345d9ef559b2b" - integrity sha512-8bbweM0qOZLQgrPwvJpO0D82TDCfJB8QSQtRxgPOOmw3w4Ss67MIBxtJtzf0SmTnLYqS8reNrE7OknkQD3AWWw== +vite@^2.0.0-beta.65: + version "2.0.0-beta.65" + resolved "https://registry.yarnpkg.com/vite/-/vite-2.0.0-beta.65.tgz#e4e4576c01b9906d5fb3568e4068c80354107a70" + integrity sha512-mdHNTP6fGeb8m8lWAM3UbSPw1+un1lUv0i4MQJcNiK2/P01RHIY02VjQeXBv3NemkExkgLji88LN9ySFMUQpIw== dependencies: esbuild "^0.8.34" postcss "^8.2.1"