Skip to content

Commit

Permalink
fix: gatsby is not a direct dependency of gatsby-source-bgg
Browse files Browse the repository at this point in the history
Only typescript definitions are used from the gatsby package
  • Loading branch information
TommasoAmici committed Oct 24, 2021
1 parent 3e3cc58 commit 5783cf8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@
},
"dependencies": {
"fast-xml-parser": "^3.19.0",
"gatsby": "^4.0.0",
"gatsby-source-filesystem": "^4.0.0",
"node-fetch": "^2.6.1"
},
"devDependencies": {
"@types/jest": "27.0.2",
"@types/node": "14.17.29",
"@types/node-fetch": "2.5.12",
"gatsby": "4.0.0",
"husky": "7.0.4",
"jest": "27.3.1",
"lint-staged": "11.2.4",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7166,7 +7166,7 @@ __metadata:
"@types/node": 14.17.29
"@types/node-fetch": 2.5.12
fast-xml-parser: ^3.19.0
gatsby: ^4.0.0
gatsby: 4.0.0
gatsby-source-filesystem: ^4.0.0
husky: 7.0.4
jest: 27.3.1
Expand Down Expand Up @@ -7237,7 +7237,7 @@ __metadata:
languageName: node
linkType: hard

"gatsby@npm:4.0.0, gatsby@npm:^4.0.0":
"gatsby@npm:4.0.0":
version: 4.0.0
resolution: "gatsby@npm:4.0.0"
dependencies:
Expand Down

0 comments on commit 5783cf8

Please sign in to comment.