|
35 | 35 | "author": "Artem Zabolotnyi <1arteha1@gmail.com>", |
36 | 36 | "license": "MIT", |
37 | 37 | "peerDependencies": { |
38 | | - "adminjs": "^3.3.1", |
| 38 | + "adminjs": "^5.0.0", |
39 | 39 | "typeorm": ">=0.2.28" |
40 | 40 | }, |
41 | 41 | "optionalDependencies": {}, |
42 | 42 | "devDependencies": { |
| 43 | + "@commitlint/cli": "^8.3.5", |
| 44 | + "@commitlint/config-conventional": "^8.3.4", |
| 45 | + "@semantic-release/git": "^9.0.0", |
43 | 46 | "@types/chai": "^4.2.4", |
44 | 47 | "@types/mocha": "^5.2.7", |
45 | 48 | "@types/node": "12.0.10", |
46 | | - "adminjs": "^3.3.1", |
47 | | - "chai": "^4.2.0", |
48 | | - "class-validator": "^0.11.0", |
49 | | - "mocha": "^6.2.2", |
50 | | - "pg": "^7.12.1", |
51 | | - "ts-node": "^8.4.1", |
52 | | - "tsconfig-paths": "^3.9.0", |
53 | 49 | "@typescript-eslint/eslint-plugin": "^3.7.0", |
54 | 50 | "@typescript-eslint/parser": "^3.7.0", |
| 51 | + "adminjs": "^5.0.0", |
| 52 | + "chai": "^4.2.0", |
| 53 | + "class-validator": "^0.11.0", |
55 | 54 | "eslint": "^7.5.0", |
56 | 55 | "eslint-config-airbnb": "^18.2.0", |
57 | 56 | "eslint-plugin-import": "^2.22.0", |
58 | 57 | "eslint-plugin-jsx-a11y": "^6.3.1", |
59 | 58 | "eslint-plugin-react": "^7.20.3", |
60 | 59 | "eslint-plugin-react-hooks": "^4.0.8", |
61 | | - "typeorm": "^0.2.28", |
62 | | - "typescript": "^4.0.3", |
| 60 | + "husky": "^4.2.5", |
| 61 | + "mocha": "^6.2.2", |
| 62 | + "pg": "^7.12.1", |
63 | 63 | "semantic-release": "^17.0.7", |
64 | | - "@semantic-release/git": "^9.0.0", |
65 | 64 | "semantic-release-slack-bot": "^1.6.2", |
66 | | - "husky": "^4.2.5", |
67 | | - "@commitlint/cli": "^8.3.5", |
68 | | - "@commitlint/config-conventional": "^8.3.4" |
| 65 | + "ts-node": "^8.4.1", |
| 66 | + "tsconfig-paths": "^3.9.0", |
| 67 | + "typeorm": "^0.2.28", |
| 68 | + "typescript": "^4.0.3" |
69 | 69 | } |
70 | 70 | } |
0 commit comments