Skip to content

Commit

Permalink
Upgrade all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwgillespie committed Nov 24, 2023
1 parent 5f9ef53 commit d223d2b
Show file tree
Hide file tree
Showing 2 changed files with 456 additions and 119 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,27 +32,27 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@grpc/grpc-js": "^1.9.8",
"@grpc/grpc-js": "^1.9.11",
"@protobuf-ts/grpc-transport": "^2.9.1",
"@protobuf-ts/runtime": "^2.9.1",
"@protobuf-ts/runtime-rpc": "^2.9.1",
"protobufjs": "^7.2.5"
},
"devDependencies": {
"@bufbuild/protobuf": "^1.4.1",
"@bufbuild/protoc-gen-es": "^1.4.1",
"@bufbuild/protobuf": "^1.4.2",
"@bufbuild/protoc-gen-es": "^1.4.2",
"@connectrpc/connect": "^1.1.3",
"@connectrpc/connect-node": "^1.1.3",
"@connectrpc/protoc-gen-connect-es": "^1.1.3",
"@protobuf-ts/plugin": "^2.9.1",
"@tsconfig/node16": "^16.1.1",
"@types/node": "^20.8.9",
"prettier": "^3.0.3",
"prettier-plugin-organize-imports": "^3.2.3",
"@types/node": "^20.10.0",
"prettier": "^3.1.0",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-pkg": "^0.18.0",
"tsup": "^7.2.0",
"tsx": "^3.14.0",
"typescript": "^5.2.2"
"tsup": "^8.0.1",
"tsx": "^4.5.0",
"typescript": "^5.3.2"
},
"sideEffects": false,
"prettier": {
Expand Down
Loading

0 comments on commit d223d2b

Please sign in to comment.