Skip to content

Commit

Permalink
[Fix] Fix the Valist sdk version (#23)
Browse files Browse the repository at this point in the history
* fix valist sdk version to 2.9.5

* bump
  • Loading branch information
BrettCleary authored May 3, 2024
1 parent 0a11d8f commit c0065d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperplay/cli",
"version": "2.11.6",
"version": "2.11.7",
"description": "Hyperplay CLI",
"author": "HyperPlay Labs, Inc.",
"bin": {
Expand All @@ -19,7 +19,7 @@
"dependencies": {
"@oclif/core": "^1.8.0",
"@oclif/plugin-help": "^5",
"@valist/sdk": "^2.9.5",
"@valist/sdk": "2.9.5",
"archiver": "^7.0.0",
"axios": "^1.6.7",
"axios-cookiejar-support": "^5.0.0",
Expand Down

0 comments on commit c0065d6

Please sign in to comment.