Skip to content

Commit 53dc2ad

Browse files
authored
Merge branch 'main' into sync-ab18d2f0
2 parents 1a5f7a9 + 0891507 commit 53dc2ad

File tree

5 files changed

+23
-9904
lines changed

5 files changed

+23
-9904
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: 번역 필요
3+
about: 번역이 필요한 문서에 대해 이 템플릿을 사용해주세요
4+
title: '[번역 필요]: '
5+
labels: 'need translation'
6+
assignees: ''
7+
---
8+
9+
## Summary
10+
11+
<!-- 번역이 필요한 부분의 요약 -->
12+
13+
## Page
14+
15+
<!-- 번역이 필요한 문서의 페이지 -->
16+
<!-- 예시: https://ko.react.dev/reference/react/useState#parameters -->
17+
18+
## Details
19+
20+
<!-- 번역이 필요한 부분의 상세 내용 -->

next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
/// <reference types="next/navigation-types/compat/navigation" />
44

55
// NOTE: This file should not be edited
6-
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
6+
// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.

package.json

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"private": true,
3-
"packageManager": "[email protected]",
43
"license": "CC",
54
"scripts": {
65
"analyze": "ANALYZE=true next build",
@@ -65,11 +64,8 @@
6564
"asyncro": "^3.0.0",
6665
"autoprefixer": "^10.4.2",
6766
"babel-eslint": "10.x",
68-
<<<<<<< HEAD
69-
"editorconfig-checker": "^6.0.0",
70-
=======
67+
"editorconfig-checker": "^6.0.1",
7168
"babel-plugin-react-compiler": "19.0.0-beta-e552027-20250112",
72-
>>>>>>> ab18d2f0f5151ab0c927a12eb0a64f8170762eff
7369
"eslint": "7.x",
7470
"eslint-config-next": "12.0.3",
7571
"eslint-config-react-app": "^5.2.1",
@@ -104,15 +100,11 @@
104100
"retext-smartypants": "^4.0.0",
105101
"rss": "^1.2.2",
106102
"tailwindcss": "^3.4.1",
107-
<<<<<<< HEAD
108103
"textlint": "^14.0.4",
109104
"textlint-filter-rule-comments": "^1.2.2",
110105
"textlint-rule-allowed-uris": "^1.0.7",
111106
"textlint-tester": "^14.0.4",
112-
"typescript": "^4.0.2",
113-
=======
114107
"typescript": "^5.7.2",
115-
>>>>>>> ab18d2f0f5151ab0c927a12eb0a64f8170762eff
116108
"unist-util-visit": "^2.0.3",
117109
"webpack-bundle-analyzer": "^4.5.0"
118110
},
@@ -123,14 +115,6 @@
123115
"budget": null,
124116
"budgetPercentIncreaseRed": 10,
125117
"showDetails": true
126-
<<<<<<< HEAD
127-
}
128-
=======
129-
},
130-
"lint-staged": {
131-
"*.{js,ts,jsx,tsx,css}": "yarn prettier",
132-
"src/**/*.md": "yarn fix-headings"
133118
},
134119
"packageManager": "[email protected]"
135-
>>>>>>> ab18d2f0f5151ab0c927a12eb0a64f8170762eff
136120
}

src/content/community/docs-contributors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ React 문서는 [React 팀](/community/team)과 [외부 기여자](https://githu
1212

1313
<<<<<<< HEAD
1414
* [Rachel Nabors](https://twitter.com/RachelNabors): 편집, 글쓰기, 그림 그리기
15-
* [Dan Abramov](https://twitter.com/dan_abramov): 글쓰기, 커리큘럼 설계
15+
* [Dan Abramov](https://bsky.app/profile/danabra.mov): 글쓰기, 커리큘럼 설계
1616
* [Sylwia Vargas](https://twitter.com/SylwiaVargas): 예시 코드
1717
* [Rick Hanlon](https://twitter.com/rickhanlonii): 글쓰기
1818
* [David McCabe](https://twitter.com/mcc_abe): 글쓰기

0 commit comments

Comments
 (0)