Update packages

This commit is contained in:
2023-10-19 16:49:27 -04:00
parent fb4be4cc44
commit c665b8ae79
2 changed files with 134 additions and 113 deletions

View File

@ -16,22 +16,22 @@
"@remix-run/cloudflare": "^1.14.3",
"@remix-run/cloudflare-pages": "^1.14.3",
"@remix-run/react": "^1.14.3",
"@sentry/react": "^7.43.0",
"@sentry/tracing": "^7.43.0",
"framer-motion": "^10.6.0",
"@sentry/react": "^7.44.2",
"@sentry/tracing": "^7.44.2",
"framer-motion": "^10.8.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@remix-run/dev": "^1.14.3",
"@types/node": "^18.15.3",
"@types/node": "^18.15.5",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"esbuild": "^0.17.12",
"prettier": "^2.8.4",
"prettier": "^2.8.6",
"typescript": "^5.0.2"
},
"overrides": {
"@cloudflare/workers-types": "^4.20230307.0"
"@cloudflare/workers-types": "^4.20230321.0"
}
}