|
66 | 66 | "node": "^10.12.0 || >=12.0.0"
|
67 | 67 | },
|
68 | 68 | "devDependencies": {
|
69 |
| - "@commitlint/cli": "^8.3.5", |
70 |
| - "@commitlint/config-conventional": "^8.3.4", |
71 |
| - "@commitlint/config-lerna-scopes": "^8.3.4", |
72 |
| - "@types/glob": "^7.1.1", |
| 69 | + "@commitlint/cli": "^9.1.2", |
| 70 | + "@commitlint/config-conventional": "^9.1.2", |
| 71 | + "@commitlint/config-lerna-scopes": "^9.1.2", |
| 72 | + "@types/debug": "^4.1.5", |
| 73 | + "@types/glob": "^7.1.3", |
| 74 | + "@types/jest": "^26.0.10", |
73 | 75 | "@types/jest-specific-snapshot": "^0.5.4",
|
74 |
| - "@types/jest": "^25.2.1", |
75 |
| - "@types/node": "^13.13.5", |
76 |
| - "@types/prettier": "^2.0.0", |
| 76 | + "@types/lodash": "^4.14.149", |
| 77 | + "@types/node": "^14.6.2", |
| 78 | + "@types/prettier": "^2.1.0", |
77 | 79 | "@types/rimraf": "^3.0.0",
|
78 |
| - "all-contributors-cli": "^6.14.2", |
79 |
| - "cspell": "^4.0.61", |
80 |
| - "cz-conventional-changelog": "^3.2.0", |
81 |
| - "downlevel-dts": "^0.4.0", |
82 |
| - "eslint": "^7.5.0", |
83 |
| - "eslint-plugin-eslint-comments": "^3.1.2", |
84 |
| - "eslint-plugin-eslint-plugin": "^2.2.1", |
85 |
| - "eslint-plugin-import": "^2.20.2", |
86 |
| - "eslint-plugin-jest": "^23.10.0", |
| 80 | + "all-contributors-cli": "^6.17.2", |
| 81 | + "cspell": "^4.1.0", |
| 82 | + "cz-conventional-changelog": "^3.3.0", |
| 83 | + "downlevel-dts": "^0.6.0", |
| 84 | + "eslint": "^7.7.0", |
| 85 | + "eslint-plugin-eslint-comments": "^3.2.0", |
| 86 | + "eslint-plugin-eslint-plugin": "^2.3.0", |
| 87 | + "eslint-plugin-import": "^2.22.0", |
| 88 | + "eslint-plugin-jest": "^23.20.0", |
87 | 89 | "glob": "^7.1.6",
|
88 | 90 | "husky": "^4.2.5",
|
89 | 91 | "isomorphic-fetch": "^2.2.1",
|
90 |
| - "jest": "^25.5.4", |
91 |
| - "jest-specific-snapshot": "^3.0.0", |
92 |
| - "lerna": "^3.20.2", |
93 |
| - "lint-staged": "^10.2.2", |
| 92 | + "jest": "^26.4.2", |
| 93 | + "jest-specific-snapshot": "^4.0.0", |
| 94 | + "lerna": "^3.22.1", |
| 95 | + "lint-staged": "^10.2.13", |
94 | 96 | "make-dir": "^3.1.0",
|
95 |
| - "markdownlint-cli": "^0.23.0", |
96 |
| - "prettier": "^2.0.5", |
| 97 | + "markdownlint-cli": "^0.23.2", |
| 98 | + "prettier": "^2.1.1", |
97 | 99 | "rimraf": "^3.0.2",
|
98 |
| - "ts-jest": "^25.5.1", |
99 |
| - "ts-node": "^8.10.1", |
100 |
| - "tslint": "^6.1.2", |
| 100 | + "ts-jest": "^26.3.0", |
| 101 | + "ts-node": "^9.0.0", |
| 102 | + "tslint": "^6.1.3", |
101 | 103 | "typescript": ">=3.3.1 <4.1.0"
|
102 | 104 | },
|
103 | 105 | "resolutions": {
|
|
0 commit comments