|
48 | 48 | "oasv3" |
49 | 49 | ], |
50 | 50 | "devDependencies": { |
51 | | - "@release-it/conventional-changelog": "^2.0.1", |
52 | | - "acorn": "^8.0.5", |
53 | | - "ajv": "^7.0.0", |
54 | | - "codecov": "^3.8.1", |
| 51 | + "@release-it/conventional-changelog": "^3.0.1", |
| 52 | + "acorn": "^8.4.0", |
| 53 | + "ajv": "^8.6.0", |
| 54 | + "codecov": "^3.8.2", |
55 | 55 | "cross-env": "^7.0.3", |
56 | 56 | "del-cli": "^3.0.1", |
57 | 57 | "eslint": "^7.21.0", |
58 | 58 | "eslint-config-airbnb-base": "^14.2.1", |
59 | 59 | "eslint-config-prettier": "^8.0.0", |
60 | 60 | "eslint-plugin-import": "^2.22.1", |
61 | 61 | "eslint-plugin-jest": "^24.1.5", |
62 | | - "eslint-plugin-jsdoc": "^32.0.0", |
| 62 | + "eslint-plugin-jsdoc": "^35.0.0", |
63 | 63 | "eslint-plugin-prettier": "^3.3.1", |
64 | | - "eslint-plugin-unicorn": "^28.0.0", |
| 64 | + "eslint-plugin-unicorn": "^33.0.0", |
65 | 65 | "fs": "0.0.1-security", |
66 | | - "husky": "^5.0.0", |
| 66 | + "husky": "^6.0.0", |
67 | 67 | "jest": "^25.0.0", |
68 | 68 | "jsdoc": "^3.6.6", |
69 | | - "lint-staged": "^10.5.4", |
| 69 | + "lint-staged": "^11.0.0", |
70 | 70 | "lodash.clonedeep": "^4.5.0", |
71 | 71 | "moment": "^2.29.1", |
72 | 72 | "mysql2": "^2.2.5", |
|
137 | 137 | "no-restricted-syntax": "off", |
138 | 138 | "no-underscore-dangle": "off", |
139 | 139 | "unicorn/no-null": "off", |
| 140 | + "unicorn/prefer-module": "off", |
140 | 141 | "unicorn/prefer-ternary": "off" |
141 | 142 | } |
142 | 143 | }, |
|
0 commit comments