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
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
"jszip": "^3.10.1",
"lottie-react": "^2.4.1",
"lucide-react": "^0.546.0",
"next": "15.5.4",
"react": "19.1.0",
"next": "15.5.7",
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

next 패키지를 15.5.7로 업데이트하셨네요. 관련된 eslint-config-next 패키지도 15.5.7 버전으로 함께 업데이트하는 것을 권장합니다. 현재 devDependencieseslint-config-next 버전이 15.5.4로 남아있어, 최신 린팅 규칙이 적용되지 않거나 잠재적인 호환성 문제가 발생할 수 있습니다.

"react": "19.1.2",
"react-day-picker": "^9.11.1",
"react-dom": "19.1.0",
"react-dom": "19.1.2",
"react-qr-code": "^2.0.18",
"swiper": "^12.0.3",
"tailwind-merge": "^3.3.1",
Expand Down
Loading
Loading