Update dependencies

This commit is contained in:
regalijan 2023-10-19 16:49:46 -04:00
parent 62a6c3a1f1
commit 5557bebae9
Signed by: regalijan
GPG Key ID: 5D4196DA269EF520
2 changed files with 580 additions and 554 deletions

1112
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -7,26 +7,26 @@
"build": "remix build"
},
"dependencies": {
"@chakra-ui/react": "^2.5.5",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@chakra-ui/react": "^2.6.0",
"@emotion/react": "^11.10.8",
"@emotion/styled": "^11.10.8",
"@fontsource/plus-jakarta-sans": "^4.5.11",
"@remix-run/cloudflare": "^1.15.0",
"@remix-run/cloudflare-pages": "^1.15.0",
"@remix-run/react": "^1.15.0",
"@sentry/react": "^7.48.0",
"@sentry/tracing": "^7.48.0",
"framer-motion": "^10.12.2",
"@sentry/react": "^7.50.0",
"@sentry/tracing": "^7.50.0",
"framer-motion": "^10.12.4",
"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.35",
"@types/react-dom": "^18.0.11",
"esbuild": "^0.17.17",
"prettier": "^2.8.7",
"@types/node": "^18.16.3",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.1",
"esbuild": "^0.17.18",
"prettier": "^2.8.8",
"typescript": "^5.0.4"
},
"overrides": {