mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 17:47:22 +00:00
chore(package.json): remove deprecated @types/tar package
The `@types/tar` package is deprecated as `tar` now ships its own type definitions. Remove it from `packages/main/package.json` and update the lockfile. Closes #16716 Signed-off-by: Baixiaochun <182930459+Bingtagui404@users.noreply.github.com>
This commit is contained in:
parent
893d740a60
commit
091346635f
2 changed files with 0 additions and 12 deletions
|
|
@ -28,7 +28,6 @@
|
|||
"@types/node": "^24",
|
||||
"@types/semver": "^7.7.1",
|
||||
"@types/stream-json": "^1.7.8",
|
||||
"@types/tar": "^7.0.87",
|
||||
"@types/tar-fs": "^2.0.4",
|
||||
"@types/validator": "^13.15.10",
|
||||
"@types/winreg": "^1.2.36",
|
||||
|
|
|
|||
|
|
@ -671,9 +671,6 @@ importers:
|
|||
'@types/stream-json':
|
||||
specifier: ^1.7.8
|
||||
version: 1.7.8
|
||||
'@types/tar':
|
||||
specifier: ^7.0.87
|
||||
version: 7.0.87
|
||||
'@types/tar-fs':
|
||||
specifier: ^2.0.4
|
||||
version: 2.0.4
|
||||
|
|
@ -4477,10 +4474,6 @@ packages:
|
|||
'@types/tar-stream@3.1.3':
|
||||
resolution: {integrity: sha512-Zbnx4wpkWBMBSu5CytMbrT5ZpMiF55qgM+EpHzR4yIDu7mv52cej8hTkOc6K+LzpkOAbxwn/m7j3iO+/l42YkQ==}
|
||||
|
||||
'@types/tar@7.0.87':
|
||||
resolution: {integrity: sha512-3IxNBV8LeY5oi2ZFpvAhOtW1+mHswkzM7BuisVrwJgPv67GBO2rkLPQlEKtzfHuLdhDDczhkCZeT+RuizMay4A==}
|
||||
deprecated: This is a stub types definition. tar provides its own type definitions, so you do not need this installed.
|
||||
|
||||
'@types/trusted-types@2.0.7':
|
||||
resolution: {integrity: sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==}
|
||||
|
||||
|
|
@ -16567,10 +16560,6 @@ snapshots:
|
|||
dependencies:
|
||||
'@types/node': 24.10.11
|
||||
|
||||
'@types/tar@7.0.87':
|
||||
dependencies:
|
||||
tar: 7.5.12
|
||||
|
||||
'@types/trusted-types@2.0.7': {}
|
||||
|
||||
'@types/unist@2.0.11': {}
|
||||
|
|
|
|||
Loading…
Reference in a new issue