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 Aug 31, 2022
1 parent 8b33c97 commit 68a061e
Show file tree
Hide file tree
Showing 5 changed files with 226 additions and 176 deletions.
18 changes: 9 additions & 9 deletions package.json
Expand Up @@ -6,23 +6,23 @@
"publish": "pnpm --filter \"!tsgrpc-example\" publish"
},
"devDependencies": {
"@changesets/cli": "2.24.3",
"@changesets/cli": "2.24.4",
"@ddadaal/eslint-config": "1.5.1",
"@types/jest": "28.1.7",
"@types/jest": "28.1.8",
"@types/node": "18.7.5",
"@typescript-eslint/eslint-plugin": "5.33.1",
"@typescript-eslint/parser": "5.33.1",
"eslint": "8.22.0",
"eslint-import-resolver-typescript": "3.4.1",
"@typescript-eslint/eslint-plugin": "5.36.1",
"@typescript-eslint/parser": "5.36.1",
"eslint": "8.23.0",
"eslint-import-resolver-typescript": "3.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-simple-import-sort": "7.0.0",
"jest": "28.1.3",
"jest-extended": "3.0.2",
"jest-extended": "3.1.0",
"rimraf": "3.0.2",
"ts-jest": "28.0.8",
"ts-node": "10.9.1",
"tsc-alias": "1.7.0",
"typescript": "4.7.4"
"typescript": "4.8.2"
},
"packageManager": "pnpm@7.1.7"
"packageManager": "pnpm@7.9.5"
}
4 changes: 2 additions & 2 deletions packages/cli/package.json
Expand Up @@ -24,13 +24,13 @@
"grpc-tools": "1.11.2",
"joi": "17.6.0",
"rimraf": "3.0.2",
"ts-proto": "1.122.0",
"ts-proto": "1.123.1",
"tslib": "2.4.0",
"yargs": "17.5.1"
},
"devDependencies": {
"@types/rimraf": "3.0.2",
"@types/yargs": "17.0.11"
"@types/yargs": "17.0.12"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/server/package.json
Expand Up @@ -17,8 +17,8 @@
},
"license": "MIT",
"dependencies": {
"@grpc/grpc-js": "1.6.10",
"pino": "8.4.1",
"@grpc/grpc-js": "1.6.12",
"pino": "8.4.2",
"tslib": "2.4.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Expand Up @@ -25,7 +25,7 @@
"@grpc/grpc-js": ">=1.4.0"
},
"devDependencies": {
"@grpc/grpc-js": "1.6.10"
"@grpc/grpc-js": "1.6.12"
},
"dependencies": {
"tslib": "2.4.0"
Expand Down

0 comments on commit 68a061e

Please sign in to comment.