Skip to content
Merged
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
16 changes: 16 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## 概要

<!-- PR の概要を簡潔に説明してください -->

## 変更点

<!-- 変更点を説明してください -->

## スクリーンショット(見た目に変更がある場合)

<!--
動作追加・変更がある場合、スクリーンショットを貼ってください
| Before | After |
| :---: | :---: |
| スクショコピペ | スクショコピペ |
-->
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"dependencies": {
"@chakra-ui/react": "^3.14.1",
"@emotion/react": "^11.14.0",
"@next/third-parties": "^15.2.4",
"@next/third-parties": "^15.5.14",
"firebase": "^11.5.0",
"jotai": "^2.12.1",
"next": "15.2.4",
"next": "15.5.14",
"next-themes": "^0.4.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
Expand Down
Loading
Loading