Skip to content

Commit f3a6b1b

Browse files
authored
Merge pull request #123 from manics/novnc-1.5.0
novnc 1.5.0
2 parents 022d2fc + db42535 commit f3a6b1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

js/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import "reset-css";
77
import "./index.css";
88

99
// RFB holds the API to connect and communicate with a VNC server
10-
import RFB from "@novnc/novnc/core/rfb";
10+
import RFB from "@novnc/novnc/lib/rfb";
1111

1212
import { setupClipboard } from "./clipboard.js";
1313

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dependencies": {
33
"@floating-ui/dom": "^1.6.1",
4-
"@novnc/novnc": "~1.4.0",
4+
"@novnc/novnc": "^1.5.0",
55
"reset-css": "^5.0.2"
66
},
77
"scripts": {

0 commit comments

Comments
 (0)