Skip to content

Commit

Permalink
unify ts version across monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeh committed Sep 21, 2024
1 parent 63e5683 commit d0e8877
Show file tree
Hide file tree
Showing 6 changed files with 185 additions and 164 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ on:
jobs:

set_environment_name:
name: Set Environment
runs-on: ubuntu-latest
outputs:
env_name: ${{ steps.set_env.outputs.env_name }}
Expand Down
9 changes: 5 additions & 4 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,11 @@
"passport": "^0.7.0",
"passport-jwt": "^4.0.1",
"passport-local": "^1.0.0",
"pg": "^8.12.0",
"pg": "catalog:",
"reflect-metadata": "^0.2.0",
"rxjs": "^7.8.1",
"typeorm": "catalog:"
"typeorm": "catalog:",
"zod": "catalog:"
},
"devDependencies": {
"@nestjs/cli": "^10.0.0",
Expand All @@ -46,7 +47,7 @@
"@types/express": "^4.17.17",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.17.7",
"@types/node": "^20.3.1",
"@types/node": "catalog:",
"@types/nodemailer": "^6.4.15",
"@types/passport-jwt": "^4.0.1",
"@types/passport-local": "^1.0.38",
Expand All @@ -65,6 +66,6 @@
"ts-loader": "^9.4.3",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.1.3"
"typescript": "catalog:"
}
}
4 changes: 2 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"react-dom": "^18"
},
"devDependencies": {
"@types/node": "^20",
"@types/node": "catalog:",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.8",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
"typescript": "catalog:"
}
}
Loading

0 comments on commit d0e8877

Please sign in to comment.