Skip to content

Commit

Permalink
Pin to exact versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaisse committed Mar 19, 2021
1 parent 2a22c69 commit 636b832
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions src/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@
"dependencies": {
"@drdgvhbh/postgres-error-codes": "0.0.6",
"@godaddy/terminus": "4.3.1",
"@nestjs-modules/mailer": "^1.5.1",
"@nestjs/common": "^7.6.14",
"@nestjs/core": "^7.6.14",
"@nestjs/jwt": "^7.2.0",
"@nestjs/passport": "^7.1.5",
"@nestjs/platform-express": "^7.6.14",
"@nestjs/serve-static": "^2.1.4",
"@nestjs/swagger": "^4.7.16",
"@nestjs/terminus": "^7.1.0",
"@nestjs/typeorm": "^7.1.5",
"@nestjs-modules/mailer": "1.5.1",
"@nestjs/common": "7.6.14",
"@nestjs/core": "7.6.14",
"@nestjs/jwt": "7.2.0",
"@nestjs/passport": "7.1.5",
"@nestjs/platform-express": "7.6.14",
"@nestjs/serve-static": "2.1.4",
"@nestjs/swagger": "4.7.16",
"@nestjs/terminus": "7.1.0",
"@nestjs/typeorm": "7.1.5",
"@nestjsx/crud": "4.6.0",
"@nestjsx/crud-typeorm": "4.6.0",
"@turf/area": "6.0.1",
Expand All @@ -48,7 +48,7 @@
"class-validator": "0.13.1",
"crypto": "1.0.1",
"csv-stringify": "5.5.1",
"geojson2shp": "^0.3.2",
"geojson2shp": "0.3.2",
"handlebars": "4.7.7",
"lodash": "4.17.19",
"nodemailer": "6.4.6",
Expand All @@ -74,15 +74,15 @@
"@types/passport-jwt": "3.0.5",
"@types/supertest": "2.0.8",
"@types/topojson-client": "3.0.0",
"@typescript-eslint/eslint-plugin": "^3.0.2",
"@typescript-eslint/parser": "^3.0.2",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-functional": "^3.0.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsdoc": "^26.0.0",
"eslint-plugin-prefer-arrow": "^1.2.1",
"eslint-plugin-prettier": "^3.1.3",
"@typescript-eslint/eslint-plugin": "3.0.2",
"@typescript-eslint/parser": "3.0.2",
"eslint": "6.8.0",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-functional": "3.0.1",
"eslint-plugin-import": "2.20.2",
"eslint-plugin-jsdoc": "26.0.0",
"eslint-plugin-prefer-arrow": "1.2.1",
"eslint-plugin-prettier": "3.1.3",
"jest": "24.9.0",
"prettier": "1.19.1",
"supertest": "4.0.2",
Expand Down

0 comments on commit 636b832

Please sign in to comment.