Skip to content

Commit 3f8e3a2

Browse files
authored
Merge pull request #120 from manics/novnc-disable-1.5.0
Pin @novnc/novnc 1.4.x pending 1.5.x compatibility
2 parents b4e88e9 + bcab4d1 commit 3f8e3a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.4.0",
55
"reset-css": "^5.0.2"
66
},
77
"scripts": {

0 commit comments

Comments
 (0)