Skip to content

Commit

Permalink
chore: add missing podman desktop version
Browse files Browse the repository at this point in the history
Signed-off-by: Tim deBoer <[email protected]>
  • Loading branch information
deboer-tim committed Jan 19, 2024
1 parent 8c2f1e5 commit 10a70a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,8 @@
"lint:fix": "eslint . --fix --ext js,ts,tsx",
"watch": "vite build -w"
},
"dependencies": {},
"devDependencies": {
"@podman-desktop/api": "0.0.202401191125-9c1aea6",
"@podman-desktop/api": "^0.0.202401191125-9c1aea6",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"@vitest/coverage-v8": "^1.1.0",
Expand All @@ -102,4 +101,4 @@
"vite": "^5.0.10",
"vitest": "^1.1.0"
}
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -287,10 +287,10 @@
dependencies:
esquery "^1.4.0"

"@podman-desktop/api@^1.6.3":
version "1.6.3"
resolved "https://registry.yarnpkg.com/@podman-desktop/api/-/api-1.6.3.tgz#8a7fe63a9faeadfb69544f9a0b84918d33eded2c"
integrity sha512-l0gaQtZcR1cP4VWaOCRBNmF0WJKPCT97oQ+wR5cy2HXbk1wz10wDX7nGcUw5iQ8Gb85bvMss5I81B7LnR9J+EQ==
"@podman-desktop/api@^0.0.202401191125-9c1aea6":
version "0.0.202401191125-9c1aea6"
resolved "https://registry.npmjs.org/@podman-desktop/api/-/api-0.0.202401191125-9c1aea6.tgz"
integrity sha512-4oMQmfCXpnQrnEihe1yn3mGZULle4a0MlXdyOZ4vlKx04e2rZK7jFI45EjU6L64pwN0bGHWLFRI12Ut2sAirHQ==

"@rollup/[email protected]":
version "4.9.1"
Expand Down

0 comments on commit 10a70a3

Please sign in to comment.