Removed redundant TODOs

This commit is contained in:
Martin Šošić 2024-01-21 14:21:55 +01:00 committed by GitHub
parent 453986cf1a
commit 7e8ae2cbda
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -140,8 +140,6 @@ combineNpmDepsForPackage npmDepsForWasp npmDepsForUser =
if null conflictErrors && null devConflictErrors
then
Right $
-- todo(filip): check whether dependency updates and npm install work properly
-- todo(filip): reconsider whether we want to change the {sever,web-app}/package.json dynamically
NpmDepsForPackage
{ dependencies = Map.elems remainingWapsDeps,
devDependencies = Map.elems remainingWaspDevDeps