Skip to content

Commit

Permalink
build: Next.js、Reactおよび関連するライブラリをアップグレード
Browse files Browse the repository at this point in the history
  • Loading branch information
the-bears-field committed Apr 11, 2024
1 parent b830387 commit 0659081
Show file tree
Hide file tree
Showing 2 changed files with 1,156 additions and 404 deletions.
16 changes: 8 additions & 8 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
},
"dependencies": {
"@types/node": "20.2.5",
"@types/react": "18.2.8",
"@types/react-dom": "18.2.4",
"@types/react": "^18.2.75",
"@types/react-dom": "^18.2.24",
"autoprefixer": "10.4.14",
"eslint": "8.42.0",
"eslint-config-next": "13.4.4",
"next": "13.4.4",
"eslint-config-next": "^14.1.4",
"next": "^14.1.4",
"postcss": "8.4.24",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "3.3.2",
"typescript": "5.1.3"
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
}
}
Loading

0 comments on commit 0659081

Please sign in to comment.