|
13 | 13 | "publish:next": "npm publish --access public --tag next",
|
14 | 14 | "prepublish:npm": "npm run build",
|
15 | 15 | "publish:npm": "npm publish --access public",
|
16 |
| - "test": "jest --config jest.json", |
17 |
| - "test:dev": "jest --config jest.json --watch", |
| 16 | + "test": "jest", |
| 17 | + "test:dev": "jest --watch", |
18 | 18 | "test:e2e": "jest --config e2e/jest-e2e.json",
|
19 | 19 | "prerelease": "npm run build",
|
20 | 20 | "release": "release-it"
|
21 | 21 | },
|
22 | 22 | "dependencies": {
|
23 |
| - "@nestjs/mapped-types": "0.0.5", |
24 |
| - "lodash": "4.17.19", |
| 23 | + "@nestjs/mapped-types": "0.1.0", |
| 24 | + "lodash": "4.17.20", |
25 | 25 | "path-to-regexp": "3.2.0"
|
26 | 26 | },
|
27 | 27 | "devDependencies": {
|
28 |
| - "@commitlint/cli": "9.1.1", |
29 |
| - "@commitlint/config-angular": "9.1.1", |
30 |
| - "@nestjs/common": "7.2.0", |
31 |
| - "@nestjs/core": "7.2.0", |
32 |
| - "@nestjs/platform-express": "7.2.0", |
33 |
| - "@nestjs/platform-fastify": "7.2.0", |
34 |
| - "@types/jest": "26.0.4", |
35 |
| - "@types/lodash": "4.14.157", |
| 28 | + "@commitlint/cli": "9.1.2", |
| 29 | + "@commitlint/config-angular": "9.1.2", |
| 30 | + "@nestjs/common": "7.4.2", |
| 31 | + "@nestjs/core": "7.4.2", |
| 32 | + "@nestjs/platform-express": "7.4.2", |
| 33 | + "@nestjs/platform-fastify": "7.4.2", |
| 34 | + "@types/jest": "26.0.10", |
| 35 | + "@types/lodash": "4.14.159", |
36 | 36 | "@types/node": "11.15.0",
|
37 |
| - "@typescript-eslint/eslint-plugin": "3.6.0", |
38 |
| - "@typescript-eslint/parser": "3.6.0", |
39 |
| - "class-transformer": "0.2.3", |
| 37 | + "@typescript-eslint/eslint-plugin": "3.9.1", |
| 38 | + "@typescript-eslint/parser": "3.9.1", |
| 39 | + "class-transformer": "0.3.1", |
40 | 40 | "class-validator": "0.12.2",
|
41 |
| - "eslint": "7.4.0", |
| 41 | + "eslint": "7.7.0", |
42 | 42 | "eslint-config-prettier": "6.11.0",
|
43 | 43 | "eslint-plugin-import": "2.22.0",
|
44 | 44 | "express": "4.17.1",
|
45 |
| - "fastify-swagger": "2.6.0", |
| 45 | + "fastify-swagger": "3.3.0", |
46 | 46 | "husky": "4.2.5",
|
47 |
| - "jest": "26.1.0", |
| 47 | + "jest": "26.4.1", |
48 | 48 | "lint-staged": "10.2.11",
|
49 | 49 | "prettier": "2.0.5",
|
50 | 50 | "reflect-metadata": "0.1.13",
|
51 |
| - "release-it": "13.6.5", |
52 |
| - "swagger-parser": "10.0.0", |
| 51 | + "release-it": "13.6.8", |
| 52 | + "swagger-parser": "10.0.1", |
53 | 53 | "swagger-ui-express": "4.1.4",
|
54 |
| - "ts-jest": "26.1.2", |
55 |
| - "typescript": "3.9.6" |
| 54 | + "ts-jest": "26.2.0", |
| 55 | + "typescript": "3.9.7" |
56 | 56 | },
|
57 | 57 | "peerDependencies": {
|
58 | 58 | "@nestjs/common": "^6.8.0 || ^7.0.0",
|
|
0 commit comments