|
50 | 50 | "pino": "^6.11.0"
|
51 | 51 | },
|
52 | 52 | "devDependencies": {
|
53 |
| - "@prisma/cli": "^2.14.0", |
54 |
| - "@types/eslint": "^7.2.6", |
55 |
| - "@types/eslint-plugin-prettier": "^3.1.0", |
56 |
| - "@types/http-errors": "^1.8.0", |
57 |
| - "@types/jest": "^26.0.16", |
58 |
| - "@types/jsonwebtoken": "^8.5.0", |
59 |
| - "@types/node": "^14.14.21", |
60 |
| - "@types/nodemon": "^1.19.0", |
61 |
| - "@types/pino": "^6.3.5", |
62 |
| - "@types/prettier": "^2.1.6", |
63 |
| - "@typescript-eslint/eslint-plugin": "^3.10.1", |
64 |
| - "@typescript-eslint/parser": "^3.10.1", |
65 |
| - "cross-env": "^7.0.0", |
66 |
| - "eslint": "^7.14.0", |
67 |
| - "eslint-config-airbnb": "^18.2.1", |
68 |
| - "eslint-config-prettier": "^6.15.0", |
69 |
| - "eslint-plugin-prettier": "^3.1.4", |
70 |
| - "husky": "^5.0.9", |
71 |
| - "jest": "^26.6.3", |
72 |
| - "lint-staged": "^10.5.4", |
73 |
| - "nodemon": "^2.0.6", |
74 |
| - "nyc": "^15.1.0", |
75 |
| - "pino-pretty": "^4.3.0", |
76 |
| - "prettier": "^2.2.1", |
77 |
| - "prisma": "^2.17.0", |
78 |
| - "tap": "^14.0.0", |
79 |
| - "ts-node": "^8.6.2", |
80 |
| - "typescript": "^3.7.5" |
| 53 | + "@prisma/cli": "2.14.0", |
| 54 | + "@types/eslint": "7.2.6", |
| 55 | + "@types/eslint-plugin-prettier": "3.1.0", |
| 56 | + "@types/http-errors": "1.8.0", |
| 57 | + "@types/jest": "26.0.20", |
| 58 | + "@types/jsonwebtoken": "8.5.0", |
| 59 | + "@types/node": "14.14.21", |
| 60 | + "@types/nodemon": "1.19.0", |
| 61 | + "@types/pino": "6.3.5", |
| 62 | + "@types/prettier": "2.1.6", |
| 63 | + "@typescript-eslint/eslint-plugin": "3.10.1", |
| 64 | + "@typescript-eslint/parser": "3.10.1", |
| 65 | + "cross-env": "7.0.3", |
| 66 | + "eslint": "7.18.0", |
| 67 | + "eslint-config-airbnb": "18.2.1", |
| 68 | + "eslint-config-prettier": "6.15.0", |
| 69 | + "eslint-plugin-prettier": "3.3.1", |
| 70 | + "husky": "5.0.9", |
| 71 | + "jest": "26.6.3", |
| 72 | + "lint-staged": "10.5.4", |
| 73 | + "nodemon": "2.0.7", |
| 74 | + "nyc": "15.1.0", |
| 75 | + "pino-pretty": "4.3.0", |
| 76 | + "prettier": "2.2.1", |
| 77 | + "prisma": "2.17.0", |
| 78 | + "tap": "14.11.0", |
| 79 | + "ts-node": "8.10.2", |
| 80 | + "typescript": "3.9.7" |
81 | 81 | },
|
82 | 82 | "prettier": {
|
83 | 83 | "singleQuote": true,
|
|
0 commit comments