Skip to content

Commit

Permalink
Try converting to yarn modern.
Browse files Browse the repository at this point in the history
  • Loading branch information
datu925 committed Mar 31, 2024
1 parent e2a13b3 commit 1f717bc
Show file tree
Hide file tree
Showing 5 changed files with 9,461 additions and 12,342 deletions.
8 changes: 4 additions & 4 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"author": "",
"license": "MIT",
"devDependencies": {
"typescript": "^5.4.2",
"@vercel/node": "^1.11.1",
"json-schema-to-ts": "^3.0.1"
"json-schema-to-ts": "^3.0.1",
"typescript": "^5.4.2"
},
"dependencies": {
"fastify": "^4.26.2",
"dotenv": "^10.0.0"
"dotenv": "^10.0.0",
"fastify": "^4.26.2"
}
}
Loading

0 comments on commit 1f717bc

Please sign in to comment.