fix(TimeDateSelector): 8.1.0 is a bad version with many bugs, went back to last stable version 7.6.0 and no issues

This commit is contained in:
2025-02-23 10:52:29 -07:00
parent 753e4b2b64
commit ec0641cfe2
2 changed files with 16 additions and 16 deletions

View File

@ -9,10 +9,10 @@
"@testing-library/user-event": "^13.5.0",
"js-yaml": "^4.1.0",
"react": "^18.2.0",
"react-datepicker": "^8.1.0",
"react-datepicker": "7.6.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.20.0",
"react-scripts": "5.0.1",
"react-scripts": "^5.0.1",
"web-vitals": "^2.1.4"
},
"scripts": {