Compare commits

...

7 Commits

Author SHA1 Message Date
3b58b4d443 Update event-dates.json
All checks were successful
Check / Lint and Check (pull_request) Successful in 27s
Changed cut-off to 23:00
2025-09-01 12:49:04 +02:00
b24c7a2169 fix(deps): update dependency lucide-react to ^0.542.0
All checks were successful
Check / Lint and Check (push) Successful in 25s
2025-08-30 05:00:44 +00:00
ded9a26818 chore(deps): update dependency @types/node to v22.18.0
All checks were successful
Check / Lint and Check (push) Successful in 28s
2025-08-30 04:00:53 +00:00
48e39f5add fix(deps): update nextjs monorepo to v15.5.2
All checks were successful
Check / Lint and Check (push) Successful in 27s
2025-08-30 03:00:52 +00:00
e16ad7619b fix(deps): update dependency postcss-preset-env to v10.3.1
All checks were successful
Check / Lint and Check (push) Successful in 24s
2025-08-30 02:00:54 +00:00
7f61fd8ba1 fix(deps): update dependency zod to v4.1.5
All checks were successful
Check / Lint and Check (push) Successful in 2m54s
2025-08-30 01:00:51 +00:00
313548166d chore(deps): update react monorepo
All checks were successful
Check / Lint and Check (push) Successful in 43s
2025-08-30 00:00:34 +00:00
3 changed files with 266 additions and 266 deletions

View File

@@ -1,7 +1,7 @@
{
"eventDates": ["2025-09-05", "1999-01-01"],
"cutoffTime": "15:00",
"cutoffTime": "23:00",
"message": "Sign-ups are closed for today's event. Please come back tomorrow.",
"internalComment": "Add event dates in YYYY-MM-DD format. Signups will be disabled after 3pm (15:00) on these dates by default."
"internalComment": "Add event dates in YYYY-MM-DD format. Signups will be disabled after 11pm (23:00) on these dates by default."
}

View File

@@ -18,7 +18,7 @@
"clsx": "^2.1.1",
"cssnano": "^7.1.0",
"date-fns": "^4.1.0",
"lucide-react": "^0.541.0",
"lucide-react": "^0.542.0",
"next": "^15.4.1",
"next-plausible": "^3.12.4",
"postcss-flexbugs-fixes": "^5.0.2",
@@ -33,11 +33,11 @@
},
"devDependencies": {
"@tailwindcss/postcss": "4.1.12",
"@types/node": "22.17.2",
"@types/react": "19.1.11",
"@types/react-dom": "19.1.7",
"@types/node": "22.18.0",
"@types/react": "19.1.12",
"@types/react-dom": "19.1.9",
"eslint": "9.34.0",
"eslint-config-next": "15.5.0",
"eslint-config-next": "15.5.2",
"eslint-config-prettier": "10.1.8",
"postcss": "8.5.6",
"tailwindcss": "4.1.12",

518
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff