Skip to content

Commit

Permalink
add ts-rest dependencies to all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeh committed Sep 18, 2024
1 parent 7133642 commit bcba16e
Show file tree
Hide file tree
Showing 4 changed files with 97 additions and 14 deletions.
1 change: 1 addition & 0 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"@nestjs/passport": "^10.0.3",
"@nestjs/platform-express": "^10.0.0",
"@nestjs/typeorm": "^10.0.2",
"@ts-rest/nest": "^3.51.0",
"bcrypt": "catalog:",
"class-transformer": "catalog:",
"lodash": "^4.17.21",
Expand Down
11 changes: 6 additions & 5 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,19 @@
"lint": "next lint"
},
"dependencies": {
"@ts-rest/react-query": "^3.51.0",
"next": "14.2.8",
"react": "^18",
"react-dom": "^18",
"next": "14.2.8"
"react-dom": "^18"
},
"devDependencies": {
"typescript": "^5",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.8",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"eslint": "^8",
"eslint-config-next": "14.2.8"
"typescript": "^5"
}
}
98 changes: 89 additions & 9 deletions pnpm-lock.yaml

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

1 change: 1 addition & 0 deletions shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"zod": "catalog:"
},
"dependencies": {
"@ts-rest/core": "^3.51.0",
"class-transformer": "catalog:"
}
}

0 comments on commit bcba16e

Please sign in to comment.