File tree Expand file tree Collapse file tree 3 files changed +92
-3
lines changed Expand file tree Collapse file tree 3 files changed +92
-3
lines changed Original file line number Diff line number Diff line change 48
48
"react-simple-code-editor" : " ^0.14.1" ,
49
49
"serve-handler" : " ^6.1.6" ,
50
50
"tailwind-merge" : " ^2.5.3" ,
51
- "tailwindcss-animate" : " ^1.0.7" ,
52
51
"zod" : " ^3.25.76"
53
52
},
54
53
"devDependencies" : {
72
71
"jest-environment-jsdom" : " ^29.7.0" ,
73
72
"postcss" : " ^8.5.6" ,
74
73
"tailwindcss" : " ^3.4.13" ,
74
+ "tailwindcss-animate" : " ^1.0.7" ,
75
75
"ts-jest" : " ^29.4.0" ,
76
76
"typescript" : " ^5.5.3" ,
77
77
"typescript-eslint" : " ^8.38.0" ,
Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ export function useConnection({
167
167
// Add progress notification to `Server Notification` window in the UI
168
168
if ( onNotification ) {
169
169
onNotification ( {
170
- method : "notification /progress" ,
170
+ method : "notifications /progress" ,
171
171
params,
172
172
} ) ;
173
173
}
You can’t perform that action at this time.
0 commit comments