Skip to content

Commit

Permalink
fix: dayjs and date-fns as deps with wide semver version range (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 authored Jul 1, 2021
1 parent 7d33b27 commit 5edbc9a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
"dependencies": {
"@babel/runtime": "^7.10.1",
"classnames": "^2.2.1",
"date-fns": "^2.15.0",
"date-fns": "2.x",
"dayjs": "1.x",
"moment": "^2.24.0",
"rc-trigger": "^5.0.4",
"rc-util": "^5.4.0",
Expand All @@ -59,7 +60,6 @@
"@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,7 +85,6 @@
"mode": "npm"
},
"peerDependencies": {
"dayjs": "^1.8.30",
"react": ">=16.9.0",
"react-dom": ">=16.9.0"
}
Expand Down

1 comment on commit 5edbc9a

@vercel
Copy link

@vercel vercel bot commented on 5edbc9a Jul 1, 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.