Skip to content

Commit

Permalink
Remove unnecessary libs
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvinkipruto committed May 9, 2024
1 parent 00e9a19 commit d9ef6b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions apps/charterafrica/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"db-rollback": "migrate-mongo down"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.572.0",
"@aws-sdk/lib-storage": "^3.572.0",
"@aws-sdk/client-s3": "^3.470.0",
"@aws-sdk/lib-storage": "^3.470.0",
"@commons-ui/core": "workspace:*",
"@commons-ui/next": "workspace:*",
"@emotion/cache": "^11.11.0",
Expand Down
2 changes: 0 additions & 2 deletions apps/codeforafrica/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
"clean": "rm -rf .next .turbo node_modules"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.470.0",
"@aws-sdk/lib-storage": "^3.470.0",
"@commons-ui/core": "workspace:*",
"@commons-ui/next": "workspace:*",
"@emotion/cache": "^11.11.0",
Expand Down

0 comments on commit d9ef6b4

Please sign in to comment.