Skip to content

Commit

Permalink
chore(deps-dev): update development dependencies (#1070)
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 13, 2025
1 parent 7a704c6 commit beaac00
Show file tree
Hide file tree
Showing 8 changed files with 164 additions and 164 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.48.0
uses: bufbuild/buf-setup-action@v1.49.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.48.0
uses: bufbuild/buf-setup-action@v1.49.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.5.0
23.6.0
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": "[email protected].2",
"packageManager": "[email protected].3",
"engines": {
"node": "23.5.0",
"pnpm": "9.15.2"
"node": "23.6.0",
"pnpm": "9.15.3"
},
"scripts": {
"all:parallel": "concurrently --group --prefix=none",
Expand Down Expand Up @@ -53,12 +53,12 @@
"devDependencies": {
"@arethetypeswrong/cli": "0.17.2",
"@eslint/js": "9.17.0",
"@microsoft/api-documenter": "7.26.3",
"@microsoft/api-extractor": "7.48.1",
"@microsoft/api-documenter": "7.26.5",
"@microsoft/api-extractor": "7.49.1",
"@tsconfig/node18": "18.2.4",
"@tsconfig/strictest": "2.0.5",
"@types/eslint__js": "8.42.3",
"@types/node": "18.19.69",
"@types/node": "18.19.70",
"@vitest/eslint-plugin": "1.1.24",
"concurrently": "9.1.2",
"depcheck": "1.4.7",
Expand All @@ -70,7 +70,7 @@
"prettier-plugin-pkg": "0.18.1",
"ts-proto": "2.6.1",
"tsx": "4.19.2",
"typescript": "5.7.2",
"typescript-eslint": "8.19.0"
"typescript": "5.7.3",
"typescript-eslint": "8.19.1"
}
}
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.2"
"@types/react": "19.0.4"
},
"publishConfig": {
"access": "public",
Expand Down
Loading

0 comments on commit beaac00

Please sign in to comment.