Skip to content

Commit

Permalink
dependency bump
Browse files Browse the repository at this point in the history
  • Loading branch information
gregrickaby committed Nov 20, 2023
1 parent 14555d0 commit 78fe99c
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 68 deletions.
128 changes: 64 additions & 64 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,20 @@
"start": "next start"
},
"dependencies": {
"next": "^14.0.2",
"next": "^14.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sharp": "^0.32.6"
},
"devDependencies": {
"@evilmartians/lefthook": "^1.5.2",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "^20.9.0",
"@types/node": "^20.9.2",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"autoprefixer": "^10.4.16",
"eslint": "^8.53.0",
"eslint-config-next": "^14.0.2",
"eslint": "^8.54.0",
"eslint-config-next": "^14.0.3",
"eslint-config-prettier": "^9.0.0",
"postcss": "^8.4.31",
"postcss-import": "^15.1.0",
Expand Down

1 comment on commit 78fe99c

@vercel
Copy link

@vercel vercel bot commented on 78fe99c Nov 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.