Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore: update dependencies #122

Merged
merged 7 commits into from
Dec 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"esbenp.prettier-vscode",
"dbaeumer.vscode-eslint",
"mathiasfrohlich.kotlin",
"dart-code.dart-code",
"dart-code.flutter",
"rust-lang.rust-analyzer",
"tamasfe.even-better-toml",
Expand Down
1 change: 1 addition & 0 deletions languages/dart/dart-client/lib/request.dart
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ Future<http.Response> arriRequest(
result = await client.delete(Uri.parse(url),
headers: finalHeaders, encoding: encoding, body: bodyInput);
break;
// ignore: unreachable_switch_default
default:
throw ArriError.fromResponse(result);
}
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,35 +49,35 @@
},
"private": true,
"devDependencies": {
"@eslint/js": "9.16.0",
"@eslint/js": "9.17.0",
"@sinclair/typebox": "^0.34.11",
"@types/lodash": "^4.17.13",
"@types/node": "22.10.1",
"@types/node": "22.10.2",
"@vitest/coverage-v8": "2.1.8",
"@vitest/ui": "2.1.8",
"autocannon": "^8.0.0",
"bun-types": "^1.1.38",
"citty": "^0.1.6",
"depcheck": "^1.4.7",
"esbuild": "0.24.0",
"eslint": "9.16.0",
"eslint": "9.17.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-n": "^17.14.0",
"eslint-plugin-n": "^17.15.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"globby": "^14.0.2",
"jiti": "^2.4.1",
"lodash": "^4.17.21",
"nx": "20.2.1",
"nx": "20.2.2",
"pathe": "^1.1.2",
"prettier": "^3.4.2",
"scule": "^1.3.0",
"start-server-and-test": "^2.0.8",
"typescript": "5.5.4",
"typescript-eslint": "^8.17.0",
"unbuild": "^2.0.0",
"start-server-and-test": "^2.0.9",
"typescript": "5.7.2",
"typescript-eslint": "^8.18.0",
"unbuild": "^3.0.1",
"vite": "6.0.3",
"vitest": "2.1.8",
"zod": "^3.23.8"
"zod": "^3.24.1"
},
"nx": {
"includedScripts": []
Expand Down
2 changes: 1 addition & 1 deletion playground/go/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "go-playground",
"devDependencies": {
"@types/node": "22.10.1",
"@types/node": "22.10.2",
"arri": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion playground/ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@arrirpc/server": "workspace:*"
},
"devDependencies": {
"@types/node": "22.10.1",
"@types/node": "22.10.2",
"arri": "workspace:*"
},
"private": true
Expand Down
Loading
Loading