forked from schulze/bam
Compare commits
17 Commits
master
...
renovate/e
Author | SHA1 | Date | |
---|---|---|---|
699ec9fa26 | |||
75e50287cf | |||
0af9577400 | |||
f202342297 | |||
f930a9882d | |||
a733f548bc | |||
895e44f930 | |||
22be09e87a | |||
cb05115068 | |||
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."
|
||||
}
|
||||
|
16
package.json
16
package.json
@@ -18,7 +18,7 @@
|
||||
"clsx": "^2.1.1",
|
||||
"cssnano": "^7.1.0",
|
||||
"date-fns": "^4.1.0",
|
||||
"lucide-react": "^0.542.0",
|
||||
"lucide-react": "^0.544.0",
|
||||
"next": "^15.4.1",
|
||||
"next-plausible": "^3.12.4",
|
||||
"postcss-flexbugs-fixes": "^5.0.2",
|
||||
@@ -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.6",
|
||||
"@types/react": "19.1.13",
|
||||
"@types/react-dom": "19.1.9",
|
||||
"eslint": "9.34.0",
|
||||
"eslint-config-next": "15.5.2",
|
||||
"eslint": "9.36.0",
|
||||
"eslint-config-next": "15.5.3",
|
||||
"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.1"
|
||||
}
|
||||
|
736
pnpm-lock.yaml
generated
736
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user