Skip to content

Commit

Permalink
remove gatsby scope for overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
mimiflynn committed Aug 14, 2024
1 parent 1875005 commit 559b725
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,8 @@
"style-to-object": "^1.0.6"
},
"overrides": {
"gatsby": {
"axios": "^1.7.4",
"webpack-dev-middleware": "^5.3.4"
}
"axios": "^1.7.4",
"webpack-dev-middleware": "^5.3.4"
},
"scripts": {
"develop": "gatsby develop -H 0.0.0.0",
Expand Down

0 comments on commit 559b725

Please sign in to comment.