commit
3be8155e8a
4 changed files with 695 additions and 409 deletions
|
|
@ -236,6 +236,15 @@
|
||||||
"security",
|
"security",
|
||||||
"maintenance"
|
"maintenance"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"login": "JoshuaKGoldberg",
|
||||||
|
"name": "Josh Goldberg",
|
||||||
|
"avatar_url": "https://avatars1.githubusercontent.com/u/3335181?v=4",
|
||||||
|
"profile": "http://www.joshuakgoldberg.com",
|
||||||
|
"contributions": [
|
||||||
|
"code"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"contributorsPerLine": 7
|
"contributorsPerLine": 7
|
||||||
|
|
|
||||||
|
|
@ -424,6 +424,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
||||||
<td align="center"><a href="https://github.com/extend1994"><img src="https://avatars2.githubusercontent.com/u/13430892?v=4" width="100px;" alt=""/><br /><sub><b>Ann</b></sub></a><br /><a href="https://github.com/rtfpessoa/diff2html/commits?author=extend1994" title="Documentation">📖</a></td>
|
<td align="center"><a href="https://github.com/extend1994"><img src="https://avatars2.githubusercontent.com/u/13430892?v=4" width="100px;" alt=""/><br /><sub><b>Ann</b></sub></a><br /><a href="https://github.com/rtfpessoa/diff2html/commits?author=extend1994" title="Documentation">📖</a></td>
|
||||||
<td align="center"><a href="https://github.com/escitalopram"><img src="https://avatars0.githubusercontent.com/u/1155220?v=4" width="100px;" alt=""/><br /><sub><b>escitalopram</b></sub></a><br /><a href="https://github.com/rtfpessoa/diff2html/issues?q=author%3Aescitalopram" title="Bug reports">🐛</a> <a href="https://github.com/rtfpessoa/diff2html/commits?author=escitalopram" title="Code">💻</a></td>
|
<td align="center"><a href="https://github.com/escitalopram"><img src="https://avatars0.githubusercontent.com/u/1155220?v=4" width="100px;" alt=""/><br /><sub><b>escitalopram</b></sub></a><br /><a href="https://github.com/rtfpessoa/diff2html/issues?q=author%3Aescitalopram" title="Bug reports">🐛</a> <a href="https://github.com/rtfpessoa/diff2html/commits?author=escitalopram" title="Code">💻</a></td>
|
||||||
<td align="center"><a href="https://github.com/apps/dependabot"><img src="https://avatars0.githubusercontent.com/in/29110?v=4" width="100px;" alt=""/><br /><sub><b>dependabot[bot]</b></sub></a><br /><a href="#security-dependabot[bot]" title="Security">🛡️</a> <a href="#maintenance-dependabot[bot]" title="Maintenance">🚧</a></td>
|
<td align="center"><a href="https://github.com/apps/dependabot"><img src="https://avatars0.githubusercontent.com/in/29110?v=4" width="100px;" alt=""/><br /><sub><b>dependabot[bot]</b></sub></a><br /><a href="#security-dependabot[bot]" title="Security">🛡️</a> <a href="#maintenance-dependabot[bot]" title="Maintenance">🚧</a></td>
|
||||||
|
<td align="center"><a href="http://www.joshuakgoldberg.com"><img src="https://avatars1.githubusercontent.com/u/3335181?v=4" width="100px;" alt=""/><br /><sub><b>Josh Goldberg</b></sub></a><br /><a href="https://github.com/rtfpessoa/diff2html/commits?author=JoshuaKGoldberg" title="Code">💻</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
|
|
||||||
32
package.json
32
package.json
|
|
@ -81,7 +81,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"diff": "4.0.1",
|
"diff": "4.0.2",
|
||||||
"hogan.js": "3.0.2"
|
"hogan.js": "3.0.2"
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
|
|
@ -94,35 +94,35 @@
|
||||||
"@types/highlight.js": "9.12.3",
|
"@types/highlight.js": "9.12.3",
|
||||||
"@types/hogan.js": "3.0.0",
|
"@types/hogan.js": "3.0.0",
|
||||||
"@types/html-webpack-plugin": "3.2.1",
|
"@types/html-webpack-plugin": "3.2.1",
|
||||||
"@types/jest": "24.0.25",
|
"@types/jest": "24.9.0",
|
||||||
"@types/mini-css-extract-plugin": "0.9.0",
|
"@types/mini-css-extract-plugin": "0.9.0",
|
||||||
"@types/mkdirp": "0.5.2",
|
"@types/mkdirp": "0.5.2",
|
||||||
"@types/node": "13.1.4",
|
"@types/node": "13.1.8",
|
||||||
"@types/nopt": "3.0.29",
|
"@types/nopt": "3.0.29",
|
||||||
"@types/webpack": "4.41.1",
|
"@types/webpack": "4.41.2",
|
||||||
"@typescript-eslint/eslint-plugin": "2.14.0",
|
"@typescript-eslint/eslint-plugin": "2.16.0",
|
||||||
"@typescript-eslint/parser": "2.14.0",
|
"@typescript-eslint/parser": "2.16.0",
|
||||||
"autoprefixer": "9.7.3",
|
"autoprefixer": "9.7.4",
|
||||||
"bulma": "^0.8.0",
|
"bulma": "^0.8.0",
|
||||||
"clipboard": "2.0.4",
|
"clipboard": "2.0.4",
|
||||||
"codacy-coverage": "3.4.0",
|
"codacy-coverage": "3.4.0",
|
||||||
"copy-webpack-plugin": "5.1.1",
|
"copy-webpack-plugin": "5.1.1",
|
||||||
"css-loader": "3.4.1",
|
"css-loader": "3.4.2",
|
||||||
"cssnano": "4.1.10",
|
"cssnano": "4.1.10",
|
||||||
"eslint": "6.8.0",
|
"eslint": "6.8.0",
|
||||||
"eslint-config-prettier": "6.9.0",
|
"eslint-config-prettier": "6.9.0",
|
||||||
"eslint-plugin-import": "2.19.1",
|
"eslint-plugin-import": "2.20.0",
|
||||||
"eslint-plugin-jest": "23.3.0",
|
"eslint-plugin-jest": "23.6.0",
|
||||||
"eslint-plugin-json": "2.0.1",
|
"eslint-plugin-json": "2.0.1",
|
||||||
"eslint-plugin-node": "11.0.0",
|
"eslint-plugin-node": "11.0.0",
|
||||||
"eslint-plugin-optimize-regex": "1.1.7",
|
"eslint-plugin-optimize-regex": "1.1.7",
|
||||||
"eslint-plugin-promise": "4.2.1",
|
"eslint-plugin-promise": "4.2.1",
|
||||||
"eslint-plugin-sonarjs": "0.5.0",
|
"eslint-plugin-sonarjs": "0.5.0",
|
||||||
"file-loader": "5.0.2",
|
"file-loader": "5.0.2",
|
||||||
"handlebars": "4.5.3",
|
"handlebars": "4.7.2",
|
||||||
"handlebars-loader": "1.7.1",
|
"handlebars-loader": "1.7.1",
|
||||||
"html-webpack-plugin": "3.2.0",
|
"html-webpack-plugin": "3.2.0",
|
||||||
"husky": "3.1.0",
|
"husky": "4.0.10",
|
||||||
"image-webpack-loader": "6.0.0",
|
"image-webpack-loader": "6.0.0",
|
||||||
"is-ci-cli": "2.0.0",
|
"is-ci-cli": "2.0.0",
|
||||||
"jest": "24.9.0",
|
"jest": "24.9.0",
|
||||||
|
|
@ -131,15 +131,15 @@
|
||||||
"mkdirp": "0.5.1",
|
"mkdirp": "0.5.1",
|
||||||
"nopt": "4.0.1",
|
"nopt": "4.0.1",
|
||||||
"postcss": "7.0.26",
|
"postcss": "7.0.26",
|
||||||
"postcss-cli": "6.1.3",
|
"postcss-cli": "7.1.0",
|
||||||
"postcss-import": "12.0.1",
|
"postcss-import": "12.0.1",
|
||||||
"postcss-loader": "3.0.0",
|
"postcss-loader": "3.0.0",
|
||||||
"postcss-preset-env": "6.7.0",
|
"postcss-preset-env": "6.7.0",
|
||||||
"prettier": "1.19.1",
|
"prettier": "1.19.1",
|
||||||
"ts-jest": "24.2.0",
|
"ts-jest": "24.3.0",
|
||||||
"ts-loader": "6.2.1",
|
"ts-loader": "6.2.1",
|
||||||
"ts-node": "8.5.4",
|
"ts-node": "8.6.2",
|
||||||
"typescript": "3.7.4",
|
"typescript": "3.7.5",
|
||||||
"url-loader": "3.0.0",
|
"url-loader": "3.0.0",
|
||||||
"webpack": "4.41.5",
|
"webpack": "4.41.5",
|
||||||
"webpack-cli": "3.3.10",
|
"webpack-cli": "3.3.10",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue