Update packages

This commit is contained in:
2024-05-28 16:01:16 -04:00
parent 616acc215c
commit 86a912cb01
2 changed files with 99 additions and 135 deletions

View File

@ -16,23 +16,23 @@
"@remix-run/cloudflare": "^2.9.2",
"@remix-run/cloudflare-pages": "^2.9.2",
"@remix-run/react": "^2.9.2",
"@sentry/react": "^7.114.0",
"@sentry/react": "^8.5.0",
"aws4fetch": "^1.0.18",
"framer-motion": "^11.1.9",
"framer-motion": "^11.2.6",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@remix-run/dev": "^2.9.2",
"@types/node": "^20.12.11",
"@types/react": "^18.3.2",
"@types/node": "^20.12.12",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"dotenv": "^16.4.5",
"prettier": "^3.2.5",
"typescript": "^5.4.5"
},
"overrides": {
"@cloudflare/workers-types": "^4.20240502.0"
"@cloudflare/workers-types": "^4.20240524.0"
},
"prettier": {
"endOfLine": "auto"