Update dependencies

This commit is contained in:
regalijan 2023-10-19 16:49:13 -04:00
parent 9cd66cdcf4
commit a1c12d49c3
Signed by: regalijan
GPG Key ID: 5D4196DA269EF520
2 changed files with 278 additions and 1085 deletions

1354
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -16,9 +16,9 @@
"@remix-run/cloudflare": "^1.14.0",
"@remix-run/cloudflare-pages": "^1.14.0",
"@remix-run/react": "^1.14.0",
"@sentry/react": "^7.40.0",
"@sentry/tracing": "^7.40.0",
"framer-motion": "^10.0.2",
"@sentry/react": "^7.41.0",
"@sentry/tracing": "^7.41.0",
"framer-motion": "^10.2.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet-async": "^1.3.0"
@ -28,8 +28,7 @@
"@types/node": "^18.14.6",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^3.1.0",
"esbuild": "^0.17.8",
"esbuild": "^0.17.11",
"prettier": "^2.8.4",
"typescript": "^4.9.5"
},