Update packages

This commit is contained in:
2025-06-09 23:15:53 -04:00
parent 51d1121b23
commit e6424024d1
2 changed files with 197 additions and 190 deletions

View File

@ -9,33 +9,33 @@
"publish": "remix build --sourcemap && wrangler pages deploy public"
},
"dependencies": {
"@chakra-ui/react": "^2.10.6",
"@chakra-ui/react": "^2.10.9",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@fontsource-variable/plus-jakarta-sans": "^5.2.5",
"@remix-run/cloudflare": "^2.16.0",
"@remix-run/cloudflare-pages": "^2.16.0",
"@remix-run/react": "^2.16.0",
"@sentry/react": "^9.5.0",
"@fontsource-variable/plus-jakarta-sans": "^5.2.6",
"@remix-run/cloudflare": "^2.16.8",
"@remix-run/cloudflare-pages": "^2.16.8",
"@remix-run/react": "^2.16.8",
"@sentry/react": "^9.27.0",
"aws4fetch": "^1.0.20",
"dayjs": "^1.11.13",
"framer-motion": "^12.5.0",
"framer-motion": "^12.16.0",
"react": "^18.3.1",
"react-big-calendar": "^1.18.0",
"react-big-calendar": "^1.19.2",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@remix-run/dev": "^2.16.0",
"@types/node": "^22.13.10",
"@types/react": "^18.3.18",
"@remix-run/dev": "^2.16.8",
"@types/node": "^22.13.14",
"@types/react": "^18.3.23",
"@types/react-big-calendar": "^1.16.1",
"@types/react-dom": "^18.3.5",
"dotenv": "^16.4.7",
"@types/react-dom": "^18.3.7",
"dotenv": "^16.5.0",
"prettier": "^3.5.3",
"typescript": "^5.8.2"
"typescript": "^5.8.3"
},
"overrides": {
"@cloudflare/workers-types": "^4.20250311.0"
"@cloudflare/workers-types": "^4.20250610.0"
},
"prettier": {
"endOfLine": "auto"