mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-05-24 10:18:53 +00:00
chore: remove dependency
previous analytics library was not using typescript but the new one introduced by https://github.com/containers/podman-desktop/pull/4149 do not require anymote the @types/ dependency remove that dependency Signed-off-by: Florent Benoit <fbenoit@redhat.com>
This commit is contained in:
parent
68c4d2289f
commit
bd4b957252
2 changed files with 0 additions and 6 deletions
|
|
@ -115,7 +115,6 @@
|
|||
"@rollup/plugin-node-resolve": "^15.2.3",
|
||||
"@rollup/plugin-typescript": "^11.1.6",
|
||||
"@types/adm-zip": "^0.5.5",
|
||||
"@types/analytics-node": "^3.1.14",
|
||||
"@types/dockerode": "^3.3.23",
|
||||
"@types/express": "^4.17.21",
|
||||
"@types/getos": "^3.0.4",
|
||||
|
|
|
|||
|
|
@ -3396,11 +3396,6 @@
|
|||
dependencies:
|
||||
"@types/node" "*"
|
||||
|
||||
"@types/analytics-node@^3.1.14":
|
||||
version "3.1.14"
|
||||
resolved "https://registry.yarnpkg.com/@types/analytics-node/-/analytics-node-3.1.14.tgz#aa4be9cddbb2b7901e67418fcaf155a599c1ffea"
|
||||
integrity sha512-m7+SReJIPwwS0eqnJ+5WwdR4U5aU0WhVUYuQ/n177iPpyXObPy/wP7HU7mohyNeRqxGsTO8mIUYC3MRGkyxhwQ==
|
||||
|
||||
"@types/aria-query@^5.0.1":
|
||||
version "5.0.1"
|
||||
resolved "https://registry.yarnpkg.com/@types/aria-query/-/aria-query-5.0.1.tgz#3286741fb8f1e1580ac28784add4c7a1d49bdfbc"
|
||||
|
|
|
|||
Loading…
Reference in a new issue