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] committed Sep 19, 2024
1 parent 8bbded1 commit b3ceb50
Show file tree
Hide file tree
Showing 7 changed files with 183 additions and 189 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
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
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.2",
"@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.6",
"eslint-plugin-react-hooks": "4.6.2"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit b3ceb50

Please sign in to comment.