Skip to content

Commit

Permalink
Upgrade TypeScript version
Browse files Browse the repository at this point in the history
  • Loading branch information
fowled committed Apr 19, 2024
1 parent 9068b5c commit af77b9e
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@
"@types/node-schedule": "2.1.0",
"@typescript-eslint/eslint-plugin": "5.31.0",
"@typescript-eslint/parser": "5.31.0",
"typescript": "4.9.0-dev.20221013"
"typescript": "5.4.5"
}
}
64 changes: 32 additions & 32 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion website/src/components/Navbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ onMounted(async () => {
<div v-if="user?.aud === 'authenticated'" class="flex flex-row space-x-3">
<img alt="user's avatar" :src="user.user_metadata.avatar_url + '?size=256'" class="h-10 rounded-full" />
<h1 class="flex items-center dark:text-gray-300">{{ user.user_metadata.name }}</h1>
<h1 class="flex items-center dark:text-gray-300">{{ user.user_metadata.full_name }}</h1>
<span @click="logout" class="my-auto">
<ArrowRightOnRectangleIcon class="self-center h-6 w-6 cursor-pointer dark:text-white" />
Expand Down

0 comments on commit af77b9e

Please sign in to comment.