Skip to content

Commit

Permalink
chore: depcheck and missing deps (#4383)
Browse files Browse the repository at this point in the history
  • Loading branch information
emilyjablonski authored Oct 9, 2024
1 parent e3f755d commit 4051a54
Show file tree
Hide file tree
Showing 6 changed files with 942 additions and 428 deletions.
12 changes: 8 additions & 4 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,20 +46,24 @@
"@nestjs/swagger": "^7.4.2",
"@nestjs/throttler": "^5.1.2",
"@prisma/client": "^5.0.0",
"@sendgrid/helpers": "^8.0.0",
"@sendgrid/mail": "7.7.0",
"@turf/boolean-point-in-polygon": "6.5.0",
"@turf/buffer": "6.5.0",
"@turf/helpers": "6.5.0",
"@turf/points-within-polygon": "6.5.0",
"@types/archiver": "^6.0.2",
"archiver": "^6.0.1",
"axios": "^1.7.7",
"casbin": "^5.27.1",
"class-transformer": "~0.5.1",
"class-validator": "~0.14.0",
"cloudinary": "^1.37.3",
"compression": "^1.7.4",
"cookie-parser": "~1.4.6",
"cron": "^3.1.7",
"dayjs": "~1.11.9",
"dotenv": "^16.4.5",
"exceljs": "^4.4.0",
"handlebars": "~4.7.8",
"jsonwebtoken": "~9.0.1",
Expand Down Expand Up @@ -91,17 +95,17 @@
"eslint": "^8.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"express": "^4.21.1",
"jest": "~29.6.2",
"jest-environment-jsdom": "~29.6.2",
"jest-mock-extended": "2.0.4",
"jest-mock-extended": "^3.0.7",
"prettier": "^2.3.2",
"source-map-support": "~0.5.20",
"supertest": "^6.1.3",
"ts-jest": "~29.1.1",
"ts-loader": "^9.2.3",
"ts-node": "^10.0.0",
"tsconfig-paths": "^3.10.1",
"typescript": "^5.1.6"
"typescript": "^5.1.6",
"webpack": "^5.95.0"
},
"jest": {
"moduleFileExtensions": [
Expand Down
Loading

0 comments on commit 4051a54

Please sign in to comment.