File tree Expand file tree Collapse file tree 4 files changed +55
-289
lines changed
src/components/VncConsole Expand file tree Collapse file tree 4 files changed +55
-289
lines changed Original file line number Diff line number Diff line change 3333 "tag" : " prerelease"
3434 },
3535 "dependencies" : {
36- "@novnc/novnc" : " ^1.3 .0" ,
36+ "@novnc/novnc" : " ^1.5 .0" ,
3737 "@patternfly/react-core" : " ^5.0.0" ,
3838 "@patternfly/react-styles" : " ^5.0.0" ,
3939 "@spice-project/spice-html5" : " ^0.2.1" ,
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ import {
1111 EmptyStateFooter
1212} from '@patternfly/react-core' ;
1313
14- import { initLogging } from '@novnc/novnc/core /util/logging' ;
14+ import { initLogging } from '@novnc/novnc/lib /util/logging' ;
1515/** Has bad types. https://github.com/larryprice/novnc-core/issues/5 */
16- import RFB from '@novnc/novnc/core /rfb' ;
16+ import RFB from '@novnc/novnc/lib /rfb' ;
1717
1818import { VncActions } from './VncActions' ;
1919import { constants } from '../common/constants' ;
Original file line number Diff line number Diff line change 2626
2727 /* Strict Type-Checking Options */
2828 "strict" : true /* Enable all strict type-checking options. */ ,
29+ "noImplicitAny" : false ,
2930 // "noImplicitAny": true, /* Raise error on expressions and declarations with an implied 'any' type. */
3031 "strictNullChecks" : false /* Enable strict null checks. */ ,
3132 // "strictFunctionTypes": true, /* Enable strict checking of function types. */
You can’t perform that action at this time.
0 commit comments