Skip to content

Commit

Permalink
build(deps): update styled-components, react-dom, @fortawesome/react-…
Browse files Browse the repository at this point in the history
…fontawesome, and sass dependencies

Bump styled-components from 6.1.8 to 6.1.12, react-dom from 18.2.0 to 18.3.1, @fortawesome/react-fontawesome from 0.2.0 to 0.2.2, and sass from 1.71.1 to 1.77.8.

- styled-components: [Release notes](https://github.com/styled-components/styled-components/releases), [Commits](styled-components/styled-components@v6.1.8...v6.1.12)
- react-dom: [Release notes](https://github.com/facebook/react/releases), [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md), [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react-dom)
- @fortawesome/react-fontawesome: [Release notes](https://github.com/FortAwesome/react-fontawesome/releases), [Changelog](https://github.com/FortAwesome/react-fontawesome/blob/0.2.x/CHANGELOG.md), [Commits](FortAwesome/react-fontawesome@0.2.0...0.2.2)
- sass: [Release notes](https://github.com/sass/dart-sass/releases), [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md), [Commits](sass/dart-sass@1.71.1...1.77.8)
  • Loading branch information
roxberry committed Aug 5, 2024
1 parent 51d3da1 commit 6205bd7
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 501 deletions.
5 changes: 5 additions & 0 deletions .hintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"extends": [
"development"
]
}
16 changes: 8 additions & 8 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,14 @@ module.exports = {
// }
// })
// },
"gatsby-remark-relative-images-v2",
{
resolve: "gatsby-remark-images",
options: {
maxWidth: 800,
linkImagesToOriginal: false,
},
},
// "gatsby-remark-relative-images-v2",
// {
// resolve: "gatsby-remark-images",
// options: {
// maxWidth: 800,
// linkImagesToOriginal: false,
// },
// },
{
resolve: `gatsby-remark-twitter-cards`,
options: {
Expand Down
Loading

0 comments on commit 6205bd7

Please sign in to comment.