Skip to content

Commit

Permalink
fix(app): 📌 fix react types
Browse files Browse the repository at this point in the history
  • Loading branch information
crstnmac committed Jul 4, 2023
1 parent af9770b commit ffe3915
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 11 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,14 @@
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"@types/node": "20.3.3",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.0",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.24",
"tailwindcss": "^3.3.2",
"typescript": "5.0.2"
},
"resolutions": {
"@types/react": "18.2.0"
}
}
21 changes: 12 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit ffe3915

@vercel
Copy link

@vercel vercel bot commented on ffe3915 Jul 4, 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:

crstnmac-github-io – ./

crstnmac-github-io-git-main-criston.vercel.app
crstnmac-github-io.vercel.app
crstnmac-github-io-criston.vercel.app

Please sign in to comment.