Skip to content

Commit

Permalink
dependency bump
Browse files Browse the repository at this point in the history
  • Loading branch information
gregrickaby committed Sep 17, 2024
1 parent d2368a6 commit d4d46ac
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 66 deletions.
124 changes: 62 additions & 62 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 @@ -23,7 +23,7 @@
"start": "next start"
},
"dependencies": {
"next": "^14.2.11",
"next": "^14.2.12",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sharp": "^0.33.5",
Expand All @@ -34,12 +34,12 @@
"@evilmartians/lefthook": "^1.7.15",
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^22.5.5",
"@types/react": "^18.3.6",
"@types/react": "^18.3.7",
"@types/react-dom": "^18.3.0",
"@types/xml-escape": "^1.1.3",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.11",
"eslint-config-next": "^14.2.12",
"eslint-config-prettier": "^9.1.0",
"postcss": "^8.4.47",
"postcss-import": "^16.1.0",
Expand All @@ -48,6 +48,6 @@
"rimraf": "^6.0.1",
"stylelint": "^16.9.0",
"stylelint-config-standard": "^36.0.1",
"tailwindcss": "^3.4.11"
"tailwindcss": "^3.4.12"
}
}

0 comments on commit d4d46ac

Please sign in to comment.