Skip to content

Commit 93bf1fe

Browse files
authored
chore(deps): update novnc to 1.5.0 (#57)
1 parent 03b184c commit 93bf1fe

File tree

4 files changed

+55
-289
lines changed

4 files changed

+55
-289
lines changed

packages/module/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
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",

packages/module/src/components/VncConsole/VncConsole.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

1818
import { VncActions } from './VncActions';
1919
import { constants } from '../common/constants';

packages/module/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
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. */

0 commit comments

Comments
 (0)