Skip to content

Commit

Permalink
Merge pull request #11 from depot/update
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwgillespie authored Sep 5, 2024
2 parents ad85d94 + b837455 commit 0e0424c
Show file tree
Hide file tree
Showing 10 changed files with 1,353 additions and 967 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ jobs:
- uses: actions/checkout@v4

- uses: pnpm/action-setup@v4
with:
version: 8.x.x

- uses: actions/setup-node@v4
with:
Expand Down
29 changes: 15 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"homepage": "https://github.com/depot/sdk-node",
"author": "Jacob Gillespie <[email protected]>",
"license": "MIT",
"packageManager": "[email protected]",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand All @@ -27,22 +28,22 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@bufbuild/protobuf": "^1.3.0",
"@connectrpc/connect": "^0.13.1",
"@connectrpc/connect-node": "^0.13.1"
"@bufbuild/protobuf": "1.10.0",
"@connectrpc/connect": "^1.4.0",
"@connectrpc/connect-node": "^1.4.0"
},
"devDependencies": {
"@bufbuild/protoc-gen-es": "^1.3.0",
"@connectrpc/protoc-gen-connect-es": "^0.13.1",
"@tsconfig/node18": "^18.2.1",
"@types/node": "^20.5.3",
"esbuild": "^0.19.2",
"esbuild-register": "^3.4.2",
"prettier": "^3.0.2",
"prettier-plugin-organize-imports": "^3.2.3",
"prettier-plugin-pkg": "^0.18.0",
"tsup": "^7.2.0",
"typescript": "^5.1.6"
"@bufbuild/protoc-gen-es": "1.10.0",
"@connectrpc/protoc-gen-connect-es": "^1.4.0",
"@tsconfig/node18": "^18.2.4",
"@types/node": "^22.5.4",
"esbuild": "^0.23.1",
"esbuild-register": "^3.6.0",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.0.0",
"prettier-plugin-pkg": "^0.18.1",
"tsup": "^8.2.4",
"typescript": "^5.5.4"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 0e0424c

Please sign in to comment.