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 21, 2022
1 parent 599c36c commit 351d908
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion packages/authors-service/package.json
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"@protobuf-ts/plugin": "^2.4.0",
"esbuild": "^0.14.29",
"esbuild": "0.14.37",
"grpc-tools": "^1.11.2"
}
}
22 changes: 11 additions & 11 deletions packages/books-service/package.json
Expand Up @@ -21,30 +21,30 @@
"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.27",
"@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.20.0",
"@typescript-eslint/parser": "5.20.0",
"eslint": "8.13.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",
"ts-jest": "^27.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/multiple-sources-prog-resolvers/package.json
Expand Up @@ -10,7 +10,7 @@
"build": "echo \"noop\";"
},
"dependencies": {
"@graphql-mesh/cli": "^0.66.0",
"@graphql-mesh/cli": "^0.67.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
Expand Up @@ -10,7 +10,7 @@
"build": "echo \"noop\";"
},
"dependencies": {
"@graphql-mesh/cli": "^0.66.0",
"@graphql-mesh/cli": "^0.67.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/single-source-no-source-definition/package.json
Expand Up @@ -10,7 +10,7 @@
"build": "echo \"noop\";"
},
"dependencies": {
"@graphql-mesh/cli": "^0.66.0",
"@graphql-mesh/cli": "^0.67.0",
"@graphql-mesh/json-schema": "^0.27.2",
"graphql": "^16.3.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/single-source/package.json
Expand Up @@ -10,7 +10,7 @@
"build": "echo \"noop\";"
},
"dependencies": {
"@graphql-mesh/cli": "^0.66.0",
"@graphql-mesh/cli": "^0.67.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
Expand Up @@ -18,6 +18,6 @@
"graphql": "^16.3.0"
},
"devDependencies": {
"esbuild": "^0.14.29"
"esbuild": "0.14.37"
}
}

0 comments on commit 351d908

Please sign in to comment.