Skip to content
This repository was archived by the owner on Nov 6, 2024. It is now read-only.

Commit

Permalink
chore: Update dependencies to latest versions in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jhordyess committed Oct 30, 2024
1 parent 8cc6469 commit 9869af8
Show file tree
Hide file tree
Showing 2 changed files with 204 additions and 153 deletions.
20 changes: 10 additions & 10 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,32 +16,32 @@
"ts-check": "tsc --noEmit"
},
"dependencies": {
"@apollo/server": "^4.11.0",
"@apollo/subgraph": "^2.9.1",
"@apollo/server": "^4.11.2",
"@apollo/subgraph": "^2.9.3",
"@prisma/client": "^5.21.1",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.21.0",
"express": "^4.21.1",
"graphql": "^16.9.0",
"graphql-tag": "^2.12.6",
"jsonwebtoken": "^9.0.2",
"morgan": "^1.10.0",
"tsx": "^4.19.1"
"tsx": "^4.19.2"
},
"devDependencies": {
"@eslint/js": "^9.10.0",
"@eslint/js": "^9.13.0",
"@types/bcryptjs": "^2.4.6",
"@types/cors": "^2.8.17",
"@types/jsonwebtoken": "^9.0.7",
"@types/morgan": "^1.9.9",
"@types/node": "^22.5.5",
"eslint": "^9.10.0",
"globals": "^15.9.0",
"@types/node": "^22.8.4",
"eslint": "^9.13.0",
"globals": "^15.11.0",
"prettier": "^3.3.3",
"prisma": "^5.21.1",
"typescript": "^5.6.2",
"typescript-eslint": "^8.6.0"
"typescript": "^5.6.3",
"typescript-eslint": "^8.12.2"
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 9869af8

Please sign in to comment.