|
43 | 43 | "url": "https://github.com/pliancy/guru-cli"
|
44 | 44 | },
|
45 | 45 | "devDependencies": {
|
46 |
| - "@digitalroute/cz-conventional-changelog-for-jira": "7.4.0", |
| 46 | + "@digitalroute/cz-conventional-changelog-for-jira": "7.5.1", |
47 | 47 | "@pliancy/eslint-config-ts": "0.1.0",
|
48 | 48 | "@pliancy/semantic-release-config-npm": "2.2.0",
|
49 | 49 | "@semantic-release/git": "10.0.1",
|
50 |
| - "@semantic-release/github": "8.0.6", |
51 |
| - "@semantic-release/npm": "9.0.1", |
52 |
| - "@types/cli-progress": "3.9.0", |
53 |
| - "@types/jest": "29.1.0", |
54 |
| - "@types/node": "17.0.21", |
55 |
| - "commitizen": "4.2.5", |
| 50 | + "@semantic-release/github": "8.1.0", |
| 51 | + "@semantic-release/npm": "9.0.2", |
| 52 | + "@types/cli-progress": "3.11.6", |
| 53 | + "@types/jest": "29.5.14", |
| 54 | + "@types/node": "17.0.45", |
| 55 | + "commitizen": "4.3.1", |
56 | 56 | "cz-conventional-changelog": "3.3.0",
|
57 |
| - "husky": "8.0.1", |
58 |
| - "jest": "29.1.1", |
59 |
| - "lint-staged": "13.0.3", |
| 57 | + "husky": "8.0.3", |
| 58 | + "jest": "29.7.0", |
| 59 | + "lint-staged": "13.3.0", |
60 | 60 | "npm-run-all": "4.1.5",
|
61 | 61 | "rimraf": "3.0.2",
|
62 | 62 | "semantic-release": "19.0.5",
|
63 |
| - "ts-jest": "29.0.3", |
64 |
| - "ts-node": "10.9.1", |
65 |
| - "typescript": "4.8.4" |
| 63 | + "ts-jest": "29.2.5", |
| 64 | + "ts-node": "10.9.2", |
| 65 | + "typescript": "4.9.5" |
66 | 66 | },
|
67 | 67 | "engines": {
|
68 | 68 | "node": ">=12"
|
69 | 69 | },
|
70 | 70 | "volta": {
|
71 |
| - "node": "14.20.1" |
| 71 | + "node": "14.21.3" |
72 | 72 | },
|
73 | 73 | "dependencies": {
|
74 |
| - "@oclif/core": "1.16.4", |
| 74 | + "@oclif/core": "1.26.2", |
75 | 75 | "axios": "0.27.2",
|
76 |
| - "cac": "6.7.2", |
| 76 | + "cac": "6.7.14", |
77 | 77 | "chalk": "4.1.2",
|
78 |
| - "cli-progress": "3.9.0", |
| 78 | + "cli-progress": "3.12.0", |
79 | 79 | "conf": "10.2.0",
|
80 |
| - "search-query-parser": "1.5.5", |
81 |
| - "tslib": "2.4.0" |
| 80 | + "search-query-parser": "1.6.0", |
| 81 | + "tslib": "2.8.0" |
82 | 82 | },
|
83 | 83 | "lint-staged": {
|
84 | 84 | "*.{js,jsx,ts,tsx}": [
|
|
0 commit comments