chore(deps-dev): bump gatsby-plugin-styled-components (#7236)

Bumps [gatsby-plugin-styled-components](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-styled-components) from 4.14.0 to 5.1.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@5.1.0/packages/gatsby-plugin-styled-components)

---
updated-dependencies:
- dependency-name: gatsby-plugin-styled-components
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-11-05 21:40:26 -05:00
committed by GitHub
parent 0d70fd97df
commit db505156ca
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@@ -109,7 +109,7 @@
"gatsby-plugin-page-creator": "^4.1.0",
"gatsby-plugin-react-helmet": "^5.1.0",
"gatsby-plugin-remove-trailing-slashes": "^4.1.0",
"gatsby-plugin-styled-components": "^4.14.0",
"gatsby-plugin-styled-components": "^5.1.0",
"gatsby-plugin-typescript": "^4.1.0",
"humanize-string": "^3.0.0",
"icedfrisby": "4.0.0",
@@ -13460,19 +13460,19 @@
}
},
"node_modules/gatsby-plugin-styled-components": {
"version": "4.14.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-styled-components/-/gatsby-plugin-styled-components-4.14.0.tgz",
"integrity": "sha512-sDyF/27G9Yh/xE8EdWqneCESlMc11AU/RK+vSF2SdQtp09sSCmRvB8CJYX9cWtNjAw7AnEyoXj1h9gSdkbvXdg==",
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-styled-components/-/gatsby-plugin-styled-components-5.1.0.tgz",
"integrity": "sha512-wxxL80+q6i0/AvhIHP2jvNGg7GaG4TUJbj0gr7teOnmWHKAzxWFHCGAEcj4BJxZvlJNCoBHDyv7MXbf0mA9sJA==",
"dev": true,
"dependencies": {
"@babel/runtime": "^7.15.4"
},
"engines": {
"node": ">=12.13.0"
"node": ">=14.15.0"
},
"peerDependencies": {
"babel-plugin-styled-components": ">1.5.0",
"gatsby": "^3.0.0-next.0",
"gatsby": "^4.0.0-next",
"react": "^16.9.0 || ^17.0.0",
"react-dom": "^16.9.0 || ^17.0.0",
"styled-components": ">=2.0.0"
@@ -41591,9 +41591,9 @@
}
},
"gatsby-plugin-styled-components": {
"version": "4.14.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-styled-components/-/gatsby-plugin-styled-components-4.14.0.tgz",
"integrity": "sha512-sDyF/27G9Yh/xE8EdWqneCESlMc11AU/RK+vSF2SdQtp09sSCmRvB8CJYX9cWtNjAw7AnEyoXj1h9gSdkbvXdg==",
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-styled-components/-/gatsby-plugin-styled-components-5.1.0.tgz",
"integrity": "sha512-wxxL80+q6i0/AvhIHP2jvNGg7GaG4TUJbj0gr7teOnmWHKAzxWFHCGAEcj4BJxZvlJNCoBHDyv7MXbf0mA9sJA==",
"dev": true,
"requires": {
"@babel/runtime": "^7.15.4"

View File

@@ -196,7 +196,7 @@
"gatsby-plugin-page-creator": "^4.1.0",
"gatsby-plugin-react-helmet": "^5.1.0",
"gatsby-plugin-remove-trailing-slashes": "^4.1.0",
"gatsby-plugin-styled-components": "^4.14.0",
"gatsby-plugin-styled-components": "^5.1.0",
"gatsby-plugin-typescript": "^4.1.0",
"humanize-string": "^3.0.0",
"icedfrisby": "4.0.0",