Skip to content

Commit 10911ae

Browse files
committed
Resolve conflict
Related to 1ed0ecb, 8c39db7
1 parent 9c124a0 commit 10911ae

File tree

2 files changed

+3
-13
lines changed

2 files changed

+3
-13
lines changed

content/docs/getting-started.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,7 @@ React 문서는 Javascript 프로그래밍에 익숙한 사람을 대상으로
9999

100100
### 고급 개념 {#advanced-concepts}
101101

102-
<<<<<<< HEAD
103-
[주요 개념](#main-concepts)에 익숙해지고 React를 더 많이 다루게 되면 보다 고급 주제에 관심을 가지게 될 것입니다. 이 섹션에서는 [context](/docs/context.html)[refs](/docs/refs-and-dom.html)와 같이 강력하지만 일반적으로 사용되지는 않는 React 기능을 소개합니다.
104-
=======
105-
Once you're comfortable with the [main concepts](/docs/hello-world.html) and played with React a little bit, you might be interested in more advanced topics. This section will introduce you to the powerful, but less commonly used React features like [context](/docs/context.html) and [refs](/docs/refs-and-the-dom.html).
106-
>>>>>>> b8b3db7acbba117addeea8a7fb86957eb046d7ce
102+
[주요 개념](/docs/hello-world.html)에 익숙해지고 React를 더 많이 다루게 되면 보다 고급 주제에 관심을 가지게 될 것입니다. 이 섹션에서는 [context](/docs/context.html)[refs](/docs/refs-and-dom.html)와 같이 강력하지만 일반적으로 사용되지는 않는 React 기능을 소개합니다.
107103

108104
### API 참조 {#api-reference}
109105

yarn.lock

+2-8
Original file line numberDiff line numberDiff line change
@@ -11288,15 +11288,14 @@ [email protected]:
1128811288
babel-runtime "^6.23.0"
1128911289
fbjs "^0.8.14"
1129011290

11291-
<<<<<<< HEAD
1129211291
remark-frontmatter@^1.2.0:
1129311292
version "1.3.1"
1129411293
resolved "https://registry.yarnpkg.com/remark-frontmatter/-/remark-frontmatter-1.3.1.tgz#bc28c0c913fa0b9dd26f17304bc47b856b2ea2de"
1129511294
integrity sha512-Zj/fDMYnSVgMCeKp8fXIhtMoZq4G6E1dnwfMoO8fVXrm/+oVSiN8YMREtwN2cctgK9EsnYSeS1ExX2hcX/fE1A==
1129611295
dependencies:
1129711296
fault "^1.0.1"
1129811297
xtend "^4.0.1"
11299-
=======
11298+
1130011299
remark-parse@^1.1.0:
1130111300
version "1.1.0"
1130211301
resolved "http://registry.npmjs.org/remark-parse/-/remark-parse-1.1.0.tgz#c3ca10f9a8da04615c28f09aa4e304510526ec21"
@@ -11310,7 +11309,6 @@ remark-parse@^1.1.0:
1131011309
unherit "^1.0.4"
1131111310
unist-util-remove-position "^1.0.0"
1131211311
vfile-location "^2.0.0"
11313-
>>>>>>> b8b3db7acbba117addeea8a7fb86957eb046d7ce
1131411312

1131511313
remark-parse@^5.0.0:
1131611314
version "5.0.0"
@@ -13231,9 +13229,6 @@ unicode-property-aliases-ecmascript@^1.0.4:
1323113229
resolved "https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-1.0.4.tgz#5a533f31b4317ea76f17d807fa0d116546111dd0"
1323213230
integrity sha512-2WSLa6OdYd2ng8oqiGIWnJqyFArvhn+5vgx5GTxMbUYjCYKUcuKS62YLFF0R/BDGlB1yzXjQOLtPAfHsgirEpg==
1323313231

13234-
<<<<<<< HEAD
13235-
unified@^6.0.0, unified@^6.1.5, unified@^6.1.6:
13236-
=======
1323713232
unified@^4.1.1:
1323813233
version "4.2.1"
1323913234
resolved "http://registry.npmjs.org/unified/-/unified-4.2.1.tgz#76ff43aa8da430f6e7e4a55c84ebac2ad2cfcd2e"
@@ -13245,8 +13240,7 @@ unified@^4.1.1:
1324513240
trough "^1.0.0"
1324613241
vfile "^1.0.0"
1324713242

13248-
unified@^6.0.0, unified@^6.1.5:
13249-
>>>>>>> b8b3db7acbba117addeea8a7fb86957eb046d7ce
13243+
unified@^6.0.0, unified@^6.1.5, unified@^6.1.6:
1325013244
version "6.2.0"
1325113245
resolved "https://registry.yarnpkg.com/unified/-/unified-6.2.0.tgz#7fbd630f719126d67d40c644b7e3f617035f6dba"
1325213246
integrity sha512-1k+KPhlVtqmG99RaTbAv/usu85fcSRu3wY8X+vnsEhIxNP5VbVIDiXnLqyKIG+UMdyTg0ZX9EI6k2AfjJkHPtA==

0 commit comments

Comments
 (0)