Update some dependencies

This commit is contained in:
2025-09-11 15:40:37 -04:00
parent b8bc4acf4b
commit f2c332b649
2 changed files with 60 additions and 60 deletions

View File

@@ -16,9 +16,9 @@
"@remix-run/cloudflare": "^2.17.0",
"@remix-run/cloudflare-pages": "^2.17.0",
"@remix-run/react": "^2.17.0",
"@sentry/react": "^10.5.0",
"@sentry/react": "^10.11.0",
"aws4fetch": "^1.0.20",
"dayjs": "^1.11.13",
"dayjs": "^1.11.18",
"framer-motion": "^12.23.12",
"react": "^18.3.1",
"react-big-calendar": "^1.19.4",
@@ -26,16 +26,16 @@
},
"devDependencies": {
"@remix-run/dev": "^2.17.0",
"@types/node": "^22.13.14",
"@types/react": "^18.3.23",
"@types/node": "^22.18.1",
"@types/react": "^18.3.24",
"@types/react-big-calendar": "^1.16.2",
"@types/react-dom": "^18.3.7",
"dotenv": "^17.2.1",
"dotenv": "^17.2.2",
"prettier": "^3.6.2",
"typescript": "^5.9.2"
},
"overrides": {
"@cloudflare/workers-types": "^4.20250816.0"
"@cloudflare/workers-types": "^4.20250911.0"
},
"prettier": {
"endOfLine": "auto"