Skip to content

Commit

Permalink
chore: update @types/react version (#7655)
Browse files Browse the repository at this point in the history
  • Loading branch information
li-jia-nan committed Apr 10, 2022
1 parent 09c4fc0 commit eb57627
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/create-vite/template-react-ts/package.json
Expand Up @@ -12,8 +12,8 @@
"react-dom": "^18.0.0"
},
"devDependencies": {
"@types/react": "^17.0.43",
"@types/react-dom": "^17.0.14",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@vitejs/plugin-react": "^1.3.0",
"typescript": "^4.6.3",
"vite": "^2.9.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/create-vite/template-react/package.json
Expand Up @@ -12,8 +12,8 @@
"react-dom": "^18.0.0"
},
"devDependencies": {
"@types/react": "^17.0.43",
"@types/react-dom": "^17.0.14",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@vitejs/plugin-react": "^1.3.0",
"vite": "^2.9.1"
}
Expand Down

0 comments on commit eb57627

Please sign in to comment.