Skip to content

Commit

Permalink
update API devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hotzevzl committed Oct 12, 2023
1 parent 4c5eac4 commit ae36c58
Show file tree
Hide file tree
Showing 2 changed files with 14,546 additions and 10,564 deletions.
45 changes: 23 additions & 22 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"mapshaper": "^0.6.29",
"morgan": "^1.10.0",
"ms": "2.1.3",
"multer": "^1.4.2",
"multer": "^1.4.5-lts.1",
"multistream": "4.1.0",
"nestjs-base-service": "0.11.1",
"nestjs-console": "8.0.0",
Expand All @@ -112,9 +112,9 @@
},
"devDependencies": {
"@mapbox/vector-tile": "1.3.1",
"@nestjs/cli": "^10.1.11",
"@nestjs/schematics": "^10.0.1",
"@nestjs/testing": "^10.1.3",
"@nestjs/cli": "^10.1.18",
"@nestjs/schematics": "^10.0.2",
"@nestjs/testing": "^10.2.7",
"@types/archiver": "5.1.0",
"@types/bcrypt": "^3.0.0",
"@types/byline": "4.2.33",
Expand Down Expand Up @@ -145,31 +145,31 @@
"@types/supertest": "^2.0.10",
"@types/unzipper": "^0.10.3",
"@types/uuid": "8.3.0",
"@typescript-eslint/eslint-plugin": "^4.28.2",
"@typescript-eslint/parser": "^4.28.2",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"axios-mock-adapter": "1.19.0",
"bunyan": "^1.8.14",
"eslint": "^7.30.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"bunyan": "^1.8.15",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"fs-extra": "10.0.0",
"geojson2shp": "0.4.0",
"husky": "^4.3.0",
"jest": "^29.5.0",
"jest-jasmine2": "^29.5.0",
"lint-staged": "^10.5.2",
"nock": "13.1.0",
"nodemon": "^2.0.6",
"husky": "^8.0.3",
"jest": "^29.7.0",
"jest-jasmine2": "^29.7.0",
"lint-staged": "^14.0.1",
"nock": "13.3.4",
"nodemon": "^3.0.1",
"pbf": "^3.2.1",
"prettier": "^2.1.2",
"supertest": "^6.0.0",
"prettier": "^3.0.3",
"supertest": "^6.3.3",
"ts-jest": "^29.1.0",
"ts-loader": "^8.0.8",
"ts-loader": "^9.5.0",
"ts-node": "^10.9.1",
"tsconfig-paths": "^3.9.0",
"typed-emitter": "1.3.1",
"typescript": "4.7.4",
"typescript-coverage-report": "^0.7.0",
"typescript": "4.9.5",
"typescript-coverage-report": "^0.8.0",
"utility-types": "^3.10.0",
"wait-for-expect": "^3.0.2"
},
Expand Down Expand Up @@ -278,5 +278,6 @@
},
"volta": {
"node": "18.14.2"
}
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit ae36c58

Please sign in to comment.