Skip to content

Commit

Permalink
fix(build): add support for date-fns 3.0 (#2003)
Browse files Browse the repository at this point in the history
  • Loading branch information
gpbl authored Dec 22, 2023
1 parent 39e1cea commit 4832940
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 18 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@types/testing-library__jest-dom": "^5.14.9",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.62.0",
"date-fns": "^2.30.0",
"date-fns": "^3.0.0",
"eslint": "^8.50.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
Expand Down Expand Up @@ -80,7 +80,7 @@
"typescript": "~4.9.5"
},
"peerDependencies": {
"date-fns": "^2.28.0",
"date-fns": "^2.28.0 || ^3.0.0",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"funding": {
Expand Down
30 changes: 14 additions & 16 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4832940

Please sign in to comment.