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 016ec6d commit 56cb1ae
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 @@ -22,7 +22,7 @@
"start": "next start"
},
"dependencies": {
"next": "^14.2.8",
"next": "^14.2.10",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
Expand All @@ -33,13 +33,13 @@
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.8",
"eslint-config-next": "^14.2.10",
"postcss": "^8.4.45",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"rimraf": "^6.0.1",
"slugify": "^1.6.6",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4"
"tailwindcss": "^3.4.11",
"typescript": "^5.6.2"
}
}

0 comments on commit 56cb1ae

Please sign in to comment.