Skip to content

Commit

Permalink
dependency bump
Browse files Browse the repository at this point in the history
  • Loading branch information
gregrickaby committed Mar 1, 2024
1 parent f66c367 commit ff8424f
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 85 deletions.
160 changes: 80 additions & 80 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -23,7 +23,7 @@
"start": "next start"
},
"dependencies": {
"next": "^14.1.1-canary.27",
"next": "^14.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sharp": "^0.33.2",
Expand All @@ -33,13 +33,13 @@
"devDependencies": {
"@evilmartians/lefthook": "^1.6.4",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "^20.11.21",
"@types/react": "^18.2.60",
"@types/node": "^20.11.24",
"@types/react": "^18.2.61",
"@types/react-dom": "^18.2.19",
"@types/xml-escape": "^1.1.3",
"autoprefixer": "^10.4.17",
"autoprefixer": "^10.4.18",
"eslint": "^8.57.0",
"eslint-config-next": "^14.1.0",
"eslint-config-next": "^14.1.1",
"eslint-config-prettier": "^9.1.0",
"postcss": "^8.4.35",
"postcss-import": "^16.0.1",
Expand Down

0 comments on commit ff8424f

Please sign in to comment.