Skip to content

Commit

Permalink
fix(deps): update examples (major) (#449)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 27, 2023
1 parent f23e885 commit b4208f0
Show file tree
Hide file tree
Showing 5 changed files with 498 additions and 285 deletions.
4 changes: 2 additions & 2 deletions examples/apollo-v3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
"reflect-metadata": "0.1.13",
"rxjs": "7.8.0",
"source-map-support": "0.5.21",
"ts-morph": "16.0.0"
"ts-morph": "19.0.0"
},
"devDependencies": {
"@types/express": "4.17.17",
"@types/node": "18.15.11",
"nodemon": "2.0.22",
"ts-node": "10.9.1",
"ts-node-dev": "2.0.0",
"typescript": "4.9.5"
"typescript": "5.1.3"
}
}
4 changes: 2 additions & 2 deletions examples/apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"reflect-metadata": "0.1.13",
"rxjs": "7.8.0",
"source-map-support": "0.5.21",
"ts-morph": "16.0.0"
"ts-morph": "19.0.0"
},
"devDependencies": {
"@types/body-parser": "^1",
Expand All @@ -41,6 +41,6 @@
"nodemon": "2.0.22",
"ts-node": "10.9.1",
"ts-node-dev": "2.0.0",
"typescript": "4.9.5"
"typescript": "5.1.3"
}
}
16 changes: 8 additions & 8 deletions examples/nestjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
"dependencies": {
"@apollo/gateway": "2.4.1",
"@escape.tech/graphql-armor": "*",
"@nestjs/apollo": "10.2.0",
"@nestjs/common": "9.4.0",
"@nestjs/core": "9.4.0",
"@nestjs/graphql": "10.2.0",
"@nestjs/platform-express": "9.4.0",
"@nestjs/apollo": "12.0.3",
"@nestjs/common": "10.0.3",
"@nestjs/core": "10.0.3",
"@nestjs/graphql": "12.0.3",
"@nestjs/platform-express": "10.0.3",
"apollo-server-express": "3.12.0",
"express": "4.18.2",
"graphql": "16.7.1",
Expand All @@ -39,8 +39,8 @@
"source-map-support": "0.5.21"
},
"devDependencies": {
"@nestjs/cli": "9.3.0",
"@nestjs/testing": "9.4.0",
"@nestjs/cli": "10.0.3",
"@nestjs/testing": "10.0.3",
"@types/express": "4.17.17",
"@types/node": "18.15.11",
"@typescript-eslint/eslint-plugin": "5.57.1",
Expand All @@ -50,6 +50,6 @@
"nodemon": "2.0.22",
"prettier": "2.8.7",
"ts-node": "10.9.1",
"typescript": "4.9.5"
"typescript": "5.1.3"
}
}
2 changes: 1 addition & 1 deletion examples/yoga/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"supertest": "6.3.3",
"ts-node": "10.9.1",
"ts-node-dev": "2.0.0",
"typescript": "4.9.5"
"typescript": "5.1.3"
}
}
Loading

0 comments on commit b4208f0

Please sign in to comment.