From ea9cc21a0c16a8402bf19d2aea7780aea99c6672 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 11:22:54 +0000 Subject: [PATCH] Update dependency @vitejs/plugin-react to v4.0.2 --- apps/admin-x-settings/package.json | 2 +- apps/comments-ui/package.json | 2 +- apps/portal/package.json | 2 +- apps/signup-form/package.json | 2 +- yarn.lock | 8 ++++---- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/apps/admin-x-settings/package.json b/apps/admin-x-settings/package.json index 63e46c43d2..a85c7509e5 100644 --- a/apps/admin-x-settings/package.json +++ b/apps/admin-x-settings/package.json @@ -69,7 +69,7 @@ "@types/validator": "^13.7.17", "@typescript-eslint/eslint-plugin": "5.57.1", "@typescript-eslint/parser": "5.57.1", - "@vitejs/plugin-react": "4.0.1", + "@vitejs/plugin-react": "4.0.2", "autoprefixer": "10.4.14", "concurrently": "8.2.0", "eslint": "8.38.0", diff --git a/apps/comments-ui/package.json b/apps/comments-ui/package.json index 55e9fd8cf2..0f96c7779a 100644 --- a/apps/comments-ui/package.json +++ b/apps/comments-ui/package.json @@ -63,7 +63,7 @@ "@testing-library/user-event": "14.4.3", "@typescript-eslint/eslint-plugin": "5.57.1", "@typescript-eslint/parser": "5.57.1", - "@vitejs/plugin-react": "4.0.1", + "@vitejs/plugin-react": "4.0.2", "@vitest/coverage-v8": "0.32.2", "autoprefixer": "10.4.14", "bson-objectid": "2.0.4", diff --git a/apps/portal/package.json b/apps/portal/package.json index e72d447f69..3578feb738 100644 --- a/apps/portal/package.json +++ b/apps/portal/package.json @@ -68,7 +68,7 @@ "@testing-library/jest-dom": "5.16.5", "@testing-library/react": "12.1.5", "@tryghost/i18n": "0.0.0", - "@vitejs/plugin-react": "4.0.1", + "@vitejs/plugin-react": "4.0.2", "@vitest/coverage-v8": "0.32.2", "@vitest/ui": "0.29.8", "concurrently": "8.2.0", diff --git a/apps/signup-form/package.json b/apps/signup-form/package.json index 3c3a1601ae..3f9beaedd7 100644 --- a/apps/signup-form/package.json +++ b/apps/signup-form/package.json @@ -53,7 +53,7 @@ "@types/react-dom": "18.0.11", "@typescript-eslint/eslint-plugin": "5.57.1", "@typescript-eslint/parser": "5.57.1", - "@vitejs/plugin-react": "4.0.1", + "@vitejs/plugin-react": "4.0.2", "autoprefixer": "10.4.14", "concurrently": "8.2.0", "eslint": "8.38.0", diff --git a/yarn.lock b/yarn.lock index a04ef8b7c1..a15eaf8fe7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8226,10 +8226,10 @@ "@typescript-eslint/types" "5.57.1" eslint-visitor-keys "^3.3.0" -"@vitejs/plugin-react@4.0.1": - version "4.0.1" - resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-4.0.1.tgz#793aa790633433558da7ac0a38c58ddf47dff518" - integrity sha512-g25lL98essfeSj43HJ0o4DMp0325XK0ITkxpgChzJU/CyemgyChtlxfnRbjfwxDGCTRxTiXtQAsdebQXKMRSOA== +"@vitejs/plugin-react@4.0.2": + version "4.0.2" + resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-4.0.2.tgz#cd25adc113c4c6f504b2e32e28230d399bfba334" + integrity sha512-zbnVp3Esfg33zDaoLrjxG+p/dPiOtpvJA+1oOEQwSxMMTRL9zi1eghIcd2WtLjkcKnPsa3S15LzS/OzDn2BOCA== dependencies: "@babel/core" "^7.22.5" "@babel/plugin-transform-react-jsx-self" "^7.22.5"