Skip to content

Commit

Permalink
Use 17.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tianhuil committed Apr 24, 2022
1 parent b899bb6 commit 0558198
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 32 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
},
"dependencies": {
"next": "12.1.5",
"react": "18.0.0",
"react-dom": "18.0.0"
"react": "17.0.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"@types/node": "17.0.25",
"@types/react": "18.0.6",
"@types/react-dom": "18.0.2",
"@types/react": "17.0.2",
"@types/react-dom": "17.0.2",
"eslint": "8.14.0",
"eslint-config-next": "12.1.5",
"typescript": "4.6.3"
Expand Down
65 changes: 37 additions & 28 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0558198

Please sign in to comment.