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] authored Aug 28, 2023
1 parent e7723d4 commit 9e12abd
Show file tree
Hide file tree
Showing 7 changed files with 615 additions and 627 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.0",
"@grpc/grpc-js": "1.9.1",
"long": "^5.2.3",
"protobufjs": "^7.2.3"
},
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@
"devDependencies": {
"@changesets/cli": "2.26.2",
"@ddadaal/eslint-config": "1.9.0",
"@types/jest": "29.5.3",
"@types/node": "18.17.3",
"@typescript-eslint/eslint-plugin": "6.2.1",
"@typescript-eslint/parser": "6.2.1",
"eslint": "8.46.0",
"eslint-import-resolver-typescript": "3.5.5",
"eslint-plugin-import": "2.28.0",
"@types/jest": "29.5.4",
"@types/node": "18.17.12",
"@typescript-eslint/eslint-plugin": "6.4.1",
"@typescript-eslint/parser": "6.4.1",
"eslint": "8.48.0",
"eslint-import-resolver-typescript": "3.6.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-simple-import-sort": "10.0.0",
"jest": "29.6.2",
"jest": "29.6.4",
"jest-extended": "4.0.1",
"rimraf": "5.0.1",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"tsc-alias": "1.8.7",
"typescript": "5.1.6"
"typescript": "5.2.2"
},
"packageManager": "pnpm@8.6.12"
"packageManager": "pnpm@8.7.0"
}
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"glob": "10.3.3",
"grpc-tools": "1.12.4",
"rimraf": "5.0.1",
"ts-proto": "1.156.2",
"tslib": "2.6.1",
"ts-proto": "1.156.7",
"tslib": "2.6.2",
"yargs": "17.7.2",
"zod": "3.21.4"
"zod": "3.22.2"
},
"devDependencies": {
"@types/yargs": "17.0.24"
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.1"
"tslib": "2.6.2"
},
"peerDependencies": {
"@grpc/grpc-js": ">=1.7.0"
},
"devDependencies": {
"@grpc/grpc-js": "1.9.0"
"@grpc/grpc-js": "1.9.1"
},
"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.1"
"tslib": "2.6.2"
},
"devDependencies": {
"@grpc/grpc-js": "1.9.0"
"@grpc/grpc-js": "1.9.1"
},
"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 @@ -17,13 +17,13 @@
"dependencies": {
"@ddadaal/tsgrpc-common": "workspace:*",
"pino": "8.15.0",
"tslib": "2.6.1"
"tslib": "2.6.2"
},
"peerDependencies": {
"@grpc/grpc-js": ">=1.7.0"
},
"devDependencies": {
"@grpc/grpc-js": "1.9.0"
"@grpc/grpc-js": "1.9.1"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 9e12abd

Please sign in to comment.