Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Fix user login #2987

Closed
wants to merge 16 commits into from
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"@types/escape-string-regexp": "~2.0.1",
"@types/json2csv": "~5.0.1",
"@types/pouchdb-find": "~6.3.4",
"@types/lodash": "4.14.182",
"bootstrap": "~5.1.0",
"date-fns": "~2.28.0",
"escape-string-regexp": "~4.0.0",
Expand All @@ -18,7 +19,6 @@
"i18next-xhr-backend": "~3.2.2",
"install": "~0.13.0",
"json2csv": "~5.0.1",
"lodash": "^4.17.15",
"node-sass": "~7.0.0",
"pouchdb": "~7.2.1",
"pouchdb-adapter-memory": "~7.2.1",
Expand Down Expand Up @@ -70,7 +70,7 @@
"@testing-library/react-hooks": "~7.0.0",
"@testing-library/user-event": "~12.8.3",
"@types/jest": "~27.0.3",
"@types/lodash": "^4.14.150",
"@types/lodash": "4.14.182",
"@types/node": "~15.6.1",
"@types/pouchdb": "~6.4.0",
"@types/react": "~17.0.0",
Expand Down