Skip to content

Commit

Permalink
build(deps-dev): bump prettier-plugin-tailwindcss from 0.5.14 to 0.6.5 (
Browse files Browse the repository at this point in the history
#196)

* build(deps-dev): bump prettier-plugin-tailwindcss from 0.5.14 to 0.6.5

Bumps [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) from 0.5.14 to 0.6.5.
- [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md)
- [Commits](tailwindlabs/prettier-plugin-tailwindcss@v0.5.14...v0.6.5)

---
updated-dependencies:
- dependency-name: prettier-plugin-tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* refactor: Run prettier

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jesse Breuer-Penello <[email protected]>
  • Loading branch information
dependabot[bot] and steezplusplus authored Jun 24, 2024
1 parent 363e42b commit b61b9f9
Show file tree
Hide file tree
Showing 14 changed files with 20 additions and 95 deletions.
6 changes: 1 addition & 5 deletions app/not-found.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@ export default function NotFound() {
<h2 className="mb-1 text-lg">This page doesn&apos;t exist!</h2>
<p className="text-sm">I&apos;m not sure how you got here.</p>
<Link
className="
mt-6 text-2xl text-blue-900
underline hover:text-blue-700
dark:text-purple-400 dark:hover:text-purple-600
"
className="mt-6 text-2xl text-blue-900 underline hover:text-blue-700 dark:text-purple-400 dark:hover:text-purple-600"
href="/"
>
Go back
Expand Down
6 changes: 1 addition & 5 deletions components/cards/contact-card/contact-card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,7 @@ export function ContactCard(props: ContactCardProps) {
<Link
href={href}
target="_blank"
className="
group flex aspect-square flex-col
rounded-xl border border-stone-400
bg-white/50 p-4 dark:bg-indigo-100/5
"
className="group flex aspect-square flex-col rounded-xl border border-stone-400 bg-white/50 p-4 dark:bg-indigo-100/5"
>
<div className="mb-auto self-start">{icon}</div>
<h2 className="mb-1 self-end text-lg group-hover:underline">{label}</h2>
Expand Down
6 changes: 1 addition & 5 deletions components/cards/github-card/github-card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,7 @@ export function GithubCard(props: GithubCardProps) {
<Link
href={href}
target="_blank"
className="
group flex aspect-square flex-col
rounded-xl border border-stone-400
bg-white/50 p-4 dark:bg-indigo-100/5
"
className="group flex aspect-square flex-col rounded-xl border border-stone-400 bg-white/50 p-4 dark:bg-indigo-100/5"
>
<h2 className="mb-1 text-lg group-hover:underline">{label}</h2>
<h3 className="text-sm italic">{subLabel}</h3>
Expand Down
6 changes: 1 addition & 5 deletions components/cards/linkedin-card/linkedin-card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,7 @@ export function LinkedinCard(props: LinkedinCardProps) {
<Link
href={href}
target="_blank"
className="
group flex aspect-square flex-col
rounded-xl border border-stone-400
bg-white/50 p-4 dark:bg-indigo-100/5
"
className="group flex aspect-square flex-col rounded-xl border border-stone-400 bg-white/50 p-4 dark:bg-indigo-100/5"
>
<div className="mb-auto self-end">{icon}</div>
<h2 className="mb-1 text-lg group-hover:underline">{label}</h2>
Expand Down
8 changes: 1 addition & 7 deletions components/cards/music-card/music-card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,7 @@ type MusicCardProps = {
export function MusicCard(props: MusicCardProps) {
const { label, subLabel } = props;
return (
<div
className="
col-span-2 flex aspect-auto flex-col rounded-xl
border border-stone-400 bg-white/50
p-4 dark:bg-indigo-100/5
"
>
<div className="col-span-2 flex aspect-auto flex-col rounded-xl border border-stone-400 bg-white/50 p-4 dark:bg-indigo-100/5">
<h2 className="mb-2 self-start text-lg">{label}</h2>
<MusicPlayer songPath="/song.mp3" />
<h3 className="mt-1 self-end text-sm italic">{subLabel}</h3>
Expand Down
9 changes: 1 addition & 8 deletions components/cards/profile-card/profile-card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,7 @@ import Image from 'next/image';

export function ProfileCard() {
return (
<div
className="
bottom-0 aspect-auto self-start
rounded-xl border border-stone-400 bg-white/50 p-4
dark:bg-indigo-100/5 sm:sticky sm:top-10
sm:aspect-square
"
>
<div className="bottom-0 aspect-auto self-start rounded-xl border border-stone-400 bg-white/50 p-4 dark:bg-indigo-100/5 sm:sticky sm:top-10 sm:aspect-square">
<div className="flex h-full flex-col items-center justify-center">
<Image
priority
Expand Down
10 changes: 1 addition & 9 deletions components/cards/repo-card/badge/badge.tsx
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
export function Badge() {
return (
<div
className="
absolute -right-2 -top-3
rounded-lg border border-stone-400
bg-indigo-50 px-2 py-1 text-xs
font-semibold text-black
dark:bg-neutral-900 dark:text-indigo-50
"
>
<div className="absolute -right-2 -top-3 rounded-lg border border-stone-400 bg-indigo-50 px-2 py-1 text-xs font-semibold text-black dark:bg-neutral-900 dark:text-indigo-50">
New!
</div>
);
Expand Down
21 changes: 3 additions & 18 deletions components/cards/repo-card/repo-card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,7 @@ export function RepoCard(props: RepoCardProps) {
return (
<article
key={id}
className="
relative flex aspect-auto flex-col
rounded-xl border
border-stone-400 bg-white/50 px-6
py-2 dark:bg-indigo-100/5
"
className="relative flex aspect-auto flex-col rounded-xl border border-stone-400 bg-white/50 px-6 py-2 dark:bg-indigo-100/5"
>
<h3 className="mb-3 text-lg">{name}</h3>

Expand All @@ -58,11 +53,7 @@ export function RepoCard(props: RepoCardProps) {

<div className="flex flex-col items-center">
<Link
className="
mt-6 text-blue-700
underline hover:text-blue-900
dark:text-purple-400 dark:hover:text-purple-600
"
className="mt-6 text-blue-700 underline hover:text-blue-900 dark:text-purple-400 dark:hover:text-purple-600"
href={githubUrl}
target="_blank"
>
Expand All @@ -76,13 +67,7 @@ export function RepoCard(props: RepoCardProps) {

export function RepoCardSkeleton() {
return (
<article
className="
flex aspect-auto flex-col
rounded-xl border border-stone-400
bg-white/50 px-6 py-2
"
>
<article className="flex aspect-auto flex-col rounded-xl border border-stone-400 bg-white/50 px-6 py-2">
<div className="mb-4 h-7 rounded bg-stone-200" />
<div className="mb-2 h-10 rounded bg-stone-200" />
<div className="my-auto mb-1 flex justify-evenly">
Expand Down
6 changes: 1 addition & 5 deletions components/cards/support-card/support-card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,7 @@ export function SupportCard(props: SupportCardProps) {
<Link
href={href}
target="_blank"
className="
group col-span-2 flex aspect-auto flex-col
rounded-xl border border-stone-400
bg-white/50 p-4 dark:bg-indigo-100/5
"
className="group col-span-2 flex aspect-auto flex-col rounded-xl border border-stone-400 bg-white/50 p-4 dark:bg-indigo-100/5"
>
<h2 className="mb-1 text-lg group-hover:underline">{label}</h2>
<div className="mt-2 self-center">{icon}</div>
Expand Down
8 changes: 1 addition & 7 deletions components/cards/theme-card/theme-card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,7 @@ type ThemeCardProps = {
export function ThemeCard(props: ThemeCardProps) {
const { label, icon } = props;
return (
<div
className="
col-span-2 flex aspect-auto flex-col rounded-xl
border border-stone-400 bg-white/50
p-4 dark:bg-indigo-100/5
"
>
<div className="col-span-2 flex aspect-auto flex-col rounded-xl border border-stone-400 bg-white/50 p-4 dark:bg-indigo-100/5">
<h2 className="mb-1 self-end text-lg">{label}</h2>
<ThemeSelect />
<div className="self-start text-sm italic">{icon}</div>
Expand Down
6 changes: 1 addition & 5 deletions components/cards/twitter-card/twitter-card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,7 @@ export function TwitterCard(props: TwitterCardProps) {
<Link
href={href}
target="_blank"
className="
group flex aspect-square flex-col
rounded-xl border border-stone-400
bg-white/50 p-4 dark:bg-indigo-100/5
"
className="group flex aspect-square flex-col rounded-xl border border-stone-400 bg-white/50 p-4 dark:bg-indigo-100/5"
>
<h2 className="mb-1 self-end text-lg group-hover:underline">{label}</h2>
<h3 className="self-end text-sm italic">{subLabel}</h3>
Expand Down
13 changes: 2 additions & 11 deletions components/footer/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,13 @@ const githubRepoUrl = 'https://github.com/steezplusplus/Portfolio';

export function Footer() {
return (
<ul
className="
flex h-full flex-col items-center justify-center px-4 text-sm
sm:flex-row sm:justify-between sm:px-6 lg:px-8
"
>
<ul className="flex h-full flex-col items-center justify-center px-4 text-sm sm:flex-row sm:justify-between sm:px-6 lg:px-8">
<li>
<p>&copy; Jesse Breuer-Penello. All rights reserverd.</p>
</li>
<li>
<Link
className="
mt-6 text-blue-700
underline hover:text-blue-900
dark:text-purple-400 dark:hover:text-purple-600
"
className="mt-6 text-blue-700 underline hover:text-blue-900 dark:text-purple-400 dark:hover:text-purple-600"
href={githubRepoUrl}
target="_blank"
>
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"prettier-plugin-tailwindcss": "^0.6.5",
"ts-jest": "^29.1.4",
"ts-node": "^10.9.2"
}
Expand Down

0 comments on commit b61b9f9

Please sign in to comment.