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 Jan 4, 2025
1 parent 69c41d8 commit 3783dee
Show file tree
Hide file tree
Showing 9 changed files with 232 additions and 256 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v4

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-protos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4

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

Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
23.3.0
23.5.0
26 changes: 13 additions & 13 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.14.4",
"packageManager": "pnpm@9.15.2",
"engines": {
"node": "23.3.0",
"pnpm": "9.14.4"
"node": "23.5.0",
"pnpm": "9.15.2"
},
"scripts": {
"all:parallel": "concurrently --group --prefix=none",
Expand Down Expand Up @@ -51,26 +51,26 @@
"test:servers:stop": "pnpm run --filter=./private/test test:servers:stop"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.0",
"@eslint/js": "9.16.0",
"@microsoft/api-documenter": "7.26.1",
"@microsoft/api-extractor": "7.48.0",
"@arethetypeswrong/cli": "0.17.2",
"@eslint/js": "9.17.0",
"@microsoft/api-documenter": "7.26.3",
"@microsoft/api-extractor": "7.48.1",
"@tsconfig/node18": "18.2.4",
"@tsconfig/strictest": "2.0.5",
"@types/eslint__js": "8.42.3",
"@types/node": "18.19.67",
"@vitest/eslint-plugin": "1.1.14",
"concurrently": "9.1.0",
"@types/node": "18.19.69",
"@vitest/eslint-plugin": "1.1.23",
"concurrently": "9.1.2",
"depcheck": "1.4.7",
"eslint": "9.16.0",
"eslint": "9.17.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-react-hooks": "5.1.0",
"eslint-plugin-tsdoc": "0.4.0",
"prettier": "3.4.2",
"prettier-plugin-pkg": "0.18.1",
"ts-proto": "2.5.0",
"ts-proto": "2.6.1",
"tsx": "4.19.2",
"typescript": "5.7.2",
"typescript-eslint": "8.17.0"
"typescript-eslint": "8.19.0"
}
}
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"use-deep-compare-effect": "^1.8.1"
},
"devDependencies": {
"@types/react": "19.0.0"
"@types/react": "19.0.2"
},
"publishConfig": {
"access": "public",
Expand Down
Loading

0 comments on commit 3783dee

Please sign in to comment.