Skip to content

Commit 46ca960

Browse files
chore(deps): update dependency @vitejs/plugin-react to v4.7.0
1 parent eb1fd37 commit 46ca960

File tree

4 files changed

+284
-144
lines changed

4 files changed

+284
-144
lines changed

code/react/base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@types/react-dom": "18.3.0",
2424
"@typescript-eslint/eslint-plugin": "8.5.0",
2525
"@typescript-eslint/parser": "8.5.0",
26-
"@vitejs/plugin-react": "4.3.1",
26+
"@vitejs/plugin-react": "4.7.0",
2727
"eslint": "8.57.0",
2828
"eslint-plugin-react": "7.36.1",
2929
"msw": "1.3.1",

code/react/testing-storybook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@storybook/addon-essentials": "8.2.8",
1111
"@storybook/react": "8.2.8",
1212
"@storybook/react-vite": "8.2.8",
13-
"@vitejs/plugin-react": "4.3.1",
13+
"@vitejs/plugin-react": "4.7.0",
1414
"react": "18.3.1",
1515
"react-dom": "18.3.1",
1616
"storybook": "8.3.0",

code/react/testing-vitest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"test": "vitest run --dir .."
66
},
77
"devDependencies": {
8-
"@vitejs/plugin-react": "4.3.1",
8+
"@vitejs/plugin-react": "4.7.0",
99
"mock-server": "workspace:*",
1010
"msw": "1.0.0",
1111
"react": "18.3.1",

0 commit comments

Comments
 (0)