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] committed Aug 4, 2024
1 parent b0f1baf commit a3aa4bb
Show file tree
Hide file tree
Showing 4 changed files with 490 additions and 592 deletions.
12 changes: 6 additions & 6 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.4.0",
"main": "./src/index.ts",
"scripts": {
"build": "tsc",
Expand All @@ -22,12 +22,12 @@
},
"homepage": "https://github.com/Escape-Technologies/graphql-armor",
"dependencies": {
"@apollo/gateway": "2.7.8",
"@apollo/gateway": "2.8.4",
"@apollo/server": "^4.9.3",
"@escape.tech/graphql-armor": "*",
"body-parser": "^1.20.2",
"express": "4.19.2",
"graphql": "16.8.1",
"graphql": "16.9.0",
"graphql-tag": "^2.12.6",
"reflect-metadata": "0.2.2",
"rxjs": "7.8.1",
Expand All @@ -37,10 +37,10 @@
"devDependencies": {
"@types/body-parser": "^1",
"@types/express": "4.17.21",
"@types/node": "20.12.12",
"nodemon": "3.1.0",
"@types/node": "20.14.14",
"nodemon": "3.1.4",
"ts-node": "10.9.2",
"ts-node-dev": "2.0.0",
"typescript": "5.4.5"
"typescript": "5.5.4"
}
}
34 changes: 17 additions & 17 deletions examples/nestjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,32 +24,32 @@
},
"homepage": "https://github.com/Escape-Technologies/graphql-armor",
"dependencies": {
"@apollo/gateway": "2.7.8",
"@apollo/server": "4.10.4",
"@apollo/gateway": "2.8.4",
"@apollo/server": "4.10.5",
"@escape.tech/graphql-armor": "*",
"@nestjs/apollo": "12.1.0",
"@nestjs/common": "10.3.8",
"@nestjs/core": "10.3.8",
"@nestjs/graphql": "12.1.1",
"@nestjs/platform-express": "10.3.8",
"@nestjs/apollo": "12.2.0",
"@nestjs/common": "10.3.10",
"@nestjs/core": "10.3.10",
"@nestjs/graphql": "12.2.0",
"@nestjs/platform-express": "10.3.10",
"express": "4.19.2",
"graphql": "16.8.1",
"graphql": "16.9.0",
"reflect-metadata": "0.2.2",
"rxjs": "7.8.1",
"source-map-support": "0.5.21"
},
"devDependencies": {
"@nestjs/cli": "10.3.2",
"@nestjs/testing": "10.3.8",
"@nestjs/cli": "10.4.2",
"@nestjs/testing": "10.3.10",
"@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.14",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"eslint": "9.8.0",
"eslint-config-google": "0.14.0",
"nodemon": "3.1.0",
"prettier": "3.2.5",
"nodemon": "3.1.4",
"prettier": "3.3.3",
"ts-node": "10.9.2",
"typescript": "5.4.5"
"typescript": "5.5.4"
}
}
12 changes: 6 additions & 6 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.4.0",
"main": "./src/main.ts",
"scripts": {
"build": "tsc",
Expand All @@ -23,16 +23,16 @@
"homepage": "https://github.com/Escape-Technologies/graphql-armor",
"dependencies": {
"@escape.tech/graphql-armor": "*",
"@graphql-tools/schema": "10.0.3",
"graphql": "16.8.1",
"graphql-yoga": "5.3.1"
"@graphql-tools/schema": "10.0.4",
"graphql": "16.9.0",
"graphql-yoga": "5.6.2"
},
"devDependencies": {
"@types/node": "20.12.12",
"@types/node": "20.14.14",
"jest": "29.7.0",
"supertest": "7.0.0",
"ts-node": "10.9.2",
"ts-node-dev": "2.0.0",
"typescript": "5.4.5"
"typescript": "5.5.4"
}
}
Loading

0 comments on commit a3aa4bb

Please sign in to comment.