Update packages

This commit is contained in:
2023-10-19 16:49:38 -04:00
parent a8f64dddec
commit aaf37ebb5c
2 changed files with 117 additions and 117 deletions

View File

@ -14,9 +14,9 @@
"@remix-run/cloudflare": "^1.15.0",
"@remix-run/cloudflare-pages": "^1.15.0",
"@remix-run/react": "^1.15.0",
"@sentry/react": "^7.46.0",
"@sentry/tracing": "^7.46.0",
"framer-motion": "^10.10.0",
"@sentry/react": "^7.47.0",
"@sentry/tracing": "^7.47.0",
"framer-motion": "^10.11.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
@ -27,9 +27,9 @@
"@types/react-dom": "^18.0.11",
"esbuild": "^0.17.15",
"prettier": "^2.8.7",
"typescript": "^5.0.3"
"typescript": "^5.0.4"
},
"overrides": {
"@cloudflare/workers-types": "^4.20230321.0"
"@cloudflare/workers-types": "^4.20230404.0"
}
}