Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 13, 2023
1 parent ea837e0 commit 774b406
Show file tree
Hide file tree
Showing 7 changed files with 340 additions and 447 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Expand Up @@ -18,7 +18,7 @@
"@ddadaal/tsgrpc-client": "workspace:*",
"@ddadaal/tsgrpc-server": "workspace:*",
"@ddadaal/tsgrpc-common": "workspace:*",
"@grpc/grpc-js": "1.7.3",
"@grpc/grpc-js": "1.8.4",
"long": "*",
"protobufjs": "*"
},
Expand Down
28 changes: 14 additions & 14 deletions package.json
Expand Up @@ -8,23 +8,23 @@
"publish": "pnpm --filter \"!tsgrpc-example\" publish"
},
"devDependencies": {
"@changesets/cli": "2.25.2",
"@ddadaal/eslint-config": "1.8.0",
"@types/jest": "29.2.3",
"@types/node": "18.11.9",
"@typescript-eslint/eslint-plugin": "5.43.0",
"@typescript-eslint/parser": "5.43.0",
"eslint": "8.27.0",
"eslint-import-resolver-typescript": "3.5.2",
"eslint-plugin-import": "2.26.0",
"@changesets/cli": "2.26.0",
"@ddadaal/eslint-config": "1.9.0",
"@types/jest": "29.2.5",
"@types/node": "18.11.18",
"@typescript-eslint/eslint-plugin": "5.48.1",
"@typescript-eslint/parser": "5.48.1",
"eslint": "8.31.0",
"eslint-import-resolver-typescript": "3.5.3",
"eslint-plugin-import": "2.27.4",
"eslint-plugin-simple-import-sort": "8.0.0",
"jest": "29.3.1",
"jest-extended": "3.1.0",
"jest-extended": "3.2.3",
"rimraf": "3.0.2",
"ts-jest": "29.0.3",
"ts-jest": "29.0.5",
"ts-node": "10.9.1",
"tsc-alias": "1.7.1",
"typescript": "4.9.3"
"tsc-alias": "1.8.2",
"typescript": "4.9.4"
},
"packageManager": "pnpm@7.16.1"
"packageManager": "pnpm@7.25.0"
}
8 changes: 4 additions & 4 deletions packages/cli/package.json
Expand Up @@ -22,17 +22,17 @@
},
"dependencies": {
"glob": "8.0.3",
"grpc-tools": "1.11.3",
"grpc-tools": "1.12.3",
"rimraf": "3.0.2",
"ts-proto": "1.132.1",
"ts-proto": "1.138.0",
"tslib": "2.4.1",
"yargs": "17.6.2",
"zod": "3.19.1"
"zod": "3.20.2"
},
"devDependencies": {
"@types/glob": "8.0.0",
"@types/rimraf": "3.0.2",
"@types/yargs": "17.0.13"
"@types/yargs": "17.0.19"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Expand Up @@ -20,7 +20,7 @@
"@grpc/grpc-js": ">=1.7.0"
},
"devDependencies": {
"@grpc/grpc-js": "1.7.3"
"@grpc/grpc-js": "1.8.4"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Expand Up @@ -17,7 +17,7 @@
"tslib": "2.4.1"
},
"devDependencies": {
"@grpc/grpc-js": "1.7.3"
"@grpc/grpc-js": "1.8.4"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/server/package.json
Expand Up @@ -15,15 +15,15 @@
},
"license": "MIT",
"dependencies": {
"pino": "8.7.0",
"pino": "8.8.0",
"tslib": "2.4.1",
"@ddadaal/tsgrpc-common": "workspace:*"
},
"peerDependencies": {
"@grpc/grpc-js": ">=1.7.0"
},
"devDependencies": {
"@grpc/grpc-js": "1.7.3"
"@grpc/grpc-js": "1.8.4"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 774b406

Please sign in to comment.