Skip to content

Commit

Permalink
chore(apps/backend): use workspace dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Dirk de Visser <[email protected]>
  • Loading branch information
dirkdev98 committed May 18, 2024
1 parent d068c19 commit 05832c3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@
},
"devDependencies": {
"@types/node": "^20.11.17",
"@lightbase/tsconfig": "0.1.0",
"@lightbase/eslint-config": "0.1.0",
"@lightbase/eslint-config": "*",
"pino-pretty": "^10.3.1",
"typescript": "5.5.0-beta"
"typescript": "*"
},
"engines": {
"node": ">=20"
Expand Down

0 comments on commit 05832c3

Please sign in to comment.