From 22199931112d027898b4c307b1f68efd6204166e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 14:08:28 -0500 Subject: [PATCH] chore(deps-dev): bump @vitejs/plugin-react-swc from 3.7.1 to 3.7.2 (#960) Bumps [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) from 3.7.1 to 3.7.2. - [Release notes](https://github.com/vitejs/vite-plugin-react-swc/releases) - [Changelog](https://github.com/vitejs/vite-plugin-react-swc/blob/main/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite-plugin-react-swc/compare/v3.7.1...v3.7.2) --- updated-dependencies: - dependency-name: "@vitejs/plugin-react-swc" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5116bb2..bfe171d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "@biomejs/biome": "1.9.4", "@fullhuman/postcss-purgecss": "7.0.2", "@tailwindcss/typography": "0.5.15", - "@vitejs/plugin-react-swc": "3.7.1", + "@vitejs/plugin-react-swc": "3.7.2", "autoprefixer": "10.4.20", "concurrently": "9.1.0", "cssnano": "7.0.6", @@ -3450,16 +3450,16 @@ "license": "MIT" }, "node_modules/@vitejs/plugin-react-swc": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-react-swc/-/plugin-react-swc-3.7.1.tgz", - "integrity": "sha512-vgWOY0i1EROUK0Ctg1hwhtC3SdcDjZcdit4Ups4aPkDcB1jYhmo+RMYWY87cmXMhvtD5uf8lV89j2w16vkdSVg==", + "version": "3.7.2", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-react-swc/-/plugin-react-swc-3.7.2.tgz", + "integrity": "sha512-y0byko2b2tSVVf5Gpng1eEhX1OvPC7x8yns1Fx8jDzlJp4LS6CMkCPfLw47cjyoMrshQDoQw4qcgjsU9VvlCew==", "dev": true, "license": "MIT", "dependencies": { "@swc/core": "^1.7.26" }, "peerDependencies": { - "vite": "^4 || ^5" + "vite": "^4 || ^5 || ^6" } }, "node_modules/@webassemblyjs/ast": { diff --git a/package.json b/package.json index 371957d..1199718 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@biomejs/biome": "1.9.4", "@fullhuman/postcss-purgecss": "7.0.2", "@tailwindcss/typography": "0.5.15", - "@vitejs/plugin-react-swc": "3.7.1", + "@vitejs/plugin-react-swc": "3.7.2", "autoprefixer": "10.4.20", "concurrently": "9.1.0", "cssnano": "7.0.6",