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 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" : {
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" ,
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments