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 30, 2024
1 parent b7afaf3 commit c92cc85
Show file tree
Hide file tree
Showing 7 changed files with 322 additions and 603 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@ddadaal/tsgrpc-client": "workspace:*",
"@ddadaal/tsgrpc-common": "workspace:*",
"@ddadaal/tsgrpc-server": "workspace:*",
"@grpc/grpc-js": "1.9.11",
"@grpc/grpc-js": "1.9.14",
"long": "^5.2.3",
"protobufjs": "^7.2.3"
},
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,23 @@
"publish": "pnpm --filter \"!tsgrpc-example\" publish"
},
"devDependencies": {
"@changesets/cli": "2.26.2",
"@changesets/cli": "2.27.1",
"@ddadaal/eslint-config": "1.9.0",
"@types/jest": "29.5.8",
"@types/node": "20.9.1",
"@typescript-eslint/eslint-plugin": "6.11.0",
"@typescript-eslint/parser": "6.11.0",
"eslint": "8.54.0",
"@types/jest": "29.5.11",
"@types/node": "20.11.11",
"@typescript-eslint/eslint-plugin": "6.20.0",
"@typescript-eslint/parser": "6.20.0",
"eslint": "8.56.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-simple-import-sort": "10.0.0",
"jest": "29.7.0",
"jest-extended": "4.0.2",
"rimraf": "5.0.5",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"ts-jest": "29.1.2",
"ts-node": "10.9.2",
"tsc-alias": "1.8.8",
"typescript": "5.2.2"
"typescript": "5.3.3"
},
"packageManager": "pnpm@8.10.5"
"packageManager": "pnpm@8.15.1"
}
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
"glob": "10.3.10",
"grpc-tools": "1.12.4",
"rimraf": "5.0.5",
"ts-proto": "1.164.0",
"ts-proto": "1.167.2",
"tslib": "2.6.2",
"yargs": "17.7.2",
"zod": "3.22.4"
},
"devDependencies": {
"@types/yargs": "17.0.31"
"@types/yargs": "17.0.32"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@grpc/grpc-js": ">=1.7.0"
},
"devDependencies": {
"@grpc/grpc-js": "1.9.11"
"@grpc/grpc-js": "1.9.14"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"tslib": "2.6.2"
},
"devDependencies": {
"@grpc/grpc-js": "1.9.11"
"@grpc/grpc-js": "1.9.14"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
"license": "MIT",
"dependencies": {
"@ddadaal/tsgrpc-common": "workspace:*",
"pino": "8.16.2",
"pino": "8.17.2",
"tslib": "2.6.2"
},
"peerDependencies": {
"@grpc/grpc-js": ">=1.7.0"
},
"devDependencies": {
"@grpc/grpc-js": "1.9.11"
"@grpc/grpc-js": "1.9.14"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit c92cc85

Please sign in to comment.