Skip to content

Commit

Permalink
[#93] docs: version-10 번역
Browse files Browse the repository at this point in the history
  • Loading branch information
miraexhoi committed Aug 2, 2024
1 parent 80e2139 commit bb900ac
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ description: Upgrade your Next.js Application from Version 9 to Version 10.

# Version 10

There were no breaking changes between versions 9 and 10.
버전 9에서 10으로의 변경 사항은 없습니다.

To upgrade to version 10, run the following command:
버전 10으로 업그레이드하려면 다음 명령어를 실행하세요:

```bash filename="Terminal"
npm i next@10
Expand All @@ -27,4 +27,4 @@ pnpm up next@10
bun add next@10
```

> **Good to know:** If you are using TypeScript, ensure you also upgrade `@types/react` and `@types/react-dom` to their corresponding versions.
> **참고:** TypeScript를 사용하는 경우, `@types/react` `@types/react-dom` 도 해당 버전으로 업그레이드해야 합니다.

0 comments on commit bb900ac

Please sign in to comment.