Skip to content

Commit

Permalink
Merge pull request #62 from arkews/develop
Browse files Browse the repository at this point in the history
only build improvements
  • Loading branch information
CarlosPavajeau authored Jan 22, 2023
2 parents b6810ce + 9784d96 commit e8d72dd
Show file tree
Hide file tree
Showing 3 changed files with 684 additions and 1,931 deletions.
2 changes: 1 addition & 1 deletion components/shared/layout/default/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Head from 'next/head'
import Navbar from '@components/shared/navbar'
import { Toaster } from 'react-hot-toast'

const DefaultLayout: FC<PropsWithChildren<{}>> = ({ children }) => {
const DefaultLayout: FC<PropsWithChildren> = ({ children }) => {
return (
<div>
<Head>
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
"@tanstack/react-query": "^4.19.1",
"@tremor/react": "^1.2.2",
"@types/node": "18.11.18",
"@types/react": "18.0.26",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"autoprefixer": "^10.4.13",
"axios": "^1.2.0",
"csstype": "^3.1.1",
"eslint-config-next": "13.1.1",
"eslint-config-next": "13.1.3",
"flowbite": "^1.5.4",
"next": "13.1.1",
"next": "13.1.3",
"postcss": "^8.4.19",
"prop-types": "^15.8.1",
"react": "18.2.0",
Expand All @@ -44,7 +44,7 @@
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.45.0",
"eslint": "^8.0.1",
"eslint-config-standard-with-typescript": "^26.0.0",
"eslint-config-standard-with-typescript": "^31.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",
Expand Down
Loading

1 comment on commit e8d72dd

@vercel
Copy link

@vercel vercel bot commented on e8d72dd Jan 22, 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:

joshub – ./

joshub-arkews.vercel.app
joshub.vercel.app
joshub-git-main-arkews.vercel.app

Please sign in to comment.