Skip to content

Commit 4609324

Browse files
committed
fix: resolve remaining conflicts in package.json, yarn.lock and HomeContent.js
- package.json: keep next@15.4.8 (dependabot bump) - yarn.lock: keep next@15.4.8 entries, remove 15.1.x entries - HomeContent.js: update Remix → React Router (reactrouter.com), update CTA href to /learn/creating-a-react-app
1 parent 584d95b commit 4609324

3 files changed

Lines changed: 3 additions & 91 deletions

File tree

package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,7 @@
3636
"classnames": "^2.2.6",
3737
"debounce": "^1.2.1",
3838
"github-slugger": "^1.3.0",
39-
<<<<<<< HEAD
4039
"next": "15.4.8",
41-
=======
42-
"next": "15.1.12",
43-
>>>>>>> 47e64bf7ad81aab8bacfa791a37816ee869135eb
4440
"next-remote-watch": "^1.0.0",
4541
"parse-numeric-range": "^1.2.0",
4642
"raw-loader": "^4.0.2",

src/components/Layout/HomeContent.js

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -249,20 +249,12 @@ export function HomeContent() {
249249
com um framework
250250
</Header>
251251
<Para>
252-
<<<<<<< HEAD
253252
React é uma biblioteca. Ele permite que você junte componentes,
254253
mas não prescreve como fazer roteamento e busca de dados. Para
255254
construir um aplicativo inteiro com React, recomendamos um
256-
framework React full stack como{' '}
257-
<Link href="https://nextjs.org">Next.js</Link> ou{' '}
258-
<Link href="https://remix.run">Remix</Link>.
259-
=======
260-
React is a library. It lets you put components together, but it
261-
doesn’t prescribe how to do routing and data fetching. To build an
262-
entire app with React, we recommend a full-stack React framework
263-
like <Link href="https://nextjs.org">Next.js</Link> or{' '}
255+
framework React full stack como{ }
256+
<Link href="https://nextjs.org">Next.js</Link> ou{ }
264257
<Link href="https://reactrouter.com">React Router</Link>.
265-
>>>>>>> 47e64bf7ad81aab8bacfa791a37816ee869135eb
266258
</Para>
267259
</Center>
268260
<FullBleed>
@@ -279,13 +271,8 @@ export function HomeContent() {
279271
<CTA
280272
color="gray"
281273
icon="framework"
282-
<<<<<<< HEAD
283-
href="/learn/start-a-new-react-project">
284-
Inicie com um framework
285-
=======
286274
href="/learn/creating-a-react-app">
287-
Get started with a framework
288-
>>>>>>> 47e64bf7ad81aab8bacfa791a37816ee869135eb
275+
Inicie com um framework
289276
</CTA>
290277
</div>
291278
</Center>

yarn.lock

Lines changed: 0 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -1384,17 +1384,10 @@
13841384
unist-util-visit "^4.0.0"
13851385
vfile "^5.0.0"
13861386

1387-
<<<<<<< HEAD
13881387
"@next/env@15.4.8":
13891388
version "15.4.8"
13901389
resolved "https://registry.yarnpkg.com/@next/env/-/env-15.4.8.tgz#f41741d07651958bccb31fb685da0303a9ef1373"
13911390
integrity sha512-LydLa2MDI1NMrOFSkO54mTc8iIHSttj6R6dthITky9ylXV2gCGi0bHQjVCtLGRshdRPjyh2kXbxJukDtBWQZtQ==
1392-
=======
1393-
"@next/env@15.1.12":
1394-
version "15.1.12"
1395-
resolved "https://registry.yarnpkg.com/@next/env/-/env-15.1.12.tgz#0821510fa71871f1970cd216963d25a5970fe58a"
1396-
integrity sha512-EWKXZKsd9ZNn+gLqOtfwH2PQyWuWFmpLldjStw7mZgWgKu56vaqNkAGQrys2g5ER4CNXEDz3Khj2tD1pnsT9Uw==
1397-
>>>>>>> 47e64bf7ad81aab8bacfa791a37816ee869135eb
13981391

13991392
"@next/eslint-plugin-next@12.0.3":
14001393
version "12.0.3"
@@ -1403,7 +1396,6 @@
14031396
dependencies:
14041397
glob "7.1.7"
14051398

1406-
<<<<<<< HEAD
14071399
"@next/swc-darwin-arm64@15.4.8":
14081400
version "15.4.8"
14091401
resolved "https://registry.yarnpkg.com/@next/swc-darwin-arm64/-/swc-darwin-arm64-15.4.8.tgz#f5030219421079036720b5948ea9de9bee02ac34"
@@ -1443,47 +1435,6 @@
14431435
version "15.4.8"
14441436
resolved "https://registry.yarnpkg.com/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-15.4.8.tgz#a29a53cd262ec5093b9ac24a5fd5e4540ec64eb4"
14451437
integrity sha512-Exsmf/+42fWVnLMaZHzshukTBxZrSwuuLKFvqhGHJ+mC1AokqieLY/XzAl3jc/CqhXLqLY3RRjkKJ9YnLPcRWg==
1446-
=======
1447-
"@next/swc-darwin-arm64@15.1.9":
1448-
version "15.1.9"
1449-
resolved "https://registry.yarnpkg.com/@next/swc-darwin-arm64/-/swc-darwin-arm64-15.1.9.tgz#7b95fc3b2cd5108b514c949c3bddb3a9b42a714e"
1450-
integrity sha512-sQF6MfW4nk0PwMYYq8xNgqyxZJGIJV16QqNDgaZ5ze9YoVzm4/YNx17X0exZudayjL9PF0/5RGffDtzXapch0Q==
1451-
1452-
"@next/swc-darwin-x64@15.1.9":
1453-
version "15.1.9"
1454-
resolved "https://registry.yarnpkg.com/@next/swc-darwin-x64/-/swc-darwin-x64-15.1.9.tgz#bda6b37e0deeb64f4139cc70b37e370bd3367be8"
1455-
integrity sha512-fp0c1rB6jZvdSDhprOur36xzQvqelAkNRXM/An92sKjjtaJxjlqJR8jiQLQImPsClIu8amQn+ZzFwl1lsEf62w==
1456-
1457-
"@next/swc-linux-arm64-gnu@15.1.9":
1458-
version "15.1.9"
1459-
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-15.1.9.tgz#546717f65de5fa610cd211183bd1be63050ab1c4"
1460-
integrity sha512-77rYykF6UtaXvxh9YyRIKoaYPI6/YX6cy8j1DL5/1XkjbfOwFDfTEhH7YGPqG/ePl+emBcbDYC2elgEqY2e+ag==
1461-
1462-
"@next/swc-linux-arm64-musl@15.1.9":
1463-
version "15.1.9"
1464-
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-15.1.9.tgz#3594f47a94fd52e1aba00f59793171de9386f71a"
1465-
integrity sha512-uZ1HazKcyWC7RA6j+S/8aYgvxmDqwnG+gE5S9MhY7BTMj7ahXKunpKuX8/BA2M7OvINLv7LTzoobQbw928p3WA==
1466-
1467-
"@next/swc-linux-x64-gnu@15.1.9":
1468-
version "15.1.9"
1469-
resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-15.1.9.tgz#77cc834636688e44fea4c9cee800649a4ed92b0d"
1470-
integrity sha512-gQIX1d3ct2RBlgbbWOrp+SHExmtmFm/HSW1Do5sSGMDyzbkYhS2sdq5LRDJWWsQu+/MqpgJHqJT6ORolKp/U1g==
1471-
1472-
"@next/swc-linux-x64-musl@15.1.9":
1473-
version "15.1.9"
1474-
resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-15.1.9.tgz#88783a8968d0c0e4f274b68569b73c19ee2feecb"
1475-
integrity sha512-fJOwxAbCeq6Vo7pXZGDP6iA4+yIBGshp7ie2Evvge7S7lywyg7b/SGqcvWq/jYcmd0EbXdb7hBfdqSQwTtGTPg==
1476-
1477-
"@next/swc-win32-arm64-msvc@15.1.9":
1478-
version "15.1.9"
1479-
resolved "https://registry.yarnpkg.com/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-15.1.9.tgz#1b7024cee3eefe4bcf8f81e7cbffe6aeb15d32ea"
1480-
integrity sha512-crfbUkAd9PVg9nGfyjSzQbz82dPvc4pb1TeP0ZaAdGzTH6OfTU9kxidpFIogw0DYIEadI7hRSvuihy2NezkaNQ==
1481-
1482-
"@next/swc-win32-x64-msvc@15.1.9":
1483-
version "15.1.9"
1484-
resolved "https://registry.yarnpkg.com/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-15.1.9.tgz#92044825d0f9e017d6a27ab69fc8c8f5ca9dc239"
1485-
integrity sha512-SBB0oA4E2a0axUrUwLqXlLkSn+bRx9OWU6LheqmRrO53QEAJP7JquKh3kF0jRzmlYOWFZtQwyIWJMEJMtvvDcQ==
1486-
>>>>>>> 47e64bf7ad81aab8bacfa791a37816ee869135eb
14871438

14881439
"@nodelib/fs.scandir@2.1.5":
14891440
version "2.1.5"
@@ -6039,28 +5990,17 @@ next-tick@^1.1.0:
60395990
resolved "https://registry.npmjs.org/next-tick/-/next-tick-1.1.0.tgz"
60405991
integrity sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==
60415992

6042-
<<<<<<< HEAD
60435993
next@15.4.8:
60445994
version "15.4.8"
60455995
resolved "https://registry.yarnpkg.com/next/-/next-15.4.8.tgz#0f20a6cad613dc34547fa6519b2d09005ac370ca"
60465996
integrity sha512-jwOXTz/bo0Pvlf20FSb6VXVeWRssA2vbvq9SdrOPEg9x8E1B27C2rQtvriAn600o9hH61kjrVRexEffv3JybuA==
60475997
dependencies:
60485998
"@next/env" "15.4.8"
6049-
=======
6050-
next@15.1.12:
6051-
version "15.1.12"
6052-
resolved "https://registry.yarnpkg.com/next/-/next-15.1.12.tgz#6d308fe6cb295faed724481b57f77b8abf4f5468"
6053-
integrity sha512-fClyhVCGTATGYBnETgKAi7YU5+bSwzM5rqNsY3Dg5wBoBMwE0NSvWA3fzwYj0ijl+LMeiV8P2QAnUFpeqDfTgw==
6054-
dependencies:
6055-
"@next/env" "15.1.12"
6056-
"@swc/counter" "0.1.3"
6057-
>>>>>>> 47e64bf7ad81aab8bacfa791a37816ee869135eb
60585999
"@swc/helpers" "0.5.15"
60596000
caniuse-lite "^1.0.30001579"
60606001
postcss "8.4.31"
60616002
styled-jsx "5.1.6"
60626003
optionalDependencies:
6063-
<<<<<<< HEAD
60646004
"@next/swc-darwin-arm64" "15.4.8"
60656005
"@next/swc-darwin-x64" "15.4.8"
60666006
"@next/swc-linux-arm64-gnu" "15.4.8"
@@ -6070,17 +6010,6 @@ next@15.1.12:
60706010
"@next/swc-win32-arm64-msvc" "15.4.8"
60716011
"@next/swc-win32-x64-msvc" "15.4.8"
60726012
sharp "^0.34.3"
6073-
=======
6074-
"@next/swc-darwin-arm64" "15.1.9"
6075-
"@next/swc-darwin-x64" "15.1.9"
6076-
"@next/swc-linux-arm64-gnu" "15.1.9"
6077-
"@next/swc-linux-arm64-musl" "15.1.9"
6078-
"@next/swc-linux-x64-gnu" "15.1.9"
6079-
"@next/swc-linux-x64-musl" "15.1.9"
6080-
"@next/swc-win32-arm64-msvc" "15.1.9"
6081-
"@next/swc-win32-x64-msvc" "15.1.9"
6082-
sharp "^0.33.5"
6083-
>>>>>>> 47e64bf7ad81aab8bacfa791a37816ee869135eb
60846013

60856014
nice-try@^1.0.4:
60866015
version "1.0.5"

0 commit comments

Comments
 (0)