From 47b7e1d87cdb1bd3a5705b9912b779c926b099b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Fri, 5 Feb 2021 14:56:54 +0100 Subject: [PATCH] fix: upgrade unleash-frontend to version 3.11.1 This version introduces frontend for addons --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 21188a9fe4..b5d8e51f5a 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.10.0", + "unleash-frontend": "3.11.1", "yargs": "^16.0.3" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index de762cbfbd..79a5a7596a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6046,10 +6046,10 @@ universalify@^0.1.0: resolved "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz" integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg== -unleash-frontend@^3.10.0: - version "3.10.0" - resolved "https://registry.yarnpkg.com/unleash-frontend/-/unleash-frontend-3.10.0.tgz#ed4e2a9fa89e73d0caab1171fa850b2635edb944" - integrity sha512-56oJo4cVsUx7OnGSDyIyFCYEAp3ouE7eM5mwQR1TaDciOckWk9GccYXpd7dhOPCWQcKYR8aRp0yKBN4azvMxew== +unleash-frontend@3.11.1: + version "3.11.1" + resolved "https://registry.yarnpkg.com/unleash-frontend/-/unleash-frontend-3.11.1.tgz#a05642f2f304298f372b89f301b08b5dad8177d3" + integrity sha512-3ijgiHnDou7nKgPXhYNWZ0GxZPIEXFyQTBdTZYmM6mWOFPYVIN9yyBNWU9j+OEcyNcabH2q1rldpc5pM7/RE9w== unpipe@1.0.0, unpipe@~1.0.0: version "1.0.0"