Skip to content

Commit

Permalink
package.json: hack around @novnc/novnc being updated
Browse files Browse the repository at this point in the history
`@patternfly/react-console` depends on `@novnc/novnc` but allows minor
and patch version updates. A minor version of novnc broke PatternFly's
imports as they removed ES6 imports and therefore imports have to be
adjusted. Until `@patternfly/react-console` merges my PR and releases a
new version which is still compatible with PF5.

novnc/noVNC@b35cf6d
patternfly/react-console#57
  • Loading branch information
jelly authored and GitHub Workflow committed Jun 26, 2024
1 parent fc90eb3 commit 4d81043
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion node_modules
Submodule node_modules updated 104 files
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
"redux-thunk": "3.1.0",
"throttle-debounce": "5.0.0",
"xterm": "5.1.0",
"xterm-addon-canvas": "0.5.0"
"xterm-addon-canvas": "0.5.0",
"@novnc/novnc": "1.3.0"
}
}

0 comments on commit 4d81043

Please sign in to comment.