From cf0c8b2bfe0e01a50b0f9a6abf38d0ec81c6fb91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 20:34:12 +0000 Subject: [PATCH] Bump @vitejs/plugin-react from 4.2.0 to 4.2.1 Bumps [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) from 4.2.0 to 4.2.1. - [Release notes](https://github.com/vitejs/vite-plugin-react/releases) - [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite-plugin-react/commits/v4.2.1/packages/plugin-react) --- updated-dependencies: - dependency-name: "@vitejs/plugin-react" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- apps/workshop/package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/workshop/package.json b/apps/workshop/package.json index ddf081084..23f194610 100644 --- a/apps/workshop/package.json +++ b/apps/workshop/package.json @@ -41,7 +41,7 @@ "@storybook/testing-library": "0.2.0", "@types/react": "^18.2.22", "@types/react-dom": "^18.2.18", - "@vitejs/plugin-react": "^4.0.4", + "@vitejs/plugin-react": "^4.2.1", "@vitejs/plugin-react-swc": "^3.3.2", "autoprefixer": "^10.4.16", "eslint-config-commonality": "workspace:*", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 59974970f..2ed3a8f1e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -608,8 +608,8 @@ importers: specifier: ^18.2.18 version: 18.2.18 '@vitejs/plugin-react': - specifier: ^4.0.4 - version: 4.2.0(vite@4.5.1) + specifier: ^4.2.1 + version: 4.2.1(vite@4.5.1) '@vitejs/plugin-react-swc': specifier: ^3.3.2 version: 3.5.0(vite@4.5.1) @@ -8224,8 +8224,8 @@ packages: - supports-color dev: true - /@vitejs/plugin-react@4.2.0(vite@4.5.1): - resolution: {integrity: sha512-+MHTH/e6H12kRp5HUkzOGqPMksezRMmW+TNzlh/QXfI8rRf6l2Z2yH/v12no1UvTwhZgEDMuQ7g7rrfMseU6FQ==} + /@vitejs/plugin-react@4.2.1(vite@4.5.1): + resolution: {integrity: sha512-oojO9IDc4nCUUi8qIR11KoQm0XFFLIwsRBwHRR4d/88IWghn1y6ckz/bJ8GHDCsYEJee8mDzqtJxh15/cisJNQ==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: vite: ^4.2.0 || ^5.0.0