Skip to content

Commit

Permalink
Merge pull request #8 from gazes-media/add_prettier_fix_loras
Browse files Browse the repository at this point in the history
Update dependencies and fix code formatting
  • Loading branch information
exatombe authored Jan 15, 2024
2 parents c713549 + 3137f02 commit efd3a8d
Show file tree
Hide file tree
Showing 6 changed files with 793 additions and 327 deletions.
4 changes: 4 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"tabWidth": 2,
"useTabs": false
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@
"@types/react": "^18.0.23",
"@types/react-dom": "^18.0.7",
"cross-env": "^7.0.3",
"eslint": "^8.56.0",
"nodemon": "^3.0.2",
"prisma": "^5.8.1",
"ts-node": "^10.9.2",
"typescript": ">=2.7"
"typescript": "^5.3.3"
},
"dependencies": {
"@emotion/cache": "^11.11.0",
Expand Down
Loading

0 comments on commit efd3a8d

Please sign in to comment.