Skip to content

Commit 14cd939

Browse files
committed
chore(create-vite): update to plugin-react 4.0.0
1 parent 0a5c90c commit 14cd939

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/create-vite/template-react-ts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@types/react-dom": "^18.0.11",
1919
"@typescript-eslint/eslint-plugin": "^5.57.1",
2020
"@typescript-eslint/parser": "^5.57.1",
21-
"@vitejs/plugin-react": "^4.0.0-beta.0",
21+
"@vitejs/plugin-react": "^4.0.0",
2222
"eslint": "^8.38.0",
2323
"eslint-plugin-react-hooks": "^4.6.0",
2424
"eslint-plugin-react-refresh": "^0.3.4",

packages/create-vite/template-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"devDependencies": {
1717
"@types/react": "^18.0.28",
1818
"@types/react-dom": "^18.0.11",
19-
"@vitejs/plugin-react": "^4.0.0-beta.0",
19+
"@vitejs/plugin-react": "^4.0.0",
2020
"eslint": "^8.38.0",
2121
"eslint-plugin-react": "^7.32.2",
2222
"eslint-plugin-react-hooks": "^4.6.0",

0 commit comments

Comments
 (0)