fix: packages (#378)
Showing
| ... | @@ -9,8 +9,10 @@ | ... | @@ -9,8 +9,10 @@ |
| "lint": "next lint" | "lint": "next lint" | ||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "@chakra-ui/anatomy": "^2.2.1", | |||
| "@chakra-ui/icons": "^2.0.17", | "@chakra-ui/icons": "^2.0.17", | ||
| "@chakra-ui/react": "^2.7.0", | "@chakra-ui/react": "^2.7.0", | ||
| "@chakra-ui/styled-system": "^2.9.1", | |||
| "@chakra-ui/system": "^2.5.8", | "@chakra-ui/system": "^2.5.8", | ||
| "@emotion/react": "^11.10.6", | "@emotion/react": "^11.10.6", | ||
| "@emotion/styled": "^11.10.6", | "@emotion/styled": "^11.10.6", | ||
| ... | @@ -92,6 +94,7 @@ | ... | @@ -92,6 +94,7 @@ |
| "typescript": "4.9.5" | "typescript": "4.9.5" | ||
| }, | }, | ||
| "engines": { | "engines": { | ||
| "node": ">=18.0.0" | "node": ">=18.0.0", | ||
| "pnpm": ">=8.6.0" | |||
| } | } | ||
| } | } |
Please
register
or
sign in
to comment