Skip to content

Commit 82b81c6

Browse files
authored
Merge pull request #142 from consideRatio/pr/pin150
Pin js dependency novnc to 1.5.0 until we support 1.6.0
2 parents a500588 + edd800d commit 82b81c6

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.5.0",
4+
"@novnc/novnc": "1.5.0",
55
"reset-css": "^5.0.2"
66
},
77
"scripts": {

0 commit comments

Comments
 (0)