Skip to content

Commit

Permalink
fix: support Gatsby v5
Browse files Browse the repository at this point in the history
Fixes #206
  • Loading branch information
stipsan committed Aug 7, 2023
1 parent 90ba112 commit ef24109
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
steps:
- uses: dessant/lock-threads@be8aa5be94131386884a6da4189effda9b14aa21 # v4
with:
issue-inactive-days: 0
issue-inactive-days: 1
pr-inactive-days: 7
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
},
"dependencies": {
"@sanity/eventsource": "^5.0.0",
"get-it": "^8.3.0",
"get-it": "^8.4.1",
"rxjs": "^7.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit ef24109

Please sign in to comment.