Skip to content

Commit

Permalink
dependency bump
Browse files Browse the repository at this point in the history
  • Loading branch information
gregrickaby committed Nov 13, 2023
1 parent 581f8e6 commit 14555d0
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 79 deletions.
144 changes: 72 additions & 72 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,25 +22,25 @@
"start": "next start"
},
"dependencies": {
"next": "^14.0.1",
"next": "^14.0.2",
"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.8.10",
"@types/react": "^18.2.36",
"@types/react-dom": "^18.2.14",
"@types/node": "^20.9.0",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"autoprefixer": "^10.4.16",
"eslint": "^8.53.0",
"eslint-config-next": "^14.0.1",
"eslint-config-next": "^14.0.2",
"eslint-config-prettier": "^9.0.0",
"postcss": "^8.4.31",
"postcss-import": "^15.1.0",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.6",
"prettier": "^3.1.0",
"prettier-plugin-tailwindcss": "^0.5.7",
"rimraf": "^5.0.5",
"stylelint": "^15.11.0",
"stylelint-config-standard": "^34.0.0",
Expand Down

1 comment on commit 14555d0

@vercel
Copy link

@vercel vercel bot commented on 14555d0 Nov 13, 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.