Update packages

This commit is contained in:
Regalijan 2024-10-02 15:08:13 -04:00
parent 0a8c9598b8
commit 5b9b8ad337
Signed by: regalijan
GPG Key ID: 5D4196DA269EF520
2 changed files with 2153 additions and 1236 deletions

3365
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -9,33 +9,33 @@
"publish": "remix build --sourcemap && wrangler pages deploy public" "publish": "remix build --sourcemap && wrangler pages deploy public"
}, },
"dependencies": { "dependencies": {
"@chakra-ui/react": "^2.8.2", "@chakra-ui/react": "^2.9.3",
"@emotion/react": "^11.13.3", "@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0", "@emotion/styled": "^11.13.0",
"@fontsource/plus-jakarta-sans": "^5.1.0", "@fontsource/plus-jakarta-sans": "^5.1.0",
"@remix-run/cloudflare": "^2.12.0", "@remix-run/cloudflare": "^2.12.1",
"@remix-run/cloudflare-pages": "^2.12.0", "@remix-run/cloudflare-pages": "^2.12.1",
"@remix-run/react": "^2.12.0", "@remix-run/react": "^2.12.1",
"@sentry/react": "^8.30.0", "@sentry/react": "^8.33.0",
"aws4fetch": "^1.0.20", "aws4fetch": "^1.0.20",
"dayjs": "^1.11.13", "dayjs": "^1.11.13",
"framer-motion": "^11.5.4", "framer-motion": "^11.9.0",
"react": "^18.3.1", "react": "^18.3.1",
"react-big-calendar": "^1.14.1", "react-big-calendar": "^1.15.0",
"react-dom": "^18.3.1" "react-dom": "^18.3.1"
}, },
"devDependencies": { "devDependencies": {
"@remix-run/dev": "^2.12.0", "@remix-run/dev": "^2.12.1",
"@types/node": "^22.5.5", "@types/node": "^22.7.4",
"@types/react": "^18.3.6", "@types/react": "^18.3.11",
"@types/react-big-calendar": "^1.8.11", "@types/react-big-calendar": "^1.8.12",
"@types/react-dom": "^18.3.0", "@types/react-dom": "^18.3.0",
"dotenv": "^16.4.5", "dotenv": "^16.4.5",
"prettier": "^3.3.3", "prettier": "^3.3.3",
"typescript": "^5.6.2" "typescript": "^5.6.2"
}, },
"overrides": { "overrides": {
"@cloudflare/workers-types": "^4.20240909.0" "@cloudflare/workers-types": "^4.20240925.0"
}, },
"prettier": { "prettier": {
"endOfLine": "auto" "endOfLine": "auto"