Skip to content

Commit

Permalink
fix: add gatsby back to dev deps
Browse files Browse the repository at this point in the history
gatsby was accidentally removed from dev deps
  • Loading branch information
sbardian committed Mar 11, 2021
1 parent c314a34 commit 7ac9dd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
"eslint-plugin-prettier": "3.3.1",
"eslint-plugin-react": "7.22.0",
"eslint-plugin-react-hooks": "4.2.0",
"gatsby": "3.0.4",
"husky": "4.3.8",
"jest": "26.6.3",
"jest-dom": "4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7995,7 +7995,7 @@ gatsby-telemetry@^2.0.0:
node-fetch "^2.6.1"
uuid "3.4.0"

gatsby@^3.0.4:
gatsby@3.0.4:
version "3.0.4"
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-3.0.4.tgz#dce3e44cb85ee6a4cdc71a5be9b3485206bea0fc"
integrity sha512-LIBeox/O4XlgfpPYScS5LwFreWlZuuz4OZl0cnkA3M8EfxelHwLpqMvOeSYsoMHvogBJzlLocfRQIgzqvXS7kA==
Expand Down

0 comments on commit 7ac9dd1

Please sign in to comment.