Skip to content

Commit

Permalink
bump grpc stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkav committed Apr 5, 2024
1 parent 890f1c3 commit f165a8d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/insomnia-smoke-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"test:cli": "concurrently --names server,cli --success first --kill-others \"esr server/index.ts\" \"npm run cli\""
},
"devDependencies": {
"@grpc/grpc-js": "^1.6.7",
"@grpc/proto-loader": "^0.7.7",
"@grpc/grpc-js": "^1.10.6",
"@grpc/proto-loader": "^0.7.12",
"@jest/globals": "^29.7.0",
"@playwright/test": "1.42.1",
"@ravanallc/grpc-server-reflection": "^0.1.6",
Expand Down
10 changes: 5 additions & 5 deletions packages/insomnia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
"dependencies": {
"@apideck/better-ajv-errors": "^0.3.6",
"@apidevtools/swagger-parser": "10.1.0",
"@bufbuild/protobuf": "^1.4.1",
"@connectrpc/connect": "^1.1.3",
"@connectrpc/connect-node": "^1.1.3",
"@bufbuild/protobuf": "^1.8.0",
"@connectrpc/connect": "^1.4.0",
"@connectrpc/connect-node": "^1.4.0",
"@getinsomnia/node-libcurl": "^2.4.1-9",
"@grpc/grpc-js": "^1.8.17",
"@grpc/proto-loader": "^0.7.7",
"@grpc/grpc-js": "^1.10.6",
"@grpc/proto-loader": "^0.7.12",
"@jest/globals": "^29.7.0",
"@seald-io/nedb": "^4.0.4",
"@segment/analytics-node": "1.0.0",
Expand Down

0 comments on commit f165a8d

Please sign in to comment.