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 Dec 8, 2022
1 parent ea837e0 commit ad34c18
Show file tree
Hide file tree
Showing 7 changed files with 194 additions and 286 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.0",
"long": "*",
"protobufjs": "*"
},
Expand Down
20 changes: 10 additions & 10 deletions package.json
Expand Up @@ -9,22 +9,22 @@
},
"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",
"@ddadaal/eslint-config": "1.9.0",
"@types/jest": "29.2.4",
"@types/node": "18.11.12",
"@typescript-eslint/eslint-plugin": "5.46.0",
"@typescript-eslint/parser": "5.46.0",
"eslint": "8.29.0",
"eslint-import-resolver-typescript": "3.5.2",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-simple-import-sort": "8.0.0",
"jest": "29.3.1",
"jest-extended": "3.1.0",
"jest-extended": "3.2.0",
"rimraf": "3.0.2",
"ts-jest": "29.0.3",
"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.18.1"
}
6 changes: 3 additions & 3 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.135.0",
"tslib": "2.4.1",
"yargs": "17.6.2",
"zod": "3.19.1"
},
"devDependencies": {
"@types/glob": "8.0.0",
"@types/rimraf": "3.0.2",
"@types/yargs": "17.0.13"
"@types/yargs": "17.0.17"
},
"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.0"
},
"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.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Expand Up @@ -23,7 +23,7 @@
"@grpc/grpc-js": ">=1.7.0"
},
"devDependencies": {
"@grpc/grpc-js": "1.7.3"
"@grpc/grpc-js": "1.8.0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit ad34c18

Please sign in to comment.