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 20, 2024
1 parent 8bbded1 commit 5b7bcb9
Show file tree
Hide file tree
Showing 8 changed files with 202 additions and 201 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
377 changes: 189 additions & 188 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion private/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"devDependencies": {
"@types/semver": "7.5.8",
"date-fns": "3.6.0",
"execa": "9.3.1",
"execa": "9.4.0",
"prettier": "3.3.3",
"semver": "7.6.3",
"yaml": "2.5.1",
Expand Down
6 changes: 3 additions & 3 deletions private/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
"@opentelemetry/semantic-conventions": "1.27.0",
"@testing-library/react": "16.0.1",
"@testing-library/user-event": "14.5.2",
"@types/react": "18.3.5",
"@types/react": "18.3.7",
"@types/semver": "7.5.8",
"eslint-plugin-vitest": "0.4.1",
"jose": "5.8.0",
"jose": "5.9.2",
"jsdom": "25.0.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"semver": "7.6.3",
"vitest": "2.1.0"
"vitest": "2.1.1"
}
}

0 comments on commit 5b7bcb9

Please sign in to comment.