Skip to content

Commit

Permalink
chore(deps-dev): update development dependencies (#1007)
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] committed Sep 20, 2024
1 parent 8bbded1 commit 8b1c56a
Show file tree
Hide file tree
Showing 8 changed files with 209 additions and 208 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.41.0
uses: bufbuild/buf-setup-action@v1.42.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 @@
22.8.0
22.9.0
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"packageManager": "[email protected]",
"engines": {
"node": "22.8.0",
"node": "22.9.0",
"pnpm": "9.10.0"
},
"scripts": {
Expand Down Expand Up @@ -50,17 +50,17 @@
"test:servers:stop": "pnpm run --filter=./private/test test:servers:stop"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.15.4",
"@arethetypeswrong/cli": "0.16.4",
"@microsoft/api-documenter": "7.25.14",
"@microsoft/api-extractor": "7.47.9",
"@tsconfig/node18": "18.2.4",
"@tsconfig/strictest": "2.0.5",
"@types/node": "18.19.50",
"@typescript-eslint/eslint-plugin": "8.5.0",
"@typescript-eslint/parser": "8.5.0",
"@typescript-eslint/eslint-plugin": "8.6.0",
"@typescript-eslint/parser": "8.6.0",
"concurrently": "9.0.1",
"depcheck": "1.4.7",
"eslint": "8.57.0",
"eslint": "8.57.1",
"eslint-plugin-import": "2.30.0",
"eslint-plugin-tsdoc": "0.3.0",
"prettier": "3.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"qs": "^6.13.0"
},
"devDependencies": {
"@types/qs": "6.9.15"
"@types/qs": "6.9.16"
},
"publishConfig": {
"access": "public",
Expand Down
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": "18.3.5",
"@types/react": "18.3.7",
"eslint-plugin-react-hooks": "4.6.2"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit 8b1c56a

Please sign in to comment.