From 5c647b0c0ae5e19fd6cfadc174481d87f77c659d Mon Sep 17 00:00:00 2001 From: Jinksi Date: Wed, 1 Nov 2017 18:38:41 +1000 Subject: [PATCH] roll back polished@1.7.0 to fix normalize issue https://github.com/styled-components/polished/issues/262 --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 9cc4f48..1b3272d 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "sw-precache": "^5.2.0" }, "dependencies": { - "polished": "^1.2.1", + "polished": "1.7.0", "react": "^16.0.0", "react-dom": "^16.0.0", "react-helmet": "^5.1.3", diff --git a/yarn.lock b/yarn.lock index a37fc32..2fbe66c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5035,9 +5035,9 @@ pluralize@^7.0.0: version "7.0.0" resolved "https://registry.yarnpkg.com/pluralize/-/pluralize-7.0.0.tgz#298b89df8b93b0221dbf421ad2b1b1ea23fc6777" -polished@^1.2.1: - version "1.8.1" - resolved "https://registry.yarnpkg.com/polished/-/polished-1.8.1.tgz#e50b9f789d37d98da64912f1be2bf759d8bfae6c" +polished@1.7.0: + version "1.7.0" + resolved "https://registry.yarnpkg.com/polished/-/polished-1.7.0.tgz#cfc55113f52e9ecec7c84dbd0c708b9a3235d7c3" portfinder@^1.0.9: version "1.0.13"