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
Prev Previous commit
Next Next commit
Pin lodash version
  • Loading branch information
bennymelb committed Sep 1, 2022
commit 67a02ef2a0a1952b5f0fbd6da1dc243348e9401a
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"@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",
"i18next": "~21.6.0",
"i18next-browser-languagedetector": "~6.1.0",
"i18next-xhr-backend": "~3.2.2",
"json2csv": "~5.0.1",
"lodash": "^4.14.182",
"node-sass": "~7.0.0",
"pouchdb": "~7.2.1",
"pouchdb-adapter-memory": "~7.2.1",
Expand Down Expand Up @@ -69,7 +69,7 @@
"@testing-library/react-hooks": "~7.0.0",
"@testing-library/user-event": "~12.8.3",
"@types/jest": "~27.0.3",
"@types/lodash": "~4.14.182",
"@types/lodash": "4.14.182",
"@types/node": "~17.0.0",
"@types/pouchdb": "~6.4.0",
"@types/react": "~17.0.0",
Expand Down