Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwgillespie committed Sep 30, 2024
1 parent e41b97c commit fc55caa
Show file tree
Hide file tree
Showing 6 changed files with 2,395 additions and 2,482 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: 8.x.x
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm fmt:check
- run: pnpm type-check
- run: pnpm lint
- run: pnpm build
21 changes: 10 additions & 11 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,17 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@bufbuild/protobuf": "^1.8.0",
"@cloudflare/workers-types": "^4.20240405.0",
"@connectrpc/connect": "^1.4.0",
"@connectrpc/connect-node": "^1.4.0"
"@bufbuild/protobuf": "1.10.0",
"@cloudflare/workers-types": "^4.20240925.0",
"@connectrpc/connect": "^1.5.0",
"@connectrpc/connect-node": "^1.5.0"
},
"devDependencies": {
"@bufbuild/protoc-gen-es": "^1.8.0",
"@connectrpc/protoc-gen-connect-es": "^1.4.0",
"@types/node": "^20.12.7",
"esbuild": "^0.20.2",
"tsx": "^4.7.2",
"typescript": "^5.4.5",
"wrangler": "^3.50.0"
"@bufbuild/protoc-gen-es": "1.10.0",
"@connectrpc/protoc-gen-connect-es": "^1.5.0",
"@types/node": "^22.7.4",
"tsx": "^4.19.1",
"typescript": "^5.6.2",
"wrangler": "^3.78.12"
}
}
Loading

0 comments on commit fc55caa

Please sign in to comment.