Skip to content

Commit

Permalink
fix(deps): update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 11, 2024
1 parent 7c001b0 commit c035d9b
Show file tree
Hide file tree
Showing 4 changed files with 113 additions and 286 deletions.
8 changes: 4 additions & 4 deletions examples/apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"version": "1.0.0",
"description": "GraphQL Armor example for Apollo.",
"packageManager": "yarn@4.2.2",
"packageManager": "yarn@4.3.0",
"main": "./src/index.ts",
"scripts": {
"build": "tsc",
Expand All @@ -22,7 +22,7 @@
},
"homepage": "https://github.com/Escape-Technologies/graphql-armor",
"dependencies": {
"@apollo/gateway": "2.7.8",
"@apollo/gateway": "2.8.0",
"@apollo/server": "^4.9.3",
"@escape.tech/graphql-armor": "*",
"body-parser": "^1.20.2",
Expand All @@ -37,8 +37,8 @@
"devDependencies": {
"@types/body-parser": "^1",
"@types/express": "4.17.21",
"@types/node": "20.12.12",
"nodemon": "3.1.0",
"@types/node": "20.14.2",
"nodemon": "3.1.3",
"ts-node": "10.9.2",
"ts-node-dev": "2.0.0",
"typescript": "5.4.5"
Expand Down
22 changes: 11 additions & 11 deletions examples/nestjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
},
"homepage": "https://github.com/Escape-Technologies/graphql-armor",
"dependencies": {
"@apollo/gateway": "2.7.8",
"@apollo/gateway": "2.8.0",
"@apollo/server": "4.10.4",
"@escape.tech/graphql-armor": "*",
"@nestjs/apollo": "12.1.0",
"@nestjs/common": "10.3.8",
"@nestjs/core": "10.3.8",
"@nestjs/common": "10.3.9",
"@nestjs/core": "10.3.9",
"@nestjs/graphql": "12.1.1",
"@nestjs/platform-express": "10.3.8",
"@nestjs/platform-express": "10.3.9",
"express": "4.19.2",
"graphql": "16.8.1",
"reflect-metadata": "0.2.2",
Expand All @@ -40,15 +40,15 @@
},
"devDependencies": {
"@nestjs/cli": "10.3.2",
"@nestjs/testing": "10.3.8",
"@nestjs/testing": "10.3.9",
"@types/express": "4.17.21",
"@types/node": "20.12.12",
"@typescript-eslint/eslint-plugin": "7.10.0",
"@typescript-eslint/parser": "7.10.0",
"eslint": "9.3.0",
"@types/node": "20.14.2",
"@typescript-eslint/eslint-plugin": "7.13.0",
"@typescript-eslint/parser": "7.13.0",
"eslint": "9.4.0",
"eslint-config-google": "0.14.0",
"nodemon": "3.1.0",
"prettier": "3.2.5",
"nodemon": "3.1.3",
"prettier": "3.3.1",
"ts-node": "10.9.2",
"typescript": "5.4.5"
}
Expand Down
6 changes: 3 additions & 3 deletions examples/yoga/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"version": "1.0.0",
"description": "GraphQL Armor example for yoga.",
"packageManager": "yarn@4.2.2",
"packageManager": "yarn@4.3.0",
"main": "./src/main.ts",
"scripts": {
"build": "tsc",
Expand All @@ -23,12 +23,12 @@
"homepage": "https://github.com/Escape-Technologies/graphql-armor",
"dependencies": {
"@escape.tech/graphql-armor": "*",
"@graphql-tools/schema": "10.0.3",
"@graphql-tools/schema": "10.0.4",
"graphql": "16.8.1",
"graphql-yoga": "5.3.1"
},
"devDependencies": {
"@types/node": "20.12.12",
"@types/node": "20.14.2",
"jest": "29.7.0",
"supertest": "7.0.0",
"ts-node": "10.9.2",
Expand Down
Loading

0 comments on commit c035d9b

Please sign in to comment.