@yamada-ui/use-breakpoint
Advanced tools
Comparing version 1.4.17 to 1.4.18-dev-20241225014442
@@ -22,4 +22,4 @@ "use client" | ||
// src/index.ts | ||
var src_exports = {}; | ||
__export(src_exports, { | ||
var index_exports = {}; | ||
__export(index_exports, { | ||
getBreakpointValue: () => getBreakpointValue, | ||
@@ -32,3 +32,3 @@ useBreakpoint: () => useBreakpoint, | ||
}); | ||
module.exports = __toCommonJS(src_exports); | ||
module.exports = __toCommonJS(index_exports); | ||
var import_core = require("@yamada-ui/core"); | ||
@@ -35,0 +35,0 @@ var import_utils = require("@yamada-ui/utils"); |
{ | ||
"name": "@yamada-ui/use-breakpoint", | ||
"version": "1.4.17", | ||
"version": "1.4.18-dev-20241225014442", | ||
"description": "Yamada UI useBreakpoint custom hook", | ||
@@ -28,4 +28,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@yamada-ui/core": "1.16.2", | ||
"@yamada-ui/utils": "1.6.2" | ||
"@yamada-ui/core": "1.17.0-dev-20241225014442", | ||
"@yamada-ui/utils": "1.7.0-dev-20241225014442" | ||
}, | ||
@@ -32,0 +32,0 @@ "devDependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
38365
1
+ Added@yamada-ui/core@1.17.0-dev-20241225014442(transitive)
+ Added@yamada-ui/portal@1.0.28-dev-20241225014442(transitive)
+ Added@yamada-ui/utils@1.7.0-dev-20241225014442(transitive)
- Removed@yamada-ui/core@1.16.2(transitive)
- Removed@yamada-ui/portal@1.0.27(transitive)
- Removed@yamada-ui/utils@1.6.2(transitive)