Skip to content

Commit

Permalink
Merge branch 'release/1.3.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
marceloglacial committed Oct 27, 2023
2 parents 181a082 + 43f744c commit da63489
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/hooks/useCountdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ interface CountdownProps {
}

export function useCountdown(): CountdownProps {
const finalDate = new Date('Oct 28 2023 19:00:00 EST')
const finalDate = new Date('Oct 28 2023 18:00:00 EST')
const calculateTimeLeft = (): CountdownProps => {
const now = new Date().getTime()
const difference = finalDate.getTime() - now
Expand Down
Binary file modified bun.lockb
Binary file not shown.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "halloween-dos-freitas",
"version": "1.2.0",
"version": "1.3.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -13,7 +13,7 @@
},
"dependencies": {
"@vercel/analytics": "^1.1.1",
"next": "13.5.4",
"next": "14.0.0",
"react": "^18",
"react-dom": "^18"
},
Expand All @@ -24,8 +24,8 @@
"autoprefixer": "^10",
"daisyui": "latest",
"eslint": "^8",
"eslint-config-next": "13.5.4",
"husky": "^8.0.0",
"eslint-config-next": "14.0.0",
"husky": "^8.0.3",
"postcss": "^8",
"prettier": "^3.0.3",
"tailwindcss": "^3",
Expand Down

0 comments on commit da63489

Please sign in to comment.