From 18f46ec566a74a4a21958d926b572f3c14728629 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 4 Nov 2020 00:35:03 +0000 Subject: [PATCH] Update dependency polished to v4 --- package.json | 2 +- yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index e52da42c1..b091c6b48 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "expo-blur": "6.0.0", "graphql": "14.7.0", "graphql-tag": "2.11.0", - "polished": "3.6.7", + "polished": "4.0.3", "react": "16.14.0", "react-dom": "16.14.0", "react-native": "https://github.com/expo/react-native/archive/sdk-34.0.0.tar.gz", diff --git a/yarn.lock b/yarn.lock index b5ced665d..a85cbdeba 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1199,7 +1199,7 @@ pirates "^4.0.0" source-map-support "^0.5.9" -"@babel/runtime@7.12.5": +"@babel/runtime@7.12.5", "@babel/runtime@^7.12.0": version "7.12.5" resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.12.5.tgz#410e7e487441e1b360c29be715d870d9b985882e" integrity sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg== @@ -8954,12 +8954,12 @@ pn@^1.1.0: resolved "https://registry.yarnpkg.com/pn/-/pn-1.1.0.tgz#e2f4cef0e219f463c179ab37463e4e1ecdccbafb" integrity sha512-2qHaIQr2VLRFoxe2nASzsV6ef4yOOH+Fi9FBOVH6cqeSgUnoyySPZkxzLuzd+RYOQTRpROA0ztTMqxROKSb/nA== -polished@3.6.7: - version "3.6.7" - resolved "https://registry.yarnpkg.com/polished/-/polished-3.6.7.tgz#44cbd0047f3187d83db0c479ef0c7d5583af5fb6" - integrity sha512-b4OViUOihwV0icb9PHmWbR+vPqaSzSAEbgLskvb7ANPATVXGiYv/TQFHQo65S53WU9i5EQ1I03YDOJW7K0bmYg== +polished@4.0.3: + version "4.0.3" + resolved "https://registry.yarnpkg.com/polished/-/polished-4.0.3.tgz#e2bde249f8884bdabc6997dd3eca225ee32f7a26" + integrity sha512-yOALHMrqcYHlHIxFkHvGX8NGsjsbSaYMZ8Z3uEElVpzF5ZgNmTgqMOh4bnSVXGC6sXjBTZCH6+GebTRWhJR4zQ== dependencies: - "@babel/runtime" "^7.9.2" + "@babel/runtime" "^7.12.0" posix-character-classes@^0.1.0: version "0.1.1"