Skip to content

Commit

Permalink
renamed package and updated peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
eidellav committed May 5, 2024
1 parent b7bad38 commit 3a1e22e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "react-dates",
"name": "@linearb/react-dates",
"version": "21.8.0",
"description": "A responsive and accessible date range picker component built with React",
"main": "index.js",
Expand Down Expand Up @@ -134,8 +134,8 @@
"peerDependencies": {
"@babel/runtime": "^7.0.0",
"moment": "^2.18.1",
"react": "^0.14 || ^15.5.4 || ^16.1.1",
"react-dom": "^0.14 || ^15.5.4 || ^16.1.1"
"react": "^0.14 || ^15.5.4 || ^16.1.1 || ^17.0.2",
"react-dom": "^0.14 || ^15.5.4 || ^16.1.1 || ^17.0.2"
},
"engines": {
"node": ">=0.10"
Expand Down

0 comments on commit 3a1e22e

Please sign in to comment.