Skip to content

Commit

Permalink
Upgrade next and tailwind dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-bauer committed Jul 17, 2024
1 parent 46348a3 commit 6d5bbaa
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 59 deletions.
112 changes: 56 additions & 56 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@headlessui/react": "^2.1.2",
"@heroicons/react": "^2.1.5",
"next": "14.2.4",
"next": "14.2.5",
"react": "^18",
"react-dom": "^18"
},
Expand All @@ -23,12 +23,12 @@
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.4",
"eslint-config-next": "14.2.5",
"eslint-config-prettier": "^9.1.0",
"postcss": "^8",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.13",
"tailwindcss": "^3.4.5",
"tailwindcss": "^3.4.6",
"typescript": "^5"
}
}

0 comments on commit 6d5bbaa

Please sign in to comment.