Skip to content

Commit

Permalink
dependency bump
Browse files Browse the repository at this point in the history
  • Loading branch information
gregrickaby committed Aug 7, 2023
1 parent de4a1a9 commit 333d899
Show file tree
Hide file tree
Showing 2 changed files with 104 additions and 108 deletions.
206 changes: 101 additions & 105 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"start": "next start"
},
"dependencies": {
"next": "13.4.12",
"next": "13.4.13",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/node": "20.4.5",
"@types/react": "18.2.17",
"@types/node": "20.4.8",
"@types/react": "18.2.18",
"typescript": "5.1.6"
}
}

0 comments on commit 333d899

Please sign in to comment.