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 18, 2023
1 parent e7723d4 commit de7aa3e
Show file tree
Hide file tree
Showing 6 changed files with 214 additions and 302 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"@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/node": "18.17.6",
"@typescript-eslint/eslint-plugin": "6.4.0",
"@typescript-eslint/parser": "6.4.0",
"eslint": "8.47.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-extended": "4.0.1",
Expand Down
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.1"
},
"devDependencies": {
"@types/yargs": "17.0.24"
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"license": "MIT",
"dependencies": {
"@ddadaal/tsgrpc-common": "workspace:*",
"tslib": "2.6.1"
"tslib": "2.6.2"
},
"peerDependencies": {
"@grpc/grpc-js": ">=1.7.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"license": "MIT",
"dependencies": {
"tslib": "2.6.1"
"tslib": "2.6.2"
},
"devDependencies": {
"@grpc/grpc-js": "1.9.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"@ddadaal/tsgrpc-common": "workspace:*",
"pino": "8.15.0",
"tslib": "2.6.1"
"tslib": "2.6.2"
},
"peerDependencies": {
"@grpc/grpc-js": ">=1.7.0"
Expand Down
Loading

0 comments on commit de7aa3e

Please sign in to comment.