Skip to content

Commit

Permalink
v9.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj committed Apr 1, 2023
1 parent 0cdbd07 commit c1a5e9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-date-picker",
"version": "9.2.0",
"version": "9.2.1",
"description": "A date picker for your React app.",
"main": "dist/entry.js",
"source": "src/entry.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
"get-user-locale": "^1.2.0",
"make-event-props": "^1.1.0",
"prop-types": "^15.6.0",
"react-calendar": "^4.0.0",
"react-calendar": "~4.0.0",
"react-fit": "^1.4.0",
"update-input-width": "^1.2.2"
},
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6041,7 +6041,7 @@ __metadata:
languageName: node
linkType: hard

"react-calendar@npm:^4.0.0":
"react-calendar@npm:~4.0.0":
version: 4.0.0
resolution: "react-calendar@npm:4.0.0"
dependencies:
Expand Down Expand Up @@ -6081,7 +6081,7 @@ __metadata:
pretty-quick: ^3.1.0
prop-types: ^15.6.0
react: ^18.2.0
react-calendar: ^4.0.0
react-calendar: ~4.0.0
react-dom: ^18.2.0
react-fit: ^1.4.0
rimraf: ^3.0.0
Expand Down

0 comments on commit c1a5e9b

Please sign in to comment.