Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Next.jsのバージョンを変更 #31

Merged
merged 2 commits into from
Apr 23, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
upgrade: next, react, react-dom
  • Loading branch information
yukyu30 committed Apr 23, 2022
commit ddd1f995708e0e1e76b9d8dd90d89e61ef2c7aaf
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -11,10 +11,10 @@
},
"dependencies": {
"dayjs": "^1.9.3",
"next": "11.1.2",
"next": "^12.1.5",
"next-themes": "^0.0.15",
"react": "17.0.2",
"react-dom": "17.0.2"
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"@types/fs-extra": "^9.0.2",
Loading