From 9ebb398fa6a119eae18163f26e80eca5d6a816d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Fri, 12 Mar 2021 11:50:12 +0100 Subject: [PATCH] feat: upgrade unleash-frontend to version 3.14.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 991861e1f6..d4a3968536 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 3.17.0 [unreleased] + +- feat: upgrade unleash-frontend to version 3.14.0 + ## 3.16.0 - fix: projectId must follow nameType in query diff --git a/package.json b/package.json index 6592dd660d..711aa8bfb7 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "prom-client": "^13.1.0", "response-time": "^2.3.2", "serve-favicon": "^2.5.0", - "unleash-frontend": "3.13.5", + "unleash-frontend": "3.14.0", "uuid": "^8.3.2", "yargs": "^16.0.3" }, diff --git a/yarn.lock b/yarn.lock index 6e8604a3ff..aaa199b788 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6507,10 +6507,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.13.5: - version "3.13.5" - resolved "https://registry.yarnpkg.com/unleash-frontend/-/unleash-frontend-3.13.5.tgz#6f837dddfe6cbab0e55763b8d8d01f767e8e390b" - integrity sha512-DJzYtR8ep5mqAj2OR+Ww/NGdA9ZFUAhkeRMTU6q5vRHkxwqzLX3OczqBvJSw5fKM6sGB7uT9x9+zFxuUfOcCUQ== +unleash-frontend@3.14.0: + version "3.14.0" + resolved "https://registry.yarnpkg.com/unleash-frontend/-/unleash-frontend-3.14.0.tgz#f8850ca77212669258a33e92aba5c456765d8aeb" + integrity sha512-UpJG9/l95GoZv04c5dS9OrlKQb7Z1I396/3Ia/soXrQ25bt2mCobJYdeMT60FulSzbnn+yspLVFMwBysFR4KPA== unpipe@1.0.0, unpipe@~1.0.0: version "1.0.0"