|
7 | 7 | "git", |
8 | 8 | "diff", |
9 | 9 | "pretty", |
| 10 | + "parser", |
| 11 | + "diffparser", |
| 12 | + "gen", |
| 13 | + "generator", |
10 | 14 | "side", |
11 | 15 | "line", |
12 | 16 | "side-by-side", |
|
52 | 56 | "test:watch": "jest --watch", |
53 | 57 | "test:debug": "node --inspect-brk ./node_modules/jest/bin/jest.js --runInBand --watch", |
54 | 58 | "coverage:open": "yarn run test:coverage && open ./coverage/index.html", |
55 | | - "coverage:push": "cat ./coverage/lcov.info | codacy-coverage", |
| 59 | + "coverage:push": "curl -Ls https://coverage.codacy.com/get.sh | bash", |
56 | 60 | "validate": "yarn run format:check && yarn run lint:check && yarn run build && yarn run test:coverage", |
57 | 61 | "fix": "yarn run format:fix && yarn run lint:fix", |
58 | 62 | "preversion": "yarn run validate", |
|
81 | 85 | ] |
82 | 86 | }, |
83 | 87 | "dependencies": { |
84 | | - "clipboardy": "^2.2.0", |
| 88 | + "clipboardy": "^2.3.0", |
85 | 89 | "diff2html": "3.1.6", |
| 90 | + "node-fetch": "^2.6.0", |
86 | 91 | "open": "^7.0.3", |
87 | | - "request": "^2.88.2", |
88 | | - "yargs": "^15.3.0" |
| 92 | + "yargs": "^15.3.1" |
89 | 93 | }, |
90 | 94 | "devDependencies": { |
91 | 95 | "@types/hogan.js": "^3.0.0", |
92 | | - "@types/jest": "25.1.4", |
93 | | - "@types/node": "13.9.1", |
| 96 | + "@types/jest": "25.2.1", |
| 97 | + "@types/node": "13.11.1", |
| 98 | + "@types/node-fetch": "^2.5.6", |
94 | 99 | "@types/request": "2.48.4", |
95 | | - "@typescript-eslint/eslint-plugin": "2.23.0", |
96 | | - "@typescript-eslint/parser": "2.23.0", |
97 | | - "codacy-coverage": "3.4.0", |
| 100 | + "@typescript-eslint/eslint-plugin": "2.28.0", |
| 101 | + "@typescript-eslint/parser": "2.28.0", |
98 | 102 | "eslint": "6.8.0", |
99 | | - "eslint-config-prettier": "6.10.0", |
100 | | - "eslint-plugin-import": "2.20.1", |
| 103 | + "eslint-config-prettier": "6.10.1", |
| 104 | + "eslint-plugin-import": "2.20.2", |
101 | 105 | "eslint-plugin-jest": "23.8.2", |
102 | | - "eslint-plugin-json": "2.1.0", |
103 | | - "eslint-plugin-node": "11.0.0", |
| 106 | + "eslint-plugin-json": "2.1.1", |
| 107 | + "eslint-plugin-node": "11.1.0", |
104 | 108 | "eslint-plugin-optimize-regex": "1.1.7", |
105 | 109 | "eslint-plugin-promise": "4.2.1", |
106 | 110 | "eslint-plugin-sonarjs": "0.5.0", |
107 | | - "husky": "4.2.3", |
| 111 | + "husky": "4.2.5", |
108 | 112 | "is-ci-cli": "2.0.0", |
109 | | - "jest": "25.1.0", |
110 | | - "lint-staged": "10.0.8", |
| 113 | + "jest": "25.3.0", |
| 114 | + "lint-staged": "10.1.4", |
111 | 115 | "markdown-toc": "^1.2.0", |
112 | | - "prettier": "1.19.1", |
113 | | - "ts-jest": "25.2.1", |
| 116 | + "prettier": "2.0.4", |
| 117 | + "ts-jest": "25.4.0", |
114 | 118 | "typescript": "3.8.3" |
115 | 119 | }, |
116 | | - "resolutions": { |
117 | | - "acorn": ">=7.1.1", |
118 | | - "autolinker": ">=3.0.0" |
119 | | - }, |
120 | 120 | "license": "MIT", |
121 | 121 | "files": [ |
122 | 122 | "bin", |
|
0 commit comments