From a09f4848fc0d704c263e70b0484ebc72f58e5e50 Mon Sep 17 00:00:00 2001 From: Brian Hough Date: Wed, 17 Feb 2021 05:54:12 -0500 Subject: [PATCH] chore(scarf): remove scarf due to yarn and GDPR issues --- package.json | 5 ++--- yarn.lock | 5 ----- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 8c806f3f..2ae95c8d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "polished", - "version": "3.7.0", + "version": "3.7.1", "description": "A lightweight toolset for writing styles in Javascript.", "license": "MIT", "author": "Brian Hough (https://polished.js.org)", @@ -63,8 +63,7 @@ "build:lib": "src/**/*.js" }, "dependencies": { - "@babel/runtime": "^7.12.5", - "@scarf/scarf": "^1.1.0" + "@babel/runtime": "^7.12.5" }, "devDependencies": { "@babel/cli": "^7.12.10", diff --git a/yarn.lock b/yarn.lock index 9c558513..6178d136 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2232,11 +2232,6 @@ estree-walker "^1.0.1" picomatch "^2.2.2" -"@scarf/scarf@^1.1.0": - version "1.1.0" - resolved "https://registry.yarnpkg.com/@scarf/scarf/-/scarf-1.1.0.tgz#b84b4a91cd938a688d36245b7a7db6fbc476a499" - integrity sha512-b2iE8kjjzzUo2WZ0xuE2N77kfnTds7ClrDxcz3Atz7h2XrNVoAPUoT75i7CY0st5x++70V91Y+c6RpBX9MX7Jg== - "@semantic-release/commit-analyzer@^8.0.0": version "8.0.1" resolved "https://registry.yarnpkg.com/@semantic-release/commit-analyzer/-/commit-analyzer-8.0.1.tgz#5d2a37cd5a3312da0e3ac05b1ca348bf60b90bca"