Skip to content

Commit d22a8a6

Browse files
authored
Merge branch 'main' into cli-header-followups
2 parents e27600c + eaf16a7 commit d22a8a6

File tree

3 files changed

+92
-3
lines changed

3 files changed

+92
-3
lines changed

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
"react-simple-code-editor": "^0.14.1",
4949
"serve-handler": "^6.1.6",
5050
"tailwind-merge": "^2.5.3",
51-
"tailwindcss-animate": "^1.0.7",
5251
"zod": "^3.25.76"
5352
},
5453
"devDependencies": {
@@ -72,6 +71,7 @@
7271
"jest-environment-jsdom": "^29.7.0",
7372
"postcss": "^8.5.6",
7473
"tailwindcss": "^3.4.13",
74+
"tailwindcss-animate": "^1.0.7",
7575
"ts-jest": "^29.4.0",
7676
"typescript": "^5.5.3",
7777
"typescript-eslint": "^8.38.0",

client/src/lib/hooks/useConnection.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ export function useConnection({
167167
// Add progress notification to `Server Notification` window in the UI
168168
if (onNotification) {
169169
onNotification({
170-
method: "notification/progress",
170+
method: "notifications/progress",
171171
params,
172172
});
173173
}

0 commit comments

Comments
 (0)