Update packages

This commit is contained in:
2023-10-19 16:49:42 -04:00
parent 7174f0846f
commit f96972f549
2 changed files with 294 additions and 294 deletions

View File

@ -14,18 +14,18 @@
"@remix-run/cloudflare": "^1.15.0",
"@remix-run/cloudflare-pages": "^1.15.0",
"@remix-run/react": "^1.15.0",
"@sentry/react": "^7.47.0",
"@sentry/tracing": "^7.47.0",
"framer-motion": "^10.11.2",
"@sentry/react": "^7.48.0",
"@sentry/tracing": "^7.48.0",
"framer-motion": "^10.12.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@remix-run/dev": "^1.15.0",
"@types/node": "^18.15.11",
"@types/react": "^18.0.31",
"@types/react": "^18.0.35",
"@types/react-dom": "^18.0.11",
"esbuild": "^0.17.15",
"esbuild": "^0.17.17",
"prettier": "^2.8.7",
"typescript": "^5.0.4"
},