Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/Neosoulink/chess-d into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Neosoulink committed Sep 7, 2024
2 parents c3e33b8 + 23c9a45 commit 54b32f6
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 92 deletions.
6 changes: 3 additions & 3 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"@chess-d/api": "workspace:*",
"@nestjs/apollo": "^12.2.0",
"@nestjs/common": "^10.3.10",
"@nestjs/core": "^10.0.0",
"@nestjs/core": "^10.4.1",
"@nestjs/graphql": "^12.2.0",
"@nestjs/platform-express": "^10.3.10",
"@nestjs/platform-ws": "^10.3.10",
"@nestjs/platform-ws": "^10.4.1",
"@nestjs/websockets": "^10.3.10",
"graphql": "^16.9.0",
"reflect-metadata": "^0.2.0",
Expand All @@ -34,7 +34,7 @@
"@nestjs/cli": "^10.0.0",
"@nestjs/schematics": "^10.1.2",
"@nestjs/testing": "^10.3.10",
"@types/ws": "^8.5.11",
"@types/ws": "^8.5.12",
"source-map-support": "^0.5.21",
"supertest": "^7.0.0",
"tsconfig-paths": "^4.2.0"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@vercel/style-guide": "^6.0.0",
"eslint": "^9.9.1",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^2.0.4",
"eslint-config-turbo": "^2.1.1",
"globals": "^15.8.0",
"husky": "^9.1.5",
"jest": "^29.5.0",
Expand All @@ -37,7 +37,7 @@
"ts-jest": "^29.1.0",
"ts-loader": "^9.4.3",
"ts-node": "^10.9.2",
"turbo": "^2.0.9",
"turbo": "^2.1.1",
"typescript": "^5.3.3",
"vite": "^5.4.2"
},
Expand Down
Loading

0 comments on commit 54b32f6

Please sign in to comment.