Skip to content

Commit 3757897

Browse files
chore(deps-dev): update development dependencies (#954)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7544a40 commit 3757897

File tree

5 files changed

+173
-159
lines changed

5 files changed

+173
-159
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v4
1818

1919
- name: Install Buf
20-
uses: bufbuild/[email protected].0
20+
uses: bufbuild/[email protected].1
2121
with:
2222
github_token: ${{ github.token }}
2323

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "cerbos-sdk-javascript",
33
"private": true,
4-
"packageManager": "[email protected].1",
4+
"packageManager": "[email protected].2",
55
"engines": {
66
"node": "22.2.0",
7-
"pnpm": "9.1.1"
7+
"pnpm": "9.1.2"
88
},
99
"scripts": {
1010
"all:parallel": "concurrently --group --prefix=none",
@@ -51,22 +51,22 @@
5151
},
5252
"devDependencies": {
5353
"@arethetypeswrong/cli": "0.15.3",
54-
"@microsoft/api-documenter": "7.24.8",
55-
"@microsoft/api-extractor": "7.43.7",
54+
"@microsoft/api-documenter": "7.24.11",
55+
"@microsoft/api-extractor": "7.44.1",
5656
"@tsconfig/node18": "18.2.4",
5757
"@tsconfig/strictest": "2.0.5",
5858
"@types/node": "18.19.33",
59-
"@typescript-eslint/eslint-plugin": "7.9.0",
60-
"@typescript-eslint/parser": "7.9.0",
59+
"@typescript-eslint/eslint-plugin": "7.10.0",
60+
"@typescript-eslint/parser": "7.10.0",
6161
"concurrently": "8.2.2",
6262
"depcheck": "1.4.7",
6363
"eslint": "8.57.0",
6464
"eslint-plugin-import": "2.29.1",
6565
"eslint-plugin-tsdoc": "0.2.17",
6666
"prettier": "3.2.5",
6767
"prettier-plugin-pkg": "0.18.1",
68-
"ts-proto": "1.176.0",
69-
"tsx": "4.10.4",
68+
"ts-proto": "1.176.1",
69+
"tsx": "4.11.0",
7070
"typescript": "5.4.5"
7171
}
7272
}

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"use-deep-compare-effect": "^1.8.1"
5757
},
5858
"devDependencies": {
59-
"@types/react": "18.3.2",
59+
"@types/react": "18.3.3",
6060
"eslint-plugin-react-hooks": "4.6.2"
6161
},
6262
"publishConfig": {

0 commit comments

Comments
 (0)