Skip to content

Commit

Permalink
Merge pull request #6 from podcodar/vitorschelb
Browse files Browse the repository at this point in the history
update project dependences
  • Loading branch information
vitorschelb authored May 3, 2023
2 parents a82438c + 311a5c4 commit fdb187f
Show file tree
Hide file tree
Showing 4 changed files with 367 additions and 237 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"dependencies": {
"@headlessui/react": "^1.7.14",
"@heroicons/react": "^2.0.17",
"@types/node": "18.15.3",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"next": "13.2.4",
"@types/node": "18.16.3",
"@types/react": "18.2.1",
"@types/react-dom": "18.2.3",
"eslint": "8.39.0",
"eslint-config-next": "13.3.4",
"next": "13.3.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.0.2"
Expand Down
7 changes: 0 additions & 7 deletions src/app/api/hello/route.ts

This file was deleted.

3 changes: 2 additions & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { ReactNode } from "react";
import "./globals.css";

export const metadata = {
Expand All @@ -8,7 +9,7 @@ export const metadata = {
export default function RootLayout({
children,
}: {
children: React.ReactNode
children: ReactNode
}) {
return (
<html lang="en">
Expand Down
Loading

1 comment on commit fdb187f

@vercel
Copy link

@vercel vercel bot commented on fdb187f May 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

app – ./

app-zeta-two.vercel.app
app-git-main-podcodar.vercel.app
app-podcodar.vercel.app

Please sign in to comment.