Skip to content

Conversation

@devlasbe
Copy link
Owner

Summary

This PR pins all dependencies in both the server and web applications to exact versions by removing caret (^) and tilde (~) version specifiers. This ensures consistent and reproducible builds across all environments.

Key Changes

  • apps/server/package.json: Updated all 28 dependencies and 27 dev dependencies to exact versions

    • NestJS packages updated to latest stable versions (10.4.22 for core packages)
    • Prisma adapter updated to 7.2.0
    • TypeScript and linting tools updated to latest versions
  • apps/web/package.json: Updated all 17 dependencies and 15 dev dependencies to exact versions

    • Radix UI components pinned to specific versions
    • React and React DOM pinned to 18.3.1
    • Next.js third-parties and related packages updated
    • TypeScript and tooling updated to latest versions

Implementation Details

  • All caret (^) and tilde (~) prefixes have been removed, replacing them with exact version numbers
  • This change improves build reproducibility and reduces the risk of unexpected breaking changes from minor/patch version updates
  • Developers can still manually update dependencies when desired, but automatic updates will no longer occur during npm install

devlasbe and others added 5 commits January 25, 2026 04:19
웹 리팩토링, 브랜드 상세 익명 댓글 기능 추가
feat(web): 애드센스 메타 태그 추가
feat(web): 댓글, 관리자 기능, GA 설정
feat: 댓글 시스템 및 API 캐싱 최적화
- server/web package.json의 모든 의존성 버전을 pnpm-lock.yaml에 명시된 정확한 버전으로 고정
- ^, ~, * 등 범위 지정자 제거하여 빌드 재현성 보장
@vercel
Copy link

vercel bot commented Jan 26, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
open-franchise-web Ready Ready Preview, Comment Jan 26, 2026 11:17am

- 의존성 버전 고정에 맞춰 lock 파일 동기화
@devlasbe devlasbe changed the base branch from main to develop January 26, 2026 11:16
@devlasbe devlasbe merged commit b0916a9 into develop Jan 26, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants