Skip to content

Commit

Permalink
fix: lock dayjs version to 1.8.30 for bug react-component#123
Browse files Browse the repository at this point in the history
  • Loading branch information
jnoodle committed Aug 24, 2020
1 parent 95c1d04 commit d4a80d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @jnoodle/rc-picker

Function enhanced and bug fixed [react-component/picker](https://github.com/react-component/picker)

[![NPM version][npm-image]][npm-url]
[![build status][circleci-image]][circleci-url]
[![Codecov][codecov-image]][codecov-url]
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jnoodle/rc-picker",
"version": "2.0.1",
"version": "2.0.6",
"description": "React date & time picker",
"keywords": [
"react",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@babel/runtime": "^7.10.1",
"classnames": "^2.2.1",
"date-fns": "^2.15.0",
"dayjs": "^1.8.30",
"dayjs": "1.8.30",
"moment": "^2.24.0",
"rc-trigger": "^4.0.0",
"rc-util": "^5.0.1",
Expand Down

1 comment on commit d4a80d7

@vercel
Copy link

@vercel vercel bot commented on d4a80d7 Aug 24, 2020

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.