Update packages
This commit is contained in:
22
package.json
22
package.json
@ -9,33 +9,33 @@
|
||||
"publish": "remix build --sourcemap && wrangler pages deploy public"
|
||||
},
|
||||
"dependencies": {
|
||||
"@chakra-ui/react": "^2.9.3",
|
||||
"@chakra-ui/react": "^2.10.3",
|
||||
"@emotion/react": "^11.13.3",
|
||||
"@emotion/styled": "^11.13.0",
|
||||
"@fontsource/plus-jakarta-sans": "^5.1.0",
|
||||
"@remix-run/cloudflare": "^2.12.1",
|
||||
"@remix-run/cloudflare-pages": "^2.12.1",
|
||||
"@remix-run/react": "^2.12.1",
|
||||
"@sentry/react": "^8.33.0",
|
||||
"@remix-run/cloudflare": "^2.13.1",
|
||||
"@remix-run/cloudflare-pages": "^2.13.1",
|
||||
"@remix-run/react": "^2.13.1",
|
||||
"@sentry/react": "^8.34.0",
|
||||
"aws4fetch": "^1.0.20",
|
||||
"dayjs": "^1.11.13",
|
||||
"framer-motion": "^11.9.0",
|
||||
"framer-motion": "^11.11.9",
|
||||
"react": "^18.3.1",
|
||||
"react-big-calendar": "^1.15.0",
|
||||
"react-dom": "^18.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@remix-run/dev": "^2.12.1",
|
||||
"@types/node": "^22.7.4",
|
||||
"@remix-run/dev": "^2.13.1",
|
||||
"@types/node": "^22.7.7",
|
||||
"@types/react": "^18.3.11",
|
||||
"@types/react-big-calendar": "^1.8.12",
|
||||
"@types/react-dom": "^18.3.0",
|
||||
"@types/react-dom": "^18.3.1",
|
||||
"dotenv": "^16.4.5",
|
||||
"prettier": "^3.3.3",
|
||||
"typescript": "^5.6.2"
|
||||
"typescript": "^5.6.3"
|
||||
},
|
||||
"overrides": {
|
||||
"@cloudflare/workers-types": "^4.20240925.0"
|
||||
"@cloudflare/workers-types": "^4.20241018.0"
|
||||
},
|
||||
"prettier": {
|
||||
"endOfLine": "auto"
|
||||
|
Reference in New Issue
Block a user