From aea3900a476f8c733d5a48d7e5f529e63b7ce2fe Mon Sep 17 00:00:00 2001 From: Jesus R Lopez Martin Date: Mon, 13 Jun 2022 23:42:56 -0400 Subject: [PATCH 1/2] fix package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0611839..cd954e2 100644 --- a/package.json +++ b/package.json @@ -10,8 +10,8 @@ }, "dependencies": { "next": "11.0.1", - "react": "17.0.2", - "react-dom": "17.0.2" + "react": "^18.1.0", + "react-dom": "^18.1.0" }, "devDependencies": { "@types/react": "17.0.15", From 9aadf1c0504b18036d5a6bea76c31c486aa87a58 Mon Sep 17 00:00:00 2001 From: Jesus R Lopez Martin Date: Mon, 13 Jun 2022 23:44:47 -0400 Subject: [PATCH 2/2] borra body --- pages/index.tsx | 43 ++----------------------------------------- 1 file changed, 2 insertions(+), 41 deletions(-) diff --git a/pages/index.tsx b/pages/index.tsx index 08145bb..7319d27 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -11,47 +11,8 @@ export default function Home() { -
-

- Welcome to Next.js! -

- -

- Get started by editing{' '} - pages/index.js -

- -
- -

Documentation →

-

Find in-depth information about Next.js features and API.

-
- - -

Learn →

-

Learn about Next.js in an interactive course with quizzes!

-
- - -

Examples →

-

Discover and deploy boilerplate example Next.js projects.

-
- - -

Deploy →

-

- Instantly deploy your Next.js site to a public URL with Vercel. -

-
-
-
- + +