Skip to content

Commit

Permalink
chore(deps-dev): update development dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 29, 2024
1 parent 67874f6 commit 7d8a486
Show file tree
Hide file tree
Showing 5 changed files with 166 additions and 180 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Buf
uses: bufbuild/buf-setup-action@v1.34.0
uses: bufbuild/buf-setup-action@v1.35.1
with:
github_token: ${{ github.token }}

Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "cerbos-sdk-javascript",
"private": true,
"packageManager": "pnpm@9.5.0",
"packageManager": "pnpm@9.6.0",
"engines": {
"node": "22.5.1",
"pnpm": "9.5.0"
"pnpm": "9.6.0"
},
"scripts": {
"all:parallel": "concurrently --group --prefix=none",
Expand Down Expand Up @@ -51,13 +51,13 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.15.3",
"@microsoft/api-documenter": "7.25.7",
"@microsoft/api-extractor": "7.47.2",
"@microsoft/api-documenter": "7.25.8",
"@microsoft/api-extractor": "7.47.3",
"@tsconfig/node18": "18.2.4",
"@tsconfig/strictest": "2.0.5",
"@types/node": "18.19.41",
"@typescript-eslint/eslint-plugin": "7.16.1",
"@typescript-eslint/parser": "7.16.1",
"@types/node": "18.19.42",
"@typescript-eslint/eslint-plugin": "7.17.0",
"@typescript-eslint/parser": "7.17.0",
"concurrently": "8.2.2",
"depcheck": "1.4.7",
"eslint": "8.57.0",
Expand All @@ -67,6 +67,6 @@
"prettier-plugin-pkg": "0.18.1",
"ts-proto": "1.181.1",
"tsx": "4.16.2",
"typescript": "5.5.3"
"typescript": "5.5.4"
}
}
Loading

0 comments on commit 7d8a486

Please sign in to comment.