Skip to content

Commit

Permalink
fix: ⬆️ upgrade date-fns and @types/react-datepicker
Browse files Browse the repository at this point in the history
  • Loading branch information
edvansts committed Oct 19, 2023
1 parent 626ad5d commit e8609ef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"react": ">16.0.0"
},
"dependencies": {
"date-fns": "^2.29.3",
"date-fns": "^2.30.0",
"react-datepicker": "^4.21.0",
"react-input-mask": "^2.0.4",
"react-is": "^17.0.2",
Expand Down Expand Up @@ -64,7 +64,7 @@
"@types/jest": "^29.4.0",
"@types/node": "^15.0.0",
"@types/react": "^17.0.0",
"@types/react-datepicker": "^4.8.0",
"@types/react-datepicker": "^4.19.1",
"@types/react-dom": "^17.0.4",
"@types/react-input-mask": "^3.0.0",
"@types/styled-components": "^5.1.9",
Expand Down
13 changes: 4 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2372,10 +2372,10 @@
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.4.tgz#fcf7205c25dff795ee79af1e30da2c9790808f11"
integrity sha512-rZ5drC/jWjrArrS8BR6SIr4cWpW09RNTYt9AMZo3Jwwif+iacXAqgVjm0B0Bv/S1jhDXKHqRVNCbACkJ89RAnQ==

"@types/react-datepicker@^4.8.0":
version "4.8.0"
resolved "https://registry.yarnpkg.com/@types/react-datepicker/-/react-datepicker-4.8.0.tgz#0221bd38725b7db64cd08a89f49a93d816c2f691"
integrity sha512-20uzZsIf4moPAjjHDfPvH8UaOHZBxrkiQZoLS3wgKq8Xhp+95gdercLEdoA7/I8nR9R5Jz2qQkdMIM+Lq4AS1A==
"@types/react-datepicker@^4.19.1":
version "4.19.1"
resolved "https://registry.yarnpkg.com/@types/react-datepicker/-/react-datepicker-4.19.1.tgz#c7102c015eb0f63b0f1707e34799d289408654be"
integrity sha512-HV52yjxuRi49psAVuHTFXXr+RSrCbIFDn9ayei0YH8xVVAXCO+5GwHAGKeREAmNbneweN0ySGoByr90yJCAnrQ==
dependencies:
"@popperjs/core" "^2.9.2"
"@types/react" "*"
Expand Down Expand Up @@ -3888,11 +3888,6 @@ date-fns@^2.0.1:
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.24.0.tgz#7d86dc0d93c87b76b63d213b4413337cfd1c105d"
integrity sha512-6ujwvwgPID6zbI0o7UbURi2vlLDR9uP26+tW6Lg+Ji3w7dd0i3DOcjcClLjLPranT60SSEFBwdSyYwn/ZkPIuw==

date-fns@^2.29.3:
version "2.29.3"
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.29.3.tgz#27402d2fc67eb442b511b70bbdf98e6411cd68a8"
integrity sha512-dDCnyH2WnnKusqvZZ6+jA1O51Ibt8ZMRNkDZdyAyK4YfbDwa/cEmuztzG5pk6hqlp9aSBPYcjOlktquahGwGeA==

date-fns@^2.30.0:
version "2.30.0"
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.30.0.tgz#f367e644839ff57894ec6ac480de40cae4b0f4d0"
Expand Down

0 comments on commit e8609ef

Please sign in to comment.