From bd4b9572524bad83a6fdc1bc5147cec42fa9aff1 Mon Sep 17 00:00:00 2001 From: Florent Benoit Date: Mon, 12 Feb 2024 11:15:01 +0100 Subject: [PATCH] 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 --- package.json | 1 - yarn.lock | 5 ----- 2 files changed, 6 deletions(-) diff --git a/package.json b/package.json index e3d8afc0290..00d2ee9a594 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index 278eb375443..7da8e4aed08 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"