|
30 | 30 | "release": "release-it" |
31 | 31 | }, |
32 | 32 | "devDependencies": { |
33 | | - "@types/chai": "^4.3.3", |
34 | | - "@types/mocha": "^10.0.0", |
35 | | - "@types/node": "^18.11.7", |
| 33 | + "@types/node": "^18.16.17", |
36 | 34 | "@types/project-name-generator": "^2.1.1", |
37 | | - "@types/prompts": "^2.4.1", |
38 | | - "@types/yargs": "^17.0.13", |
39 | | - "@typescript-eslint/eslint-plugin": "^5.41.0", |
40 | | - "@typescript-eslint/parser": "^5.41.0", |
41 | | - "chai": "^4.3.6", |
| 35 | + "@types/prompts": "^2.4.4", |
| 36 | + "@types/yargs": "^17.0.24", |
| 37 | + "@typescript-eslint/eslint-plugin": "^5.59.9", |
| 38 | + "@typescript-eslint/parser": "^5.59.9", |
42 | 39 | "cz-conventional-changelog": "^3.3.0", |
43 | | - "eslint": "^8.26.0", |
44 | | - "eslint-plugin-github": "^4.4.0", |
45 | | - "eslint-plugin-no-only-tests": "^3.1.0", |
46 | | - "mocha": "^10.1.0", |
47 | | - "nyc": "^15.1.0", |
| 40 | + "eslint": "^8.42.0", |
| 41 | + "eslint-plugin-github": "^4.8.0", |
48 | 42 | "release-it": "^15.11.0", |
49 | | - "ts-mocha": "^10.0.0", |
50 | 43 | "ts-node": "^10.9.1", |
51 | | - "typescript": "^4.8.4" |
| 44 | + "typescript": "^4.9.5" |
52 | 45 | }, |
53 | 46 | "config": { |
54 | 47 | "commitizen": { |
55 | 48 | "path": "./node_modules/cz-conventional-changelog" |
56 | 49 | } |
57 | 50 | }, |
58 | 51 | "dependencies": { |
59 | | - "project-name-generator": "^2.1.9", |
60 | | - "prompts": "^2.4.2", |
61 | | - "yargs": "^17.6.0" |
| 52 | + "project-name-generator": "2.1.9", |
| 53 | + "prompts": "2.4.2", |
| 54 | + "yargs": "17.6.0" |
| 55 | + }, |
| 56 | + "pnpm": { |
| 57 | + "overrides": { |
| 58 | + "json5@<1.0.2": ">=1.0.2" |
| 59 | + } |
62 | 60 | } |
63 | 61 | } |
0 commit comments