Skip to content

Commit

Permalink
Reapply "chore: Remove unused dependencies"
Browse files Browse the repository at this point in the history
This reverts commit fa813e7.
  • Loading branch information
SokratisVidros committed Apr 24, 2024
1 parent d55b1f2 commit 5759a82
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 119 deletions.
10 changes: 3 additions & 7 deletions libs/dal/package.json
Expand Up @@ -25,9 +25,6 @@
"@aws-sdk/s3-request-presigner": "^3.382.0",
"@faker-js/faker": "^6.0.0",
"@novu/shared": "^0.24.1",
"JSONStream": "^1.3.5",
"archiver": "^5.0.0",
"async": "^3.2.0",
"aws-sdk": "^2.665.0",
"bluebird": "^3.7.2",
"class-transformer": "^0.5.1",
Expand All @@ -39,11 +36,8 @@
"jsonfile": "^6.0.1",
"mongoose": "^7.5.0",
"mongoose-delete": "^1.0.1",
"ng-intercom": "^8.0.2",
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
"superagent-defaults": "^0.1.14",
"supertest": "^5.0.0",
"uuid": "^8.3.0"
},
"devDependencies": {
Expand All @@ -56,7 +50,9 @@
"nodemon": "^3.0.1",
"ts-node": "~10.9.1",
"tsconfig-paths": "~4.1.0",
"typescript": "4.9.5"
"typescript": "4.9.5",
"rimraf": "^3.0.2",
"supertest": "^5.0.0"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
Expand Down
3 changes: 1 addition & 2 deletions libs/shared-web/package.json
Expand Up @@ -37,8 +37,7 @@
"axios": "^1.6.0",
"jwt-decode": "^3.1.2",
"launchdarkly-react-client-sdk": "^3.0.6",
"react-router-dom": "6.2.2",
"tslib": "^2.3.1"
"react-router-dom": "6.2.2"
},
"devDependencies": {
"@types/node": "^18.11.12",
Expand Down
121 changes: 11 additions & 110 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5759a82

Please sign in to comment.