Skip to content

Commit

Permalink
dependency bump
Browse files Browse the repository at this point in the history
  • Loading branch information
gregrickaby committed Sep 12, 2024
1 parent 4c6d140 commit 9c4ae75
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 64 deletions.
120 changes: 60 additions & 60 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,11 +23,11 @@
"start": "next start"
},
"dependencies": {
"next": "^14.2.8",
"next": "^14.2.10",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sharp": "^0.33.5",
"typescript": "^5.5.4",
"typescript": "^5.6.2",
"xml-escape": "^1.1.0"
},
"devDependencies": {
Expand All @@ -39,7 +39,7 @@
"@types/xml-escape": "^1.1.3",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.8",
"eslint-config-next": "^14.2.10",
"eslint-config-prettier": "^9.1.0",
"postcss": "^8.4.45",
"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.10"
"tailwindcss": "^3.4.11"
}
}

0 comments on commit 9c4ae75

Please sign in to comment.