Skip to content

Commit

Permalink
chore(create-vite): update plugin-react to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed Feb 2, 2023
1 parent c5cf865 commit 8895629
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/create-vite/template-react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^3.1.0-beta.0",
"@vitejs/plugin-react": "^3.1.0",
"typescript": "^4.9.3",
"vite": "^4.1.0-beta.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/template-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^3.1.0-beta.0",
"@vitejs/plugin-react": "^3.1.0",
"vite": "^4.1.0-beta.1"
}
}

0 comments on commit 8895629

Please sign in to comment.