0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Update dependency @vitejs/plugin-react to v4.0.2

This commit is contained in:
renovate[bot] 2023-07-06 11:22:54 +00:00 committed by Daniel Lockyer
parent c158aa7397
commit ea9cc21a0c
5 changed files with 8 additions and 8 deletions

View file

@ -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",

View file

@ -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",

View file

@ -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",

View file

@ -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",

View file

@ -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"