Skip to content

Commit

Permalink
Merge pull request #5 from phiHero/master
Browse files Browse the repository at this point in the history
chore: upgrade dependencies, use nodejs 20
  • Loading branch information
jasonbosco authored Dec 16, 2024
2 parents d284244 + 03b962b commit e7ecb19
Show file tree
Hide file tree
Showing 10 changed files with 3,087 additions and 5,826 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ yarn-error.log*
/data/*
!/data/.keep
!/data/raw/.keep

/.parcel-cache
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
20
4 changes: 4 additions & 0 deletions .sassrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"quietDeps": true,
"silenceDeprecations": ["import"]
}
Loading

0 comments on commit e7ecb19

Please sign in to comment.