Skip to content

Commit c8c5a1c

Browse files
build(deps): bump @vitejs/plugin-react from 4.3.1 to 4.3.3 (#2830)
Bumps [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) from 4.3.1 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:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7504e44 commit c8c5a1c

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

package-lock.json

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

showcase/playground-showcase/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"devDependencies": {
1818
"@types/dompurify": "^3.0.5",
19-
"@vitejs/plugin-react": "^4.2.1",
19+
"@vitejs/plugin-react": "^4.3.3",
2020
"cpr": "3.0.1",
2121
"sass": "1.80.5",
2222
"vite": "^5.4.6"

showcase/react-showcase/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"react": "18.3.1",
1010
"react-dom": "18.3.1",
1111
"react-router-dom": "6.27.0",
12-
"@vitejs/plugin-react": "^4.2.1",
12+
"@vitejs/plugin-react": "^4.3.3",
1313
"vite": "^5.4.6"
1414
},
1515
"scripts": {

showcase/reactwind-showcase/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"dependencies": {
99
"react": "18.3.1",
1010
"react-dom": "18.3.1",
11-
"@vitejs/plugin-react": "^4.2.1",
11+
"@vitejs/plugin-react": "^4.3.3",
1212
"autoprefixer": "^10.4.20",
1313
"postcss": "^8.4.39",
1414
"postcss-cli": "11.0.0",

0 commit comments

Comments
 (0)