Skip to content

Commit

Permalink
fix: update podman desktop api to latest version
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Golovin <[email protected]>
  • Loading branch information
dgolovin committed Jan 23, 2024
1 parent 353eb96 commit 7508a4e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"test": "vitest run --coverage"
},
"dependencies": {
"@podman-desktop/api": "^0.14.1",
"@podman-desktop/api": "^1.6.4",
"@types/node": "^18.15.11",
"js-yaml": "^4.1.0",
"openid-client": "5.4.0"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -210,10 +210,10 @@
"@jridgewell/resolve-uri" "^3.1.0"
"@jridgewell/sourcemap-codec" "^1.4.14"

"@podman-desktop/api@^0.14.1":
version "0.14.1"
resolved "https://registry.yarnpkg.com/@podman-desktop/api/-/api-0.14.1.tgz#866681249f87d187112c534c45691c4840ad3ce8"
integrity sha512-TMmCICU08iRxySAuMrVYcO2SNEI+AlP6e4dcHWNUhUlQs8OGWulF1fLjS7P/MG2LjNbM1sZusxkv9fBpzSqA6w==
"@podman-desktop/api@^1.6.4":
version "1.6.4"
resolved "https://registry.yarnpkg.com/@podman-desktop/api/-/api-1.6.4.tgz#f6da8228523e787f408d366f1d99d12a7b9e6924"
integrity sha512-8sxPcFvepxVM0iANq9h+QbnxAPAEE03KhrDTUp8AEzMPHZhascBSi11xhaLaDUujXVaKHUysEt0hh+0ccL479w==

"@rollup/plugin-commonjs@^24.0.1":
version "24.1.0"
Expand Down

0 comments on commit 7508a4e

Please sign in to comment.