Skip to content

Commit f0480a5

Browse files
authoredJan 26, 2023
chore: update plugin-react to 3.1.0-beta.0 (#11820)
1 parent e674f85 commit f0480a5

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
@@ -15,7 +15,7 @@
1515
"devDependencies": {
1616
"@types/react": "^18.0.27",
1717
"@types/react-dom": "^18.0.10",
18-
"@vitejs/plugin-react": "^3.0.1",
18+
"@vitejs/plugin-react": "^3.1.0-beta.0",
1919
"typescript": "^4.9.3",
2020
"vite": "^4.0.4"
2121
}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"devDependencies": {
1616
"@types/react": "^18.0.27",
1717
"@types/react-dom": "^18.0.10",
18-
"@vitejs/plugin-react": "^3.0.1",
18+
"@vitejs/plugin-react": "^3.1.0-beta.0",
1919
"vite": "^4.0.4"
2020
}
2121
}

0 commit comments

Comments
 (0)
Please sign in to comment.