Skip to content

Commit

Permalink
chore: use Day.js as peerDependencies (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamkun committed Feb 9, 2021
1 parent 4e00483 commit 79307f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"@babel/runtime": "^7.10.1",
"classnames": "^2.2.1",
"date-fns": "^2.15.0",
"dayjs": "^1.8.30",
"moment": "^2.24.0",
"rc-trigger": "^5.0.4",
"rc-util": "^5.4.0",
Expand All @@ -60,6 +59,7 @@
"@umijs/fabric": "^2.0.8",
"coveralls": "^3.0.6",
"cross-env": "^7.0.2",
"dayjs": "^1.8.30",
"enzyme": "^3.0.0",
"enzyme-adapter-react-16": "^1.0.1",
"enzyme-to-json": "^3.4.0",
Expand All @@ -85,6 +85,7 @@
"mode": "npm"
},
"peerDependencies": {
"dayjs": "^1.8.30",
"react": ">=16.9.0",
"react-dom": ">=16.9.0"
}
Expand Down

1 comment on commit 79307f0

@vercel
Copy link

@vercel vercel bot commented on 79307f0 Feb 9, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.