Skip to content

Commit

Permalink
reactのversionの依存関係でtesting/libraryがインストールできなかったのでreactのversionを下げた #30
Browse files Browse the repository at this point in the history
  • Loading branch information
Satoshi-Moriya committed Jan 18, 2025
1 parent 943bbd1 commit 00c202d
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 18 deletions.
37 changes: 21 additions & 16 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"dependencies": {
"@prisma/client": "^6.1.0",
"next": "15.0.3",
"react": "19.0.0-rc-66855b96-20241106",
"react-dom": "19.0.0-rc-66855b96-20241106"
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@markuplint/jsx-parser": "^4.7.13",
Expand Down

0 comments on commit 00c202d

Please sign in to comment.