Compare commits
	
		
			1 Commits
		
	
	
		
			bce6de42be
			...
			9685f9188e
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 9685f9188e | 
@@ -1,7 +1,7 @@
 | 
			
		||||
{
 | 
			
		||||
  "eventDates": ["2025-09-05", "1999-01-01"],
 | 
			
		||||
  "cutoffTime": "23:00",
 | 
			
		||||
  "cutoffTime": "15: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 11pm (23:00) on these dates by default."
 | 
			
		||||
  "internalComment": "Add event dates in YYYY-MM-DD format. Signups will be disabled after 3pm (15:00) on these dates by default."
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										20
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										20
									
								
								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.539.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.13",
 | 
			
		||||
    "@types/node": "22.18.1",
 | 
			
		||||
    "@types/react": "19.1.12",
 | 
			
		||||
    "@types/react-dom": "19.1.9",
 | 
			
		||||
    "eslint": "9.35.0",
 | 
			
		||||
    "eslint-config-next": "15.5.2",
 | 
			
		||||
    "@tailwindcss/postcss": "4.1.11",
 | 
			
		||||
    "@types/node": "22.17.1",
 | 
			
		||||
    "@types/react": "19.1.8",
 | 
			
		||||
    "@types/react-dom": "19.1.6",
 | 
			
		||||
    "eslint": "9.33.0",
 | 
			
		||||
    "eslint-config-next": "15.4.5",
 | 
			
		||||
    "eslint-config-prettier": "10.1.8",
 | 
			
		||||
    "postcss": "8.5.6",
 | 
			
		||||
    "tailwindcss": "4.1.13",
 | 
			
		||||
    "turbo": "2.5.6",
 | 
			
		||||
    "tailwindcss": "4.1.11",
 | 
			
		||||
    "turbo": "2.5.5",
 | 
			
		||||
    "typescript": "5.9.2"
 | 
			
		||||
  },
 | 
			
		||||
  "packageManager": "pnpm@10.15.1"
 | 
			
		||||
  "packageManager": "pnpm@10.14.0"
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										1371
									
								
								pnpm-lock.yaml
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										1371
									
								
								pnpm-lock.yaml
									
									
									
										generated
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
		Reference in New Issue
	
	Block a user