Skip to content

Commit

Permalink
Fixed issue with yarn.lock and core pack.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlabaj committed Jul 22, 2024
1 parent fbc1c41 commit ba77f0a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"tag": "alpha"
},
"dependencies": {
"@novnc/novnc": "^1.3.0",
"@novnc/novnc": "~1.3.0",
"@patternfly/react-core": "6.0.0-alpha.61",
"@patternfly/react-styles": "6.0.0-alpha.23",
"@spice-project/spice-html5": "^0.2.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1483,10 +1483,10 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"

"@novnc/novnc@^1.3.0":
version "1.5.0"
resolved "https://registry.yarnpkg.com/@novnc/novnc/-/novnc-1.5.0.tgz#7df3e4aca48eaa7c0d6f690e7dee89480232e2f1"
integrity sha512-4yGHOtUCnEJUCsgEt/L78eeJu00kthurLBWXFiaXfonNx0pzbs6R/3gJb1byZe6iAE8V9MF0syQb0xIL8MSOtQ==
"@novnc/novnc@~1.3.0":
version "1.3.0"
resolved "https://registry.yarnpkg.com/@novnc/novnc/-/novnc-1.3.0.tgz#06db5ff55eae646a623d3717d8bffaf131ffb93a"
integrity sha512-tR87mY5ADtaELadmZfW937JO/p8fRdz3wkPoqwhqB/vY1XnTQeLSWwkp4yMlr4iIDY0iCficfzFYX5EHMh4MHw==

"@patternfly/ast-helpers@^1.4.0-alpha.30":
version "1.4.0-alpha.52"
Expand Down

0 comments on commit ba77f0a

Please sign in to comment.