Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@mantine/dates

Package Overview
Dependencies
Maintainers
1
Versions
328
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mantine/dates - npm Package Compare versions

Comparing version 2.5.0-alpha.0 to 2.5.0-alpha.1

10

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc