Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
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
8 changes: 4 additions & 4 deletions user/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"next": "15.0.3",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"next": "15.0.3",
"next": "15.0.5",

nextの方もかな

スクリーンショット 2025-12-04 12 55 42

"next-auth": "^4.24.11",
"process": "^0.11.10",
"react": "19.0.0-rc-66855b96-20241106",
"react-dom": "19.0.0-rc-66855b96-20241106",
"react": "19.2.1",
"react-dom": "19.2.1",
"react-hook-form": "^7.54.2",
"react-icons": "^5.4.0",
"react-textfitfix": "^1.1.0",
Expand All @@ -59,8 +59,8 @@
"@storybook/test": "^8.5.0",
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
"@types/node": "^20.17.24",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/eslint-plugin": "^8.29.0",
"@typescript-eslint/parser": "^8.28.0",
"chromatic": "^11.28.2",
Expand Down
Loading