Skip to content

Commit

Permalink
chore: upgrade gatsby and plugins (#158)
Browse files Browse the repository at this point in the history
* remove deprecated plugin

Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>

* chore: upgrade gatsby and plugins

Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>

---------

Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
  • Loading branch information
crenshaw-dev authored Jun 4, 2024
1 parent 34ce44d commit 1f3cfb5
Show file tree
Hide file tree
Showing 3 changed files with 3,547 additions and 3,412 deletions.
1 change: 0 additions & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ module.exports = {
],
},
plugins: [
"gatsby-plugin-gatsby-cloud",
"gatsby-plugin-image",
"gatsby-plugin-react-helmet",
"gatsby-plugin-sitemap",
Expand Down
23 changes: 11 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,20 @@
"axios": "^0.28.0",
"body-scroll-lock": "^3.1.5",
"classnames": "^2.3.1",
"gatsby": "^3.6.2",
"gatsby-plugin-gatsby-cloud": "^2.6.1",
"gatsby-plugin-google-gtag": "^3.6.2",
"gatsby-plugin-image": "^1.6.0",
"gatsby-plugin-manifest": "^3.6.0",
"gatsby": "^4.0.0",
"gatsby-plugin-google-gtag": "^4.0.0",
"gatsby-plugin-image": "^2.0.0",
"gatsby-plugin-manifest": "^4.0.0",
"gatsby-plugin-mdx": "^2.14.1",
"gatsby-plugin-react-helmet": "^4.6.0",
"gatsby-plugin-react-helmet": "^5.0.0",
"gatsby-plugin-react-svg": "^3.0.1",
"gatsby-plugin-sass": "^4.7.0",
"gatsby-plugin-sharp": "^3.6.0",
"gatsby-plugin-sitemap": "^4.2.0",
"gatsby-plugin-sass": "^5.0.0",
"gatsby-plugin-sharp": "^4.0.0",
"gatsby-plugin-sitemap": "^5.0.0",
"gatsby-remark-images": "^5.4.1",
"gatsby-source-filesystem": "^3.6.0",
"gatsby-source-filesystem": "^4.0.0",
"gatsby-transformer-remark": "^5.25.1",
"gatsby-transformer-sharp": "^3.6.0",
"gatsby-transformer-sharp": "^4.0.0",
"gsap": "^3.7.0",
"react": "^17.0.1",
"react-device-detect": "^1.17.0",
Expand All @@ -47,7 +46,7 @@
"@tailwindcss/aspect-ratio": "^0.2.1",
"@tailwindcss/typography": "^0.4.1",
"autoprefixer": "^10.2.6",
"gatsby-plugin-postcss": "^4.7.0",
"gatsby-plugin-postcss": "^5.0.0",
"postcss": "^8.4.31",
"prettier": "2.3.1",
"tailwindcss": "^2.2.4"
Expand Down
Loading

0 comments on commit 1f3cfb5

Please sign in to comment.