Bump packages

This commit is contained in:
Regalijan 2025-03-12 23:37:40 +00:00
parent 61243df5c1
commit bbc3adf99c
Signed by: regalijan
GPG Key ID: 5D4196DA269EF520
2 changed files with 372 additions and 381 deletions

725
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"
},
"dependencies": {
"@chakra-ui/react": "^2.10.4",
"@chakra-ui/react": "^2.10.6",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@fontsource-variable/plus-jakarta-sans": "^5.1.1",
"@remix-run/cloudflare": "^2.15.3",
"@remix-run/cloudflare-pages": "^2.15.3",
"@remix-run/react": "^2.15.3",
"@sentry/react": "^8.53.0",
"@fontsource-variable/plus-jakarta-sans": "^5.2.5",
"@remix-run/cloudflare": "^2.16.0",
"@remix-run/cloudflare-pages": "^2.16.0",
"@remix-run/react": "^2.16.0",
"@sentry/react": "^9.5.0",
"aws4fetch": "^1.0.20",
"dayjs": "^1.11.13",
"framer-motion": "^12.0.6",
"framer-motion": "^12.5.0",
"react": "^18.3.1",
"react-big-calendar": "^1.17.1",
"react-big-calendar": "^1.18.0",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@remix-run/dev": "^2.15.3",
"@types/node": "^22.13.0",
"@types/react": "^18.3.12",
"@remix-run/dev": "^2.16.0",
"@types/node": "^22.13.10",
"@types/react": "^18.3.18",
"@types/react-big-calendar": "^1.16.1",
"@types/react-dom": "^18.3.5",
"dotenv": "^16.4.7",
"prettier": "^3.4.2",
"typescript": "^5.7.3"
"prettier": "^3.5.3",
"typescript": "^5.8.2"
},
"overrides": {
"@cloudflare/workers-types": "^4.20250129.0"
"@cloudflare/workers-types": "^4.20250311.0"
},
"prettier": {
"endOfLine": "auto"