Skip to content

Commit

Permalink
build: 🏗 add federation related packages
Browse files Browse the repository at this point in the history
  • Loading branch information
zhumeisongsong committed Nov 8, 2024
1 parent da02ddc commit aaade29
Show file tree
Hide file tree
Showing 3 changed files with 2,432 additions and 590 deletions.
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"cSpell.words": [
"nestjs"
]
}
48 changes: 28 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,25 @@
},
"private": true,
"dependencies": {
"@nestjs/common": "^10.0.2",
"@nestjs/core": "^10.0.2",
"@nestjs/platform-express": "^10.0.2",
"axios": "^1.6.0",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.0"
"@apollo/gateway": "^2.5.5",
"@apollo/server": "^4.11.2",
"@apollo/subgraph": "^2.5.5",
"@nestjs/apollo": "^12.2.1",
"@nestjs/common": "^10.4.7",
"@nestjs/core": "^10.4.7",
"@nestjs/graphql": "^12.2.1",
"@nestjs/platform-express": "^10.4.7",
"axios": "^1.7.7",
"graphql": "^16.9.0",
"graphql-tools": "^9.0.2",
"inlineTrace": "link:@apollo/server/plugin/inlineTrace",
"reflect-metadata": "^0.1.14",
"rxjs": "^7.8.1"
},
"devDependencies": {
"@eslint/js": "^9.8.0",
"@nestjs/schematics": "^10.0.1",
"@nestjs/testing": "^10.0.2",
"@eslint/js": "^9.14.0",
"@nestjs/schematics": "^10.2.3",
"@nestjs/testing": "^10.4.7",
"@nx/eslint": "20.0.6",
"@nx/eslint-plugin": "20.0.6",
"@nx/jest": "20.0.6",
Expand All @@ -32,24 +40,24 @@
"@nx/web": "20.0.6",
"@nx/webpack": "20.0.6",
"@nx/workspace": "20.0.6",
"@swc-node/register": "~1.9.1",
"@swc/core": "~1.5.7",
"@swc/helpers": "~0.5.11",
"@types/jest": "^29.5.12",
"@types/node": "~22.9.0",
"@zhumeisong/git-cz-config": "^1.1.1",
"eslint": "^9.8.0",
"eslint-config-prettier": "^9.0.0",
"@swc-node/register": "~1.9.2",
"@swc/core": "~1.5.29",
"@swc/helpers": "~0.5.13",
"@types/jest": "^29.5.14",
"@zhumeisong/git-cz-config": "^1.2.0",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"git-cz": "^4.9.0",
"jest": "^29.7.0",
"jest-environment-node": "^29.7.0",
"nx": "20.0.6",
"prettier": "^3.0.0",
"ts-jest": "^29.1.0",
"ts-jest": "^29.2.5",
"ts-node": "10.9.1",
"tslib": "^2.3.0",
"typescript": "~5.5.2",
"typescript-eslint": "^8.0.0",
"tslib": "^2.8.1",
"typescript": "~5.5.4",
"typescript-eslint": "^8.13.0",
"webpack-cli": "^5.1.4"
},
"packageManager": "[email protected]",
Expand Down
Loading

0 comments on commit aaade29

Please sign in to comment.