Skip to content

Commit

Permalink
Move typescript from devDependencies to dependencies (#110)
Browse files Browse the repository at this point in the history
We need the tsc compiler to build and serve
  • Loading branch information
Lhwhatever authored Oct 24, 2023
1 parent e965498 commit 03c7f0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"eslint-config-prettier": "^8.8.0",
"prettier": "^2.8.7",
"typescript": "^5.0.4"
"prettier": "^2.8.7"
},
"dependencies": {
"@prisma/client": "^4.12.0",
"dotenv": "^16.3.1",
"prisma": "^4.12.0"
"prisma": "^4.12.0",
"typescript": "^5.0.4"
}
}

0 comments on commit 03c7f0d

Please sign in to comment.