Skip to content

Commit

Permalink
Merge pull request #3 from jmccraw/fix-dependencies
Browse files Browse the repository at this point in the history
fix: update dependencies to use older version of TypeScript
  • Loading branch information
jmccraw authored Jul 2, 2023
2 parents 4fa931b + bba835b commit 9099198
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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 @@ -13,7 +13,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"typescript": "^5.1.6"
"typescript": "4.9.5"
},
"scripts": {
"start": "react-scripts start",
Expand Down

0 comments on commit 9099198

Please sign in to comment.