|
71 | 71 | "lint-staged": {
|
72 | 72 | "**/*.+(js|jsx|ts|tsx|json)": [
|
73 | 73 | "prettier --write",
|
74 |
| - "eslint --fix", |
75 |
| - "git add" |
| 74 | + "eslint --fix" |
76 | 75 | ],
|
77 | 76 | "**/*.+(css|html|md|mdx)": [
|
78 |
| - "prettier --write", |
79 |
| - "git add" |
| 77 | + "prettier --write" |
80 | 78 | ],
|
81 | 79 | "README.md": [
|
82 |
| - "yarn run gen:toc-base", |
83 |
| - "git add" |
| 80 | + "yarn run gen:toc-base" |
84 | 81 | ]
|
85 | 82 | },
|
86 | 83 | "dependencies": {
|
87 | 84 | "clipboardy": "^2.1.0",
|
88 |
| - "diff2html": "3.0.0-master.df4481f", |
89 |
| - "open": "^7.0.0", |
| 85 | + "diff2html": "3.0.0", |
| 86 | + "open": "^7.0.2", |
90 | 87 | "request": "^2.88.0",
|
91 | 88 | "yargs": "^15.0.2"
|
92 | 89 | },
|
93 | 90 | "devDependencies": {
|
94 | 91 | "@types/hogan.js": "^3.0.0",
|
95 |
| - "@types/jest": "24.9.0", |
96 |
| - "@types/node": "13.1.8", |
| 92 | + "@types/jest": "25.1.1", |
| 93 | + "@types/node": "13.7.0", |
97 | 94 | "@types/request": "2.48.4",
|
98 |
| - "@typescript-eslint/eslint-plugin": "2.16.0", |
99 |
| - "@typescript-eslint/parser": "2.16.0", |
| 95 | + "@typescript-eslint/eslint-plugin": "2.19.0", |
| 96 | + "@typescript-eslint/parser": "2.19.0", |
100 | 97 | "codacy-coverage": "3.4.0",
|
101 | 98 | "eslint": "6.8.0",
|
102 |
| - "eslint-config-prettier": "6.9.0", |
103 |
| - "eslint-plugin-import": "2.20.0", |
| 99 | + "eslint-config-prettier": "6.10.0", |
| 100 | + "eslint-plugin-import": "2.20.1", |
104 | 101 | "eslint-plugin-jest": "23.6.0",
|
105 | 102 | "eslint-plugin-json": "2.0.1",
|
106 | 103 | "eslint-plugin-node": "11.0.0",
|
107 | 104 | "eslint-plugin-optimize-regex": "1.1.7",
|
108 | 105 | "eslint-plugin-promise": "4.2.1",
|
109 | 106 | "eslint-plugin-sonarjs": "0.5.0",
|
110 |
| - "husky": "4.0.10", |
| 107 | + "husky": "4.2.1", |
111 | 108 | "is-ci-cli": "2.0.0",
|
112 |
| - "jest": "24.9.0", |
113 |
| - "lint-staged": "9.5.0", |
| 109 | + "jest": "25.1.0", |
| 110 | + "lint-staged": "10.0.7", |
114 | 111 | "markdown-toc": "^1.2.0",
|
115 | 112 | "prettier": "1.19.1",
|
116 |
| - "ts-jest": "24.3.0", |
| 113 | + "ts-jest": "25.2.0", |
117 | 114 | "typescript": "3.7.5"
|
118 | 115 | },
|
119 | 116 | "license": "MIT",
|
|
0 commit comments