diff --git a/package.json b/package.json index 0f8a96577..675284eec 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "@types/write-file-atomic": "^4.0.0", "@typescript-eslint/eslint-plugin": "^5.61.0", "@typescript-eslint/parser": "^5.60.1", - "@vitejs/plugin-react": "^4.0.1", + "@vitejs/plugin-react": "^4.0.2", "axios-mock-adapter": "^1.21.5", "babel-jest": "^29.6.1", "cross-env": "^7.0.3", diff --git a/yarn.lock b/yarn.lock index 17b81644a..4371410b9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2577,10 +2577,10 @@ "@typescript-eslint/types" "5.61.0" 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"