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 Jun 19, 2024
1 parent b7afaf3 commit 050e2e9
Show file tree
Hide file tree
Showing 7 changed files with 1,167 additions and 760 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.10.9",
"long": "^5.2.3",
"protobufjs": "^7.2.3"
},
Expand Down
26 changes: 13 additions & 13 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.5",
"@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.12",
"@types/node": "20.14.6",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"eslint": "8.57.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",
"tsc-alias": "1.8.8",
"typescript": "5.2.2"
"rimraf": "5.0.7",
"ts-jest": "29.1.5",
"ts-node": "10.9.2",
"tsc-alias": "1.8.10",
"typescript": "5.4.5"
},
"packageManager": "pnpm@8.10.5"
"packageManager": "pnpm@8.15.8"
}
12 changes: 6 additions & 6 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@
"url": "https://github.com/ddadaal/tsgrpc/issues"
},
"dependencies": {
"glob": "10.3.10",
"glob": "10.4.2",
"grpc-tools": "1.12.4",
"rimraf": "5.0.5",
"ts-proto": "1.164.0",
"tslib": "2.6.2",
"rimraf": "5.0.7",
"ts-proto": "1.180.0",
"tslib": "2.6.3",
"yargs": "17.7.2",
"zod": "3.22.4"
"zod": "3.23.8"
},
"devDependencies": {
"@types/yargs": "17.0.31"
"@types/yargs": "17.0.32"
},
"publishConfig": {
"access": "public"
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.2"
"tslib": "2.6.3"
},
"peerDependencies": {
"@grpc/grpc-js": ">=1.7.0"
},
"devDependencies": {
"@grpc/grpc-js": "1.9.11"
"@grpc/grpc-js": "1.10.9"
},
"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.2"
"tslib": "2.6.3"
},
"devDependencies": {
"@grpc/grpc-js": "1.9.11"
"@grpc/grpc-js": "1.10.9"
},
"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": "8.16.2",
"tslib": "2.6.2"
"pino": "8.21.0",
"tslib": "2.6.3"
},
"peerDependencies": {
"@grpc/grpc-js": ">=1.7.0"
},
"devDependencies": {
"@grpc/grpc-js": "1.9.11"
"@grpc/grpc-js": "1.10.9"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 050e2e9

Please sign in to comment.