Skip to content

Commit 7ac9dd1

Browse files
committed
fix: add gatsby back to dev deps
gatsby was accidentally removed from dev deps
1 parent c314a34 commit 7ac9dd1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
"eslint-plugin-prettier": "3.3.1",
7171
"eslint-plugin-react": "7.22.0",
7272
"eslint-plugin-react-hooks": "4.2.0",
73+
"gatsby": "3.0.4",
7374
"husky": "4.3.8",
7475
"jest": "26.6.3",
7576
"jest-dom": "4.0.0",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7995,7 +7995,7 @@ gatsby-telemetry@^2.0.0:
79957995
node-fetch "^2.6.1"
79967996
uuid "3.4.0"
79977997

7998-
gatsby@^3.0.4:
7998+
gatsby@3.0.4:
79997999
version "3.0.4"
80008000
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-3.0.4.tgz#dce3e44cb85ee6a4cdc71a5be9b3485206bea0fc"
80018001
integrity sha512-LIBeox/O4XlgfpPYScS5LwFreWlZuuz4OZl0cnkA3M8EfxelHwLpqMvOeSYsoMHvogBJzlLocfRQIgzqvXS7kA==

0 commit comments

Comments
 (0)