@mantine/dates
Advanced tools
Comparing version 2.5.0-alpha.0 to 2.5.0-alpha.1
{ | ||
"name": "@mantine/dates", | ||
"description": "Calendars, date and time pickers based on Mantine components", | ||
"version": "2.5.0-alpha.0", | ||
"version": "2.5.0-alpha.1", | ||
"main": "cjs/index.js", | ||
@@ -13,7 +13,6 @@ "module": "esm/index.js", | ||
"peerDependencies": { | ||
"@mantine/core": "2.5.0-alpha.0", | ||
"@mantine/hooks": "2.5.0-alpha.0", | ||
"@mantine/core": "2.5.0-alpha.1", | ||
"@mantine/hooks": "2.5.0-alpha.1", | ||
"dayjs": "^1.10.5", | ||
"react": ">=16.8.0", | ||
"react-jss": ">=10.1.1" | ||
"react": ">=16.8.0" | ||
}, | ||
@@ -23,2 +22,3 @@ "dependencies": { | ||
"@popperjs/core": "^2.9.3", | ||
"react-jss": "^10.7.1", | ||
"react-popper": "^2.2.5" | ||
@@ -25,0 +25,0 @@ }, |
@@ -11,6 +11,6 @@ # Mantine dates | ||
# With yarn | ||
yarn add @mantine/core @mantine/hooks @mantine/dates react-jss | ||
yarn add @mantine/core @mantine/hooks @mantine/dates dayjs | ||
# With npm | ||
yarn add @mantine/core @mantine/hooks @mantine/dates react-jss | ||
yarn add @mantine/core @mantine/hooks @mantine/dates dayjs | ||
@@ -17,0 +17,0 @@ # With install-peerdeps |
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
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
677065
+ Addedreact-jss@^10.7.1
+ Added@mantine/core@2.5.0-alpha.1(transitive)
+ Added@mantine/hooks@2.5.0-alpha.1(transitive)
- Removed@mantine/core@2.5.0-alpha.0(transitive)
- Removed@mantine/hooks@2.5.0-alpha.0(transitive)