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

Fix NPM start issues #2981

Closed
wants to merge 5 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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