Skip to content

Commit

Permalink
upupdate dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ddadaal committed Aug 18, 2024
1 parent 4c3191f commit 9200567
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 168 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 20.x
cache: pnpm

- name: Install dependencies
Expand Down
12 changes: 6 additions & 6 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@
"url": "https://github.com/ddadaal/tsgrpc/issues"
},
"dependencies": {
"glob": "10.3.10",
"glob": "11.0.0",
"grpc-tools": "1.12.4",
"rimraf": "5.0.5",
"ts-proto": "1.164.0",
"tslib": "2.6.2",
"rimraf": "6.0.1",
"ts-proto": "2.0.2",
"tslib": "2.6.3",
"yargs": "17.7.2",
"zod": "3.22.4"
"zod": "3.23.8"
},
"devDependencies": {
"@types/yargs": "17.0.31"
"@types/yargs": "17.0.33"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 9200567

Please sign in to comment.