|
75 | 75 | "lint-staged": { |
76 | 76 | "**/*.+(js|jsx|ts|tsx|json)": [ |
77 | 77 | "prettier --write", |
78 | | - "eslint --fix", |
79 | | - "git add" |
| 78 | + "eslint --fix" |
80 | 79 | ], |
81 | 80 | "**/*.+(css|html|md|mdx)": [ |
82 | | - "prettier --write", |
83 | | - "git add" |
| 81 | + "prettier --write" |
84 | 82 | ], |
85 | 83 | "README.md": [ |
86 | | - "yarn run gen:toc-base", |
87 | | - "git add" |
| 84 | + "yarn run gen:toc-base" |
88 | 85 | ] |
89 | 86 | }, |
90 | 87 | "dependencies": { |
91 | 88 | "diff": "4.0.2", |
92 | 89 | "hogan.js": "3.0.2" |
93 | 90 | }, |
94 | 91 | "optionalDependencies": { |
95 | | - "highlight.js": "9.17.1" |
| 92 | + "highlight.js": "9.18.0" |
96 | 93 | }, |
97 | 94 | "devDependencies": { |
98 | 95 | "@types/clipboard": "2.0.1", |
|
101 | 98 | "@types/highlight.js": "9.12.3", |
102 | 99 | "@types/hogan.js": "3.0.0", |
103 | 100 | "@types/html-webpack-plugin": "3.2.1", |
104 | | - "@types/jest": "24.9.0", |
| 101 | + "@types/jest": "24.9.1", |
105 | 102 | "@types/mini-css-extract-plugin": "0.9.0", |
106 | 103 | "@types/mkdirp": "0.5.2", |
107 | | - "@types/node": "13.1.8", |
| 104 | + "@types/node": "13.5.0", |
108 | 105 | "@types/nopt": "3.0.29", |
109 | | - "@types/webpack": "4.41.2", |
110 | | - "@typescript-eslint/eslint-plugin": "2.16.0", |
111 | | - "@typescript-eslint/parser": "2.16.0", |
| 106 | + "@types/webpack": "4.41.3", |
| 107 | + "@typescript-eslint/eslint-plugin": "2.17.0", |
| 108 | + "@typescript-eslint/parser": "2.17.0", |
112 | 109 | "autoprefixer": "9.7.4", |
113 | 110 | "bulma": "^0.8.0", |
114 | 111 | "clipboard": "2.0.4", |
|
129 | 126 | "handlebars": "4.7.2", |
130 | 127 | "handlebars-loader": "1.7.1", |
131 | 128 | "html-webpack-plugin": "3.2.0", |
132 | | - "husky": "4.0.10", |
| 129 | + "husky": "4.2.1", |
133 | 130 | "image-webpack-loader": "6.0.0", |
134 | 131 | "is-ci-cli": "2.0.0", |
135 | | - "jest": "24.9.0", |
136 | | - "lint-staged": "9.5.0", |
| 132 | + "jest": "25.1.0", |
| 133 | + "lint-staged": "10.0.2", |
137 | 134 | "markdown-toc": "^1.2.0", |
138 | 135 | "mini-css-extract-plugin": "0.9.0", |
139 | | - "mkdirp": "0.5.1", |
| 136 | + "mkdirp": "1.0.3", |
140 | 137 | "nopt": "4.0.1", |
141 | 138 | "postcss": "7.0.26", |
142 | 139 | "postcss-cli": "7.1.0", |
143 | 140 | "postcss-import": "12.0.1", |
144 | 141 | "postcss-loader": "3.0.0", |
145 | 142 | "postcss-preset-env": "6.7.0", |
146 | 143 | "prettier": "1.19.1", |
147 | | - "ts-jest": "24.3.0", |
| 144 | + "ts-jest": "25.0.0", |
148 | 145 | "ts-loader": "6.2.1", |
149 | 146 | "ts-node": "8.6.2", |
150 | 147 | "typescript": "3.7.5", |
|
0 commit comments