@nextui-org/use-is-mobile
Advanced tools
Comparing version 0.0.0-dev-v2-20231103151341 to 0.0.0-dev-v2-20240416125016
{ | ||
"name": "@nextui-org/use-is-mobile", | ||
"version": "0.0.0-dev-v2-20231103151341", | ||
"version": "0.0.0-dev-v2-20240416125016", | ||
"description": "A hook that returns whether the device is mobile or not", | ||
@@ -28,3 +28,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@react-aria/ssr": "^3.8.0" | ||
"@react-aria/ssr": "^3.9.2" | ||
}, | ||
@@ -56,3 +56,3 @@ "peerDependencies": { | ||
"build:fast": "tsup src", | ||
"dev": "yarn build:fast -- --watch", | ||
"dev": "pnpm build:fast --watch", | ||
"clean": "rimraf dist .turbo", | ||
@@ -59,0 +59,0 @@ "typecheck": "tsc --noEmit" |
@@ -21,5 +21,5 @@ # @nextui-org/use-is-mobile | ||
## Licence | ||
## License | ||
This project is licensed under the terms of the | ||
[MIT license](https://github.com/nextui-org/nextui/blob/master/LICENSE). |
4608
Updated@react-aria/ssr@^3.9.2