From 011c07d61f5de20bf7263df6c384cbad332640fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Mon, 10 Aug 2020 22:16:40 +0200 Subject: [PATCH] fix: upgrade unleash-frontend to latest --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 347002338f..1a31daf14d 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "prom-client": "^12.0.0", "response-time": "^2.3.2", "serve-favicon": "^2.5.0", - "unleash-frontend": "3.5.0-0", + "unleash-frontend": "3.5.0", "yargs": "^15.1.0" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 7c9c37697f..400ca8345f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5616,10 +5616,10 @@ universalify@^0.1.0: resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66" integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg== -unleash-frontend@3.5.0-0: - version "3.5.0-0" - resolved "https://registry.yarnpkg.com/unleash-frontend/-/unleash-frontend-3.5.0-0.tgz#e3d3da3e3e8aad03195190cc913f3d2293672305" - integrity sha512-S+myY4sQZH3Mx3Q/RsKngee1WSX4ndffqup+oQxLsoKQSNiKwtjiA1KnGugeM+SNLIUVgi+b+3JPKWXxkEjw4g== +unleash-frontend@3.5.0: + version "3.5.0" + resolved "https://registry.yarnpkg.com/unleash-frontend/-/unleash-frontend-3.5.0.tgz#d1ce4e73578fef4bd4e26311182b4976d6d0be7d" + integrity sha512-8BjZZnLmNxAq1F0nljoJLgonJH2AOvRqSjVyBjOSqdShcfIBB4+P/dK2zBlrWGGh84c3iF4HBLva/C9d/Kx7Cg== unpipe@1.0.0, unpipe@~1.0.0: version "1.0.0"