From dff188f1ce484dbdb593fa8f1569eb1c5f0c7167 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 23:16:25 +0000 Subject: [PATCH] Bump @vitejs/plugin-react from 4.3.2 to 4.3.3 Bumps [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) from 4.3.2 to 4.3.3. - [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.3.3/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] --- examples/package.json | 2 +- package-lock.json | 10 +++++----- package/package.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/examples/package.json b/examples/package.json index 32d94b30..59f54e94 100644 --- a/examples/package.json +++ b/examples/package.json @@ -21,7 +21,7 @@ "@types/ramda": "0.29.10", "@types/react": "18.3.11", "@types/react-dom": "18.3.1", - "@vitejs/plugin-react": "4.3.2", + "@vitejs/plugin-react": "4.3.3", "autoprefixer": "10.4.20", "eslint": "8.57.1", "jest-playwright-preset": "4.0.0", diff --git a/package-lock.json b/package-lock.json index aae04a48..b89ac9fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -53,7 +53,7 @@ "@types/ramda": "0.29.10", "@types/react": "18.3.11", "@types/react-dom": "18.3.1", - "@vitejs/plugin-react": "4.3.2", + "@vitejs/plugin-react": "4.3.3", "autoprefixer": "10.4.20", "eslint": "8.57.1", "jest-playwright-preset": "4.0.0", @@ -6716,9 +6716,9 @@ "dev": true }, "node_modules/@vitejs/plugin-react": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.3.2.tgz", - "integrity": "sha512-hieu+o05v4glEBucTcKMK3dlES0OeJlD9YVOAPraVMOInBCwzumaIFiUjr4bHK7NPgnAHgiskUoceKercrN8vg==", + "version": "4.3.3", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.3.3.tgz", + "integrity": "sha512-NooDe9GpHGqNns1i8XDERg0Vsg5SSYRhRxxyTGogUdkdNt47jal+fbuYi+Yfq6pzRCKXyoPcWisfxE6RIM3GKA==", "dev": true, "dependencies": { "@babel/core": "^7.25.2", @@ -24690,7 +24690,7 @@ "@storybook/test-runner": "0.19.1", "@storybook/testing-library": "0.2.2", "@types/ramda": "0.29.10", - "@vitejs/plugin-react": "4.3.2", + "@vitejs/plugin-react": "4.3.3", "autoprefixer": "10.4.20", "cypress": "13.15.0", "eslint": "8.57.1", diff --git a/package/package.json b/package/package.json index 210a121b..77cb3677 100644 --- a/package/package.json +++ b/package/package.json @@ -25,7 +25,7 @@ "@storybook/test-runner": "0.19.1", "@storybook/testing-library": "0.2.2", "@types/ramda": "0.29.10", - "@vitejs/plugin-react": "4.3.2", + "@vitejs/plugin-react": "4.3.3", "autoprefixer": "10.4.20", "cypress": "13.15.0", "eslint": "8.57.1",