Skip to content

Commit

Permalink
Merge pull request #123 from manics/novnc-1.5.0
Browse files Browse the repository at this point in the history
novnc 1.5.0
  • Loading branch information
yuvipanda authored Jul 12, 2024
2 parents 022d2fc + db42535 commit f3a6b1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import "reset-css";
import "./index.css";

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

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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"@floating-ui/dom": "^1.6.1",
"@novnc/novnc": "~1.4.0",
"@novnc/novnc": "^1.5.0",
"reset-css": "^5.0.2"
},
"scripts": {
Expand Down

0 comments on commit f3a6b1b

Please sign in to comment.