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 Jan 16, 2025
1 parent c4b6cb5 commit 82618fa
Show file tree
Hide file tree
Showing 7 changed files with 1,310 additions and 875 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.5",
"@bufbuild/protobuf": "2.2.3"
},
"devDependencies": {
"@ddadaal/tsgrpc-cli": "workspace:*",
"tslib": "2.6.3"
"tslib": "2.8.1"
}
}
24 changes: 12 additions & 12 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",
"@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",
"@changesets/cli": "2.27.11",
"@ddadaal/eslint-config": "2.3.0",
"@types/jest": "29.5.14",
"@types/node": "22.10.7",
"@typescript-eslint/eslint-plugin": "8.20.0",
"@typescript-eslint/parser": "8.20.0",
"eslint": "9.18.0",
"eslint-import-resolver-typescript": "3.7.0",
"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.7.3"
},
"packageManager": "pnpm@9.7.1"
"packageManager": "pnpm@9.15.4"
}
8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
"url": "https://github.com/ddadaal/tsgrpc/issues"
},
"dependencies": {
"glob": "11.0.0",
"glob": "11.0.1",
"grpc-tools": "1.12.4",
"rimraf": "6.0.1",
"ts-proto": "2.0.2",
"tslib": "2.6.3",
"ts-proto": "2.6.1",
"tslib": "2.8.1",
"yargs": "17.7.2",
"zod": "3.23.8"
"zod": "3.24.1"
},
"devDependencies": {
"@types/yargs": "17.0.33"
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.1"
},
"peerDependencies": {
"@grpc/grpc-js": ">=1.7.0"
},
"devDependencies": {
"@grpc/grpc-js": "1.11.1"
"@grpc/grpc-js": "1.12.5"
},
"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.1"
},
"devDependencies": {
"@grpc/grpc-js": "1.11.1"
"@grpc/grpc-js": "1.12.5"
},
"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.6.0",
"tslib": "2.8.1"
},
"peerDependencies": {
"@grpc/grpc-js": ">=1.7.0"
},
"devDependencies": {
"@grpc/grpc-js": "1.11.1"
"@grpc/grpc-js": "1.12.5"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 82618fa

Please sign in to comment.