Skip to content

Commit

Permalink
dependency bump
Browse files Browse the repository at this point in the history
  • Loading branch information
gregrickaby committed Dec 5, 2023
1 parent ffa1220 commit f296435
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 37 deletions.
92 changes: 60 additions & 32 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
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "next start"
},
"dependencies": {
"eslint": "^8.54.0",
"eslint": "^8.55.0",
"eslint-config-next": "^14.0.3",
"next": "^14.0.3",
"react": "^18.2.0",
Expand All @@ -31,14 +31,14 @@
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@types/node": "^20.10.0",
"@types/react": "^18.2.38",
"@types/node": "^20.10.3",
"@types/react": "^18.2.42",
"@types/react-dom": "^18.2.17",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"postcss": "^8.4.32",
"prettier": "^3.1.0",
"prettier-plugin-tailwindcss": "^0.5.7",
"tailwindcss": "^3.3.5",
"tailwindcss": "^3.3.6",
"typescript": "^5.3.2"
}
}

1 comment on commit f296435

@vercel
Copy link

@vercel vercel bot commented on f296435 Dec 5, 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.