Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 27, 2022
1 parent 599c36c commit 7024a7f
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions packages/authors-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"@grpc/grpc-js": "^1.5.10"
},
"devDependencies": {
"@protobuf-ts/plugin": "^2.4.0",
"esbuild": "^0.14.29",
"@protobuf-ts/plugin": "2.5.0",
"esbuild": "0.14.38",
"grpc-tools": "^1.11.2"
}
}
26 changes: 13 additions & 13 deletions packages/books-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,34 +21,34 @@
"test:e2e": "jest --config ./test/jest-e2e.json"
},
"dependencies": {
"@nestjs/common": "^8.0.0",
"@nestjs/core": "^8.0.0",
"@nestjs/platform-express": "^8.0.0",
"@nestjs/common": "8.4.4",
"@nestjs/core": "8.4.4",
"@nestjs/platform-express": "8.4.4",
"@nestjs/swagger": "^5.2.1",
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
"rxjs": "^7.2.0",
"swagger-ui-express": "^4.3.0"
},
"devDependencies": {
"@nestjs/cli": "^8.0.0",
"@nestjs/schematics": "^8.0.0",
"@nestjs/testing": "^8.0.0",
"@nestjs/cli": "8.2.5",
"@nestjs/schematics": "8.0.10",
"@nestjs/testing": "8.4.4",
"@types/express": "^4.17.13",
"@types/jest": "27.4.1",
"@types/node": "^16.0.0",
"@types/node": "16.11.31",
"@types/supertest": "^2.0.11",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"eslint": "^8.0.1",
"@typescript-eslint/eslint-plugin": "5.21.0",
"@typescript-eslint/parser": "5.21.0",
"eslint": "8.14.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^27.2.5",
"prettier": "^2.3.2",
"prettier": "2.6.2",
"source-map-support": "^0.5.20",
"supertest": "^6.1.3",
"supertest": "6.2.3",
"ts-jest": "^27.0.3",
"ts-loader": "^9.2.3",
"ts-loader": "9.2.9",
"ts-node": "^10.0.0",
"tsconfig-paths": "^3.10.1",
"typescript": "^4.3.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/multiple-sources-prog-resolvers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"build": "echo \"noop\";"
},
"dependencies": {
"@graphql-mesh/cli": "^0.66.0",
"@graphql-mesh/cli": "^0.68.0",
"@graphql-mesh/graphql": "^0.23.0",
"@graphql-mesh/grpc": "^0.21.3",
"@graphql-mesh/openapi": "^0.24.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/multiple-sources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"build": "echo \"noop\";"
},
"dependencies": {
"@graphql-mesh/cli": "^0.66.0",
"@graphql-mesh/cli": "^0.68.0",
"@graphql-mesh/graphql": "^0.23.0",
"@graphql-mesh/grpc": "^0.21.3",
"@graphql-mesh/openapi": "^0.24.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/single-source-no-source-definition/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"build": "echo \"noop\";"
},
"dependencies": {
"@graphql-mesh/cli": "^0.66.0",
"@graphql-mesh/json-schema": "^0.27.2",
"@graphql-mesh/cli": "^0.68.0",
"@graphql-mesh/json-schema": "^0.28.0",
"graphql": "^16.3.0"
}
}
2 changes: 1 addition & 1 deletion packages/single-source/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"build": "echo \"noop\";"
},
"dependencies": {
"@graphql-mesh/cli": "^0.66.0",
"@graphql-mesh/cli": "^0.68.0",
"@graphql-mesh/openapi": "^0.24.4",
"@graphql-mesh/transform-filter-schema": "^0.14.38",
"@graphql-mesh/transform-rename": "^0.12.28",
Expand Down
2 changes: 1 addition & 1 deletion packages/stores-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"graphql": "^16.3.0"
},
"devDependencies": {
"esbuild": "^0.14.29"
"esbuild": "0.14.38"
}
}

0 comments on commit 7024a7f

Please sign in to comment.