From 05109905030cc47a118ef45f034aabe4ac72ba85 Mon Sep 17 00:00:00 2001 From: olav Date: Mon, 29 Aug 2022 09:35:42 +0200 Subject: [PATCH] refactor: remove old frontend dep (#1986) --- package.json | 1 - yarn.lock | 5 ----- 2 files changed, 6 deletions(-) diff --git a/package.json b/package.json index bbc21f272e..7b9b5c68ee 100644 --- a/package.json +++ b/package.json @@ -127,7 +127,6 @@ "ts-toolbelt": "^9.6.0", "type-is": "^1.6.18", "unleash-client": "3.15.0", - "unleash-frontend": "4.14.8", "uuid": "^8.3.2" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 2c72e4e1bb..cd50b76f7f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7243,11 +7243,6 @@ unleash-client@3.15.0: murmurhash3js "^3.0.1" semver "^7.3.5" -unleash-frontend@4.14.8: - version "4.14.8" - resolved "https://registry.yarnpkg.com/unleash-frontend/-/unleash-frontend-4.14.8.tgz#c31ded48d8f6de859bde39833fc78ad8bd74c770" - integrity sha512-CcqyFhIZyb8qCHe6iX3saHTdIfN0TzAES2PaSWDCRPt17L9KcV1t+fns1nFvCIzH/XmM416uQC4HgKyoLtR9tw== - unpipe@1.0.0, unpipe@~1.0.0: version "1.0.0" resolved "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz"