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] authored Oct 17, 2024
1 parent c4b6cb5 commit 7108dd6
Show file tree
Hide file tree
Showing 7 changed files with 515 additions and 507 deletions.
6 changes: 3 additions & 3 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"@ddadaal/tsgrpc-client": "workspace:*",
"@ddadaal/tsgrpc-common": "workspace:*",
"@ddadaal/tsgrpc-server": "workspace:*",
"@grpc/grpc-js": "1.11.1",
"@bufbuild/protobuf": "2.0.0"
"@grpc/grpc-js": "1.12.2",
"@bufbuild/protobuf": "2.2.0"
},
"devDependencies": {
"@ddadaal/tsgrpc-cli": "workspace:*",
"tslib": "2.6.3"
"tslib": "2.8.0"
}
}
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.27.7",
"@changesets/cli": "2.27.9",
"@ddadaal/eslint-config": "2.1.0",
"@types/jest": "29.5.12",
"@types/node": "22.4.0",
"@typescript-eslint/eslint-plugin": "8.1.0",
"@typescript-eslint/parser": "8.1.0",
"eslint": "9.9.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.29.1",
"@types/jest": "29.5.13",
"@types/node": "22.7.6",
"@typescript-eslint/eslint-plugin": "8.9.0",
"@typescript-eslint/parser": "8.9.0",
"eslint": "9.12.0",
"eslint-import-resolver-typescript": "3.6.3",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-simple-import-sort": "12.1.1",
"jest": "29.7.0",
"jest-extended": "4.0.2",
"rimraf": "6.0.1",
"ts-jest": "29.2.4",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"tsc-alias": "1.8.10",
"typescript": "5.5.4"
"typescript": "5.6.3"
},
"packageManager": "pnpm@9.7.1"
"packageManager": "pnpm@9.12.2"
}
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"glob": "11.0.0",
"grpc-tools": "1.12.4",
"rimraf": "6.0.1",
"ts-proto": "2.0.2",
"tslib": "2.6.3",
"ts-proto": "2.2.4",
"tslib": "2.8.0",
"yargs": "17.7.2",
"zod": "3.23.8"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"license": "MIT",
"dependencies": {
"@ddadaal/tsgrpc-common": "workspace:*",
"tslib": "2.6.3"
"tslib": "2.8.0"
},
"peerDependencies": {
"@grpc/grpc-js": ">=1.7.0"
},
"devDependencies": {
"@grpc/grpc-js": "1.11.1"
"@grpc/grpc-js": "1.12.2"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
},
"license": "MIT",
"dependencies": {
"tslib": "2.6.3"
"tslib": "2.8.0"
},
"devDependencies": {
"@grpc/grpc-js": "1.11.1"
"@grpc/grpc-js": "1.12.2"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 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": "9.3.2",
"tslib": "2.6.3"
"pino": "9.5.0",
"tslib": "2.8.0"
},
"peerDependencies": {
"@grpc/grpc-js": ">=1.7.0"
},
"devDependencies": {
"@grpc/grpc-js": "1.11.1"
"@grpc/grpc-js": "1.12.2"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 7108dd6

Please sign in to comment.