diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-01-02 12:46:26 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-02 12:46:26 -0500 |
| commit | bc7bc351f834bb34e9e6cccc356baf8014a7c001 (patch) | |
| tree | ce72623a4f94a7ec91689596a7a89b0523daaa2d | |
| parent | 0b00bd4c75fa19a8e1fc54966770a55d4d7e466b (diff) | |
| download | submelon.dev-bc7bc351f834bb34e9e6cccc356baf8014a7c001.tar.gz submelon.dev-bc7bc351f834bb34e9e6cccc356baf8014a7c001.tar.bz2 submelon.dev-bc7bc351f834bb34e9e6cccc356baf8014a7c001.zip | |
Bump gatsby-plugin-styled-components from 6.2.0 to 6.3.0 (#59)
Bumps [gatsby-plugin-styled-components](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-styled-components) from 6.2.0 to 6.3.0.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-styled-components/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styled-components@6.3.0/packages/gatsby-plugin-styled-components)
---
updated-dependencies:
- dependency-name: gatsby-plugin-styled-components
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| -rw-r--r-- | package-lock.json | 14 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json index cc17213..e52c831 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "gatsby-plugin-manifest": "5.3.1", "gatsby-plugin-offline": "^6.0.0", "gatsby-plugin-sharp": "5.3.2", - "gatsby-plugin-styled-components": "6.2.0", + "gatsby-plugin-styled-components": "6.3.0", "gatsby-source-filesystem": "5.3.1", "gatsby-transformer-sharp": "5.3.1", "react": "18.2.0", @@ -9054,9 +9054,9 @@ "integrity": "sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==" }, "node_modules/gatsby-plugin-styled-components": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-styled-components/-/gatsby-plugin-styled-components-6.2.0.tgz", - "integrity": "sha512-Rvn1K3HDNC+OuxRv8cw/yrBNcJ6TN+3lzDcLibMANpx32OP2hMGFVWNFNgx15mqRCq2gaawZNt6TVte6drgDxA==", + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-styled-components/-/gatsby-plugin-styled-components-6.3.0.tgz", + "integrity": "sha512-681My1lKJmnnhyM4MTQWOH2q3BLhkHv3Ft3h64h0IvmMdCxcNqkrp5HmAJA4Ns3XOmgNvRffOm+sLLAULIH9Tg==", "dependencies": { "@babel/runtime": "^7.15.4" }, @@ -23394,9 +23394,9 @@ } }, "gatsby-plugin-styled-components": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-styled-components/-/gatsby-plugin-styled-components-6.2.0.tgz", - "integrity": "sha512-Rvn1K3HDNC+OuxRv8cw/yrBNcJ6TN+3lzDcLibMANpx32OP2hMGFVWNFNgx15mqRCq2gaawZNt6TVte6drgDxA==", + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-styled-components/-/gatsby-plugin-styled-components-6.3.0.tgz", + "integrity": "sha512-681My1lKJmnnhyM4MTQWOH2q3BLhkHv3Ft3h64h0IvmMdCxcNqkrp5HmAJA4Ns3XOmgNvRffOm+sLLAULIH9Tg==", "requires": { "@babel/runtime": "^7.15.4" } diff --git a/package.json b/package.json index ba4bd07..9b9ed01 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "gatsby-plugin-manifest": "5.3.1", "gatsby-plugin-offline": "^6.0.0", "gatsby-plugin-sharp": "5.3.2", - "gatsby-plugin-styled-components": "6.2.0", + "gatsby-plugin-styled-components": "6.3.0", "gatsby-source-filesystem": "5.3.1", "gatsby-transformer-sharp": "5.3.1", "react": "18.2.0", |
