forked from schulze/bam
Compare commits
9 Commits
3b58b4d443
...
renovate/p
Author | SHA1 | Date | |
---|---|---|---|
d09561cba6 | |||
4e7cbd01e7 | |||
7fcea85ff1 | |||
4641430185 | |||
63064f29f8 | |||
3a00e01cab | |||
776f676947 | |||
b9ed74ea66 | |||
f27c23cde4 |
@@ -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."
|
||||
}
|
||||
|
12
package.json
12
package.json
@@ -32,17 +32,17 @@
|
||||
"zod": "^4.0.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tailwindcss/postcss": "4.1.12",
|
||||
"@types/node": "22.18.0",
|
||||
"@types/react": "19.1.12",
|
||||
"@tailwindcss/postcss": "4.1.13",
|
||||
"@types/node": "22.18.3",
|
||||
"@types/react": "19.1.13",
|
||||
"@types/react-dom": "19.1.9",
|
||||
"eslint": "9.34.0",
|
||||
"eslint": "9.35.0",
|
||||
"eslint-config-next": "15.5.2",
|
||||
"eslint-config-prettier": "10.1.8",
|
||||
"postcss": "8.5.6",
|
||||
"tailwindcss": "4.1.12",
|
||||
"tailwindcss": "4.1.13",
|
||||
"turbo": "2.5.6",
|
||||
"typescript": "5.9.2"
|
||||
},
|
||||
"packageManager": "pnpm@10.15.0"
|
||||
"packageManager": "pnpm@10.16.0"
|
||||
}
|
||||
|
608
pnpm-lock.yaml
generated
608
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user