From ac560627109c80c7e05f7cb5f9fd1bbbf234bb62 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2020 12:47:41 +0000 Subject: [PATCH] Bump @types/styled-components from 5.0.0 to 5.0.1 Bumps [@types/styled-components](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/styled-components) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/styled-components) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8096115..9ed17aa 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@types/prettier": "1.19.0", "@types/react": "16.9.22", "@types/react-dom": "16.9.5", - "@types/styled-components": "5.0.0", + "@types/styled-components": "5.0.1", "@types/webpack": "4.41.6", "@types/webpack-dev-server": "3.10.0", "@typescript-eslint/eslint-plugin": "2.20.0", diff --git a/yarn.lock b/yarn.lock index 7eb6b7b..75f45f7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1371,10 +1371,10 @@ resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-1.0.1.tgz#0a851d3bd96498fa25c33ab7278ed3bd65f06c3e" integrity sha512-l42BggppR6zLmpfU6fq9HEa2oGPEI8yrSPL3GITjfRInppYFahObbIQOQK3UGxEnyQpltZLaPe75046NOZQikw== -"@types/styled-components@5.0.0": - version "5.0.0" - resolved "https://registry.yarnpkg.com/@types/styled-components/-/styled-components-5.0.0.tgz#0ed43d0e6003358f8b1f74304de010de19cbda66" - integrity sha512-fnLlZKZfDCySbq0M25wh9nAXRuy2FaHCFHlRl4LkoKJXqk/bbd8FwYPctv6mVnEe6rqs3JLx1COVy3a0Nmrv+w== +"@types/styled-components@5.0.1": + version "5.0.1" + resolved "https://registry.yarnpkg.com/@types/styled-components/-/styled-components-5.0.1.tgz#44d210b0a0218a70df998d1a8e1f69c82d9cc68b" + integrity sha512-1yRYO1dAE2MGEuYKF1yQFeMdoyerIQn6ZDnFFkxZamcs3rn8RQVn98edPsTROAxbTz81tqnVN4BJ3Qs1cm/tKg== dependencies: "@types/hoist-non-react-statics" "*" "@types/react" "*"