Update packages

This commit is contained in:
regalijan 2023-10-19 16:49:31 -04:00
parent 4e4cae7f00
commit c37c77a4f3
Signed by: regalijan
GPG Key ID: 5D4196DA269EF520
2 changed files with 401 additions and 401 deletions

788
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -7,25 +7,25 @@
"build": "remix build" "build": "remix build"
}, },
"dependencies": { "dependencies": {
"@chakra-ui/react": "^2.5.3", "@chakra-ui/react": "^2.5.4",
"@emotion/react": "^11.10.6", "@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6", "@emotion/styled": "^11.10.6",
"@fontsource/plus-jakarta-sans": "^4.5.11", "@fontsource/plus-jakarta-sans": "^4.5.11",
"@remix-run/cloudflare": "^1.14.3", "@remix-run/cloudflare": "^1.14.3",
"@remix-run/cloudflare-pages": "^1.14.3", "@remix-run/cloudflare-pages": "^1.14.3",
"@remix-run/react": "^1.14.3", "@remix-run/react": "^1.14.3",
"@sentry/react": "^7.45.0", "@sentry/react": "^7.46.0",
"@sentry/tracing": "^7.45.0", "@sentry/tracing": "^7.46.0",
"framer-motion": "^10.9.1", "framer-motion": "^10.10.0",
"react": "^18.2.0", "react": "^18.2.0",
"react-dom": "^18.2.0" "react-dom": "^18.2.0"
}, },
"devDependencies": { "devDependencies": {
"@remix-run/dev": "^1.14.3", "@remix-run/dev": "^1.14.3",
"@types/node": "^18.15.8", "@types/node": "^18.15.11",
"@types/react": "^18.0.29", "@types/react": "^18.0.31",
"@types/react-dom": "^18.0.11", "@types/react-dom": "^18.0.11",
"esbuild": "^0.17.13", "esbuild": "^0.17.14",
"prettier": "^2.8.7", "prettier": "^2.8.7",
"typescript": "^5.0.2" "typescript": "^5.0.2"
}, },