From 2076d3a47dfc73791bc978a4fd4cc6811665fba5 Mon Sep 17 00:00:00 2001 From: ivaosthu Date: Sun, 13 Oct 2019 20:52:40 +0200 Subject: [PATCH] fix: Update unleash-frontend to version 3.2.7 --- CHANGELOG.md | 1 + package.json | 2 +- yarn.lock | 7 ++++--- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index efd24e0337..019354f621 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## 3.2.16 +- fix: Update unleash-frontend to version 3.2.7 - fix: lint error - fix: Add admin api for context-field definitions - fix: Update lolex to the latest version 🚀 (#508) diff --git a/package.json b/package.json index 032d536d12..8571730570 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "prometheus-gc-stats": "^0.6.1", "response-time": "^2.3.2", "serve-favicon": "^2.5.0", - "unleash-frontend": "3.2.6", + "unleash-frontend": "3.2.7", "yargs": "^14.0.0" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 3f1f406406..3307e94ff8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5913,9 +5913,10 @@ universalify@^0.1.0: version "0.1.2" resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66" -unleash-frontend@3.2.6: - version "3.2.6" - resolved "https://registry.yarnpkg.com/unleash-frontend/-/unleash-frontend-3.2.6.tgz#c6bd98010f93931046903a5135aaa2fe5903354b" +unleash-frontend@3.2.7: + version "3.2.7" + resolved "https://registry.yarnpkg.com/unleash-frontend/-/unleash-frontend-3.2.7.tgz#ec2af024229589d2f070e6961de65bb063375b40" + integrity sha512-30fZKazTiPbTL2335T6B0EBjQbqezlZ/wb9OFGSIjIA6S14/9+5hL9qx6E6V2dCtX0FX32pGGXnSrjuzq2on7Q== unpipe@1.0.0, unpipe@~1.0.0: version "1.0.0"