From 974f6deec040288b267691d5dec1b929af13d6fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Dec 2021 10:30:59 +0000 Subject: [PATCH] Bump @vitejs/plugin-react from 1.1.1 to 1.1.3 in /taker-frontend Bumps [@vitejs/plugin-react](https://github.com/vitejs/vite/tree/HEAD/packages/plugin-react) from 1.1.1 to 1.1.3. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/plugin-react/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/plugin-vue@1.1.3/packages/plugin-react) --- updated-dependencies: - dependency-name: "@vitejs/plugin-react" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- taker-frontend/package.json | 2 +- taker-frontend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/taker-frontend/package.json b/taker-frontend/package.json index 046285a..e341e67 100644 --- a/taker-frontend/package.json +++ b/taker-frontend/package.json @@ -20,7 +20,7 @@ "@types/node": "^16.11.12", "@types/react": "^17.0.37", "@types/react-dom": "^17.0.11", - "@vitejs/plugin-react": "^1.1.1", + "@vitejs/plugin-react": "^1.1.3", "framer-motion": "^5", "next": "^12.0.4", "react": "^17.0.2", diff --git a/taker-frontend/yarn.lock b/taker-frontend/yarn.lock index 12f2cb5..2af051a 100644 --- a/taker-frontend/yarn.lock +++ b/taker-frontend/yarn.lock @@ -2986,10 +2986,10 @@ "@rollup/pluginutils" "^4.1.1" react-refresh "^0.10.0" -"@vitejs/plugin-react@^1.1.1": - version "1.1.1" - resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-1.1.1.tgz#5a242c64fa0a588e5b203938e5bd6d05fa25edf2" - integrity sha512-IJSRD4culdwQ6cRK0D1mstV1vdvYSb2HK1JQ1FDo6Hr7j5ppWJEwBC2v/Gy0h/A1lMmi4AnXACY/d10EgbQNEA== +"@vitejs/plugin-react@^1.1.3": + version "1.1.3" + resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-1.1.3.tgz#0a649db2ea4637fd188adb36502b59da05ff6303" + integrity sha512-xv8QujX/uR4ti8qpt0hMriM2bdpxX4jm4iU6GAZfCwHjh/ewkX/8DJgnmQpE0HSJmgz8dixyUnRJKi2Pf1nNoQ== dependencies: "@babel/core" "^7.16.0" "@babel/plugin-transform-react-jsx" "^7.16.0"