From 61efb4743810ea30735fe4c8e977e2bdc96d0e67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Oct 2021 17:46:58 +0000 Subject: [PATCH] build(deps-dev): bump typescript-plugin-styled-components Bumps [typescript-plugin-styled-components](https://github.com/Igorbek/typescript-plugin-styled-components) from 1.5.0 to 2.0.0. - [Release notes](https://github.com/Igorbek/typescript-plugin-styled-components/releases) - [Changelog](https://github.com/Igorbek/typescript-plugin-styled-components/blob/master/CHANGELOG.md) - [Commits](https://github.com/Igorbek/typescript-plugin-styled-components/compare/1.5.0...2.0.0) --- updated-dependencies: - dependency-name: typescript-plugin-styled-components dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 71105a8..6d1661c 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "styled-components": "5.2.3", "ts-jest": "26.5.5", "typescript": "4.2.4", - "typescript-plugin-styled-components": "1.5.0", + "typescript-plugin-styled-components": "2.0.0", "typescript-styled-plugin": "0.16.0", "webpack": "4.46.0", "webpack-cli": "4.6.0", diff --git a/yarn.lock b/yarn.lock index c53cb7f..b0b6289 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7525,10 +7525,10 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= -typescript-plugin-styled-components@1.5.0: - version "1.5.0" - resolved "https://registry.yarnpkg.com/typescript-plugin-styled-components/-/typescript-plugin-styled-components-1.5.0.tgz#39d345102a236e304a4e9a37c7b1c8a752a46072" - integrity sha512-5x/30WvzlrD0h5MOlp/pFVQFNWCupeG6QqHvsYlsg9Qg1hxG614kf3p4FmgJ35UxKz0mREX7+4S1Li46gsM3eQ== +typescript-plugin-styled-components@2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/typescript-plugin-styled-components/-/typescript-plugin-styled-components-2.0.0.tgz#97e94187cca0f3058c6ad8fefffbca6766c56123" + integrity sha512-Wu7F96dwuphgiACHfu63vTbRRg6tkPwLnpFJwdxM70Y0PLfeKLRnvs2Yo5MAySMwE120ODMKk9W4TtJgY1ZumA== typescript-styled-plugin@0.16.0: version "0.16.0"