Refactor code structure and dependencies

This commit is contained in:
2024-09-29 22:52:30 +07:00
parent 88176bddc1
commit 7ce33c6c3a
8 changed files with 499 additions and 32 deletions

View File

@@ -24,6 +24,7 @@
},
"dependencies": {
"@apollo/server": "^4.11.0",
"@clerk/clerk-sdk-node": "^5.0.45",
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/introspection": "^4.0.3",
"@graphql-codegen/typescript": "^4.0.9",
@@ -55,6 +56,10 @@
"rxjs": "^7.8.1"
},
"devDependencies": {
"@clerk/types": "^4.23.0",
"@graphql-codegen/cli": "5.0.2",
"@graphql-codegen/typescript": "4.0.9",
"@graphql-codegen/typescript-resolvers": "4.2.1",
"@nestjs/cli": "^10.0.0",
"@nestjs/schematics": "^10.0.0",
"@nestjs/testing": "^10.0.0",
@@ -80,10 +85,7 @@
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.1.3",
"ws": "^8.18.0",
"@graphql-codegen/typescript-resolvers": "4.2.1",
"@graphql-codegen/typescript": "4.0.9",
"@graphql-codegen/cli": "5.0.2"
"ws": "^8.18.0"
},
"jest": {
"moduleFileExtensions": [
@@ -102,4 +104,4 @@
"coverageDirectory": "../coverage",
"testEnvironment": "node"
}
}
}